Searched defs:IsLatinWord (Results 1 - 2 of 2) sorted by relevance
/external/pdfium/core/fpdfdoc/ | ||
H A D | cpdf_variabletext.cpp | 75 bool CPDF_VariableText::Provider::IsLatinWord(uint16_t word) { function in class:CPDF_VariableText::Provider 1094 bool CPDF_VariableText::IsLatinWord(uint16_t word) { function in class:CPDF_VariableText 1095 return m_pVTProvider ? m_pVTProvider->IsLatinWord(word) : false; |
/external/pdfium/fpdfsdk/fxedit/ | ||
H A D | fxet_edit.cpp | 201 bool CFX_Edit_Provider::IsLatinWord(uint16_t word) { function in class:CFX_Edit_Provider |
Completed in 86 milliseconds