Searched refs:FX_GetWordBreakProperty (Results 1 – 3 of 3) sorted by relevance
32 WordBreakProperty FX_GetWordBreakProperty(wchar_t wcCodePoint);
2826 WordBreakProperty FX_GetWordBreakProperty(wchar_t wcCodePoint) { in FX_GetWordBreakProperty() function
1264 ePreType = FX_GetWordBreakProperty(GetChar()); in FindNextBreakPos()1268 WordBreakProperty eCurType = FX_GetWordBreakProperty(GetChar()); in FindNextBreakPos()1273 WordBreakProperty eNextType = FX_GetWordBreakProperty(GetChar()); in FindNextBreakPos()1299 eNextType = FX_GetWordBreakProperty(GetChar()); in FindNextBreakPos()