Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fee/src/fx_wordbreak/
Dfx_wordbreak_impl.cpp10 FX_WordBreakProp FX_GetWordBreakProperty(FX_WCHAR wcCodePoint) { in FX_GetWordBreakProperty() function
152 ePreType = FX_GetWordBreakProperty(wcTemp); in FindNextBreakPos()
156 eCurType = FX_GetWordBreakProperty(wcTemp); in FindNextBreakPos()
161 eNextType = FX_GetWordBreakProperty(wcTemp); in FindNextBreakPos()
222 eNextType = (FX_WordBreakProp)FX_GetWordBreakProperty(wcTemp); in FindNextBreakPos()
Dfx_wordbreak_impl.h26 FX_WordBreakProp FX_GetWordBreakProperty(FX_WCHAR wcCodePoint);