HomeSort by relevance Sort by last modified time
    Searched refs:iStrLen (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/src/fgas/include/
fx_alg.h 18 int32_t iStrLen,
  /external/pdfium/xfa/src/fgas/src/crt/
fx_algorithm.cpp 273 int32_t iStrLen,
279 if (iStrLen < 0) {
280 iStrLen = FXSYS_wcslen(pStr);
283 const FX_WCHAR* pEnd = pStr + iStrLen;
  /external/pdfium/xfa/src/fgas/src/localization/
fx_locale.cpp 556 int32_t iStrLen = wsFormatString.GetLength();
559 const FX_WCHAR* pEnd = pStr + iStrLen;
    [all...]

Completed in 1129 milliseconds