mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-11 07:07:41 +00:00
13
include/Kyoto/Text/CWordBreakTables.hpp
Normal file
13
include/Kyoto/Text/CWordBreakTables.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef _CWORDBREAKTABLES
|
||||
#define _CWORDBREAKTABLES
|
||||
|
||||
#include <types.h>
|
||||
|
||||
class CWordBreakTables {
|
||||
public:
|
||||
static int GetBeginRank(wchar_t ch);
|
||||
static int GetEndRank(wchar_t ch);
|
||||
};
|
||||
|
||||
|
||||
#endif // _CWORDBREAKTABLES
|
||||
Reference in New Issue
Block a user