Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/
Dcfde_texteditengine.cpp106 WordBreakProperty GetWordBreakProperty(wchar_t wcCodePoint) { in GetWordBreakProperty() function
1171 ePreType = GetWordBreakProperty(GetChar()); in FindNextBreakPos()
1175 WordBreakProperty eCurType = GetWordBreakProperty(GetChar()); in FindNextBreakPos()
1180 WordBreakProperty eNextType = GetWordBreakProperty(GetChar()); in FindNextBreakPos()
1206 eNextType = GetWordBreakProperty(GetChar()); in FindNextBreakPos()