Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp1038 const wchar_t iRadix = 16; in EncodeURL() local
1040 while (ch >= iRadix) { in EncodeURL()
1041 wchar_t tmp = kStrCode[ch % iRadix]; in EncodeURL()
1042 ch /= iRadix; in EncodeURL()