Searched refs:bIsLatin (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
H A DDocument.cpp2003 FX_BOOL bIsLatin = FALSE;
2017 if (ISLATINWORD(unicode) && bIsLatin)
2020 bIsLatin = ISLATINWORD(unicode);
2038 FX_BOOL bIsLatin = FALSE; local
2052 if (ISLATINWORD(unicode) && bIsLatin)
2057 bIsLatin = ISLATINWORD(unicode);

Completed in 1138 milliseconds