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

/external/pdfium/xfa/src/fgas/src/localization/
H A Dfx_locale.cpp597 int32_t iKeyValue = 0; local
603 iKeyValue = iKeyValue * 16 + ch - '0';
605 iKeyValue = iKeyValue * 16 + ch - 'a' + 10;
607 iKeyValue = iKeyValue * 16 + ch - 'A' + 10;
610 if (iKeyValue != 0) {
611 wsOutput += (FX_WCHAR)(iKeyValue & 0x0000FFFF);
640 int32_t iKeyValue local
[all...]

Completed in 93 milliseconds