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

/external/pdfium/fpdfsdk/include/javascript/
H A DPublicMethods.h91 static FX_BOOL IsAlphabetic(wchar_t ch);
/external/pdfium/fpdfsdk/src/javascript/
H A DPublicMethods.cpp161 FX_BOOL CJS_PublicMethods::IsAlphabetic(wchar_t ch) function in class:CJS_PublicMethods
168 return (IsDigit(ch) || IsAlphabetic(ch));
178 return IsAlphabetic(c_Change);

Completed in 360 milliseconds