Searched defs:IsLatinWord (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/fpdfdoc/
H A Dcpdf_variabletext.cpp75 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 Dfxet_edit.cpp201 bool CFX_Edit_Provider::IsLatinWord(uint16_t word) { function in class:CFX_Edit_Provider

Completed in 86 milliseconds