Home
last modified time | relevance | path

Searched refs:pStrEnd (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fxcrt/
Dfx_extension.cpp237 FX_LPCSTR pStrEnd = pStr + iLength; in FX_HashCode_String_GetA() local
240 while (pStr < pStrEnd) { in FX_HashCode_String_GetA()
244 while (pStr < pStrEnd) { in FX_HashCode_String_GetA()
256 FX_LPCWSTR pStrEnd = pStr + iLength; in FX_HashCode_String_GetW() local
259 while (pStr < pStrEnd) { in FX_HashCode_String_GetW()
263 while (pStr < pStrEnd) { in FX_HashCode_String_GetW()
/external/pdfium/core/src/fxge/android/
Dfpf_skiafontmgr.cpp114 FX_LPCSTR pStrEnd = pStr + iLength; in FPF_GetHashCode_StringA() local
117 while (pStr < pStrEnd) { in FPF_GetHashCode_StringA()
121 while (pStr < pStrEnd) { in FPF_GetHashCode_StringA()
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp436 FX_LPCSTR pStrEnd = pStr + iLength; in FX_GetLangHashCode() local
438 while ( pStr < pStrEnd) { in FX_GetLangHashCode()