• Home
  • Raw
  • Download

Lines Matching refs:iLenf

382   int32_t iLenf = wsPattern.GetLength();  in GetCategory()  local
386 while (ccf < iLenf) { in GetCategory()
388 FX_GetLiteralText(pStr, ccf, iLenf); in GetCategory()
393 if (ccf == iLenf) { in GetCategory()
448 int32_t iLenf = wsPattern.GetLength(); in GetLocaleName() local
450 while (ccf < iLenf) { in GetLocaleName()
452 FX_GetLiteralText(pStr, ccf, iLenf); in GetLocaleName()
456 while (ccf < iLenf && pStr[ccf] != ')') { in GetLocaleName()
470 int32_t iLenf = wsPattern.GetLength(); in GetTextFormat() local
474 while (ccf < iLenf) { in GetTextFormat()
477 FX_GetLiteralText(pStr, ccf, iLenf); in GetTextFormat()
482 while (ccf < iLenf && pStr[ccf] != '{' && pStr[ccf] != '.' && in GetTextFormat()
490 while (ccf < iLenf) { in GetTextFormat()
494 while (ccf < iLenf && pStr[ccf] != ')') { in GetTextFormat()
527 int32_t iLenf = wsPattern.GetLength(); in GetNumericFormat() local
532 while (ccf < iLenf) { in GetNumericFormat()
535 FX_GetLiteralText(pStr, ccf, iLenf); in GetNumericFormat()
540 while (ccf < iLenf && pStr[ccf] != '{' && pStr[ccf] != '.' && in GetNumericFormat()
550 while (ccf < iLenf) { in GetNumericFormat()
554 while (ccf < iLenf && pStr[ccf] != ')') { in GetNumericFormat()
564 while (ccf < iLenf && pStr[ccf] != '(' && pStr[ccf] != '{') { in GetNumericFormat()
627 int32_t iLenf = wsNum.GetLength(); in FX_GetNumericDotIndex() local
630 while (ccf < iLenf) { in FX_GetNumericDotIndex()
632 FX_GetLiteralText(pStr, ccf, iLenf); in FX_GetNumericDotIndex()
633 } else if (ccf + iLenDot <= iLenf && in FX_GetNumericDotIndex()
642 iDotIndex = iLenf; in FX_GetNumericDotIndex()
1917 int32_t iLenf = wsPattern.GetLength(); in GetDateTimeFormat() local
1922 while (ccf < iLenf) { in GetDateTimeFormat()
1925 FX_GetLiteralText(pStr, ccf, iLenf); in GetDateTimeFormat()
1931 while (ccf < iLenf && pStr[ccf] != '{' && pStr[ccf] != '.' && in GetDateTimeFormat()
1960 while (ccf < iLenf) { in GetDateTimeFormat()
1964 while (ccf < iLenf && pStr[ccf] != ')') { in GetDateTimeFormat()
1974 while (ccf < iLenf && pStr[ccf] != '(' && pStr[ccf] != '{') { in GetDateTimeFormat()