Home
last modified time | relevance | path

Searched refs:FX_GetWordBreakProperty (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fde/
Dcfde_wordbreak_data.h32 WordBreakProperty FX_GetWordBreakProperty(wchar_t wcCodePoint);
Dcfde_wordbreak_data.cpp2826 WordBreakProperty FX_GetWordBreakProperty(wchar_t wcCodePoint) { in FX_GetWordBreakProperty() function
Dcfde_texteditengine.cpp1264 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()