Home
last modified time | relevance | path

Searched refs:FXSYS_tolower (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_extension.cpp68 wch1 = static_cast<wchar_t>(FXSYS_tolower(*s1++)); in FXSYS_wcsnicmp()
69 wch2 = static_cast<wchar_t>(FXSYS_tolower(*s2++)); in FXSYS_wcsnicmp()
80 dwHashCode = 31 * dwHashCode + FXSYS_tolower(c); in FX_HashCode_GetA()
92 dwHashCode = 1313 * dwHashCode + FXSYS_tolower(c); in FX_HashCode_GetW()
Dfx_system.cpp121 *str = FXSYS_tolower(*str); in FXSYS_strlwr()
143 *str = FXSYS_tolower(*str); in FXSYS_wcslwr()
Dfx_extension.h36 inline int32_t FXSYS_tolower(int32_t ch) { in FXSYS_tolower() function
Dbytestring.cpp347 uint8_t bThis = FXSYS_tolower(*pThis); in EqualNoCase()
348 uint8_t bThat = FXSYS_tolower(*pThat); in EqualNoCase()
/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp100 uHashCode = 31 * uHashCode + FXSYS_tolower(*pStr++); in FPF_GetHashCode_StringA()
170 dwHash = 31 * dwHash + FXSYS_tolower(ch); in FPF_SKIANormalizeFontName()
/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp1895 if (iIndex < iLength && FXSYS_tolower(pData[iIndex]) == 'z') in IsIsoTimeFormat()