• Home
  • Raw
  • Download

Lines Matching refs:iLenf

180   int32_t iLenf = wsNum.GetLength();  in GetNumericDotIndex()  local
183 while (ccf < iLenf) { in GetNumericDotIndex()
185 GetLiteralText(pStr, &ccf, iLenf); in GetNumericDotIndex()
186 } else if (ccf + iLenDot <= iLenf && in GetNumericDotIndex()
194 *iDotIndex = result.value_or(iLenf); in GetNumericDotIndex()
865 int32_t iLenf = wsPattern.GetLength(); in GetCategory() local
869 while (ccf < iLenf) { in GetCategory()
871 GetLiteralText(pStr, &ccf, iLenf); in GetCategory()
876 if (ccf == iLenf) in GetCategory()
919 int32_t iLenf = wsPattern.GetLength(); in GetTextFormat() local
924 while (ccf < iLenf) { in GetTextFormat()
927 GetLiteralText(pStr, &ccf, iLenf); in GetTextFormat()
932 while (ccf < iLenf && pStr[ccf] != '{' && pStr[ccf] != '.' && in GetTextFormat()
940 while (ccf < iLenf) { in GetTextFormat()
944 while (ccf < iLenf && pStr[ccf] != ')') in GetTextFormat()
970 int32_t iLenf = wsPattern.GetLength(); in GetNumericFormat() local
975 while (ccf < iLenf) { in GetNumericFormat()
978 GetLiteralText(pStr, &ccf, iLenf); in GetNumericFormat()
983 while (ccf < iLenf && pStr[ccf] != '{' && pStr[ccf] != '.' && in GetNumericFormat()
993 while (ccf < iLenf) { in GetNumericFormat()
1001 while (ccf < iLenf && pStr[ccf] != ')') in GetNumericFormat()
1008 while (ccf < iLenf && pStr[ccf] != '(' && pStr[ccf] != '{') in GetNumericFormat()
1555 int32_t iLenf = wsPattern.GetLength(); in GetDateTimeFormat() local
1560 while (ccf < iLenf) { in GetDateTimeFormat()
1563 GetLiteralText(pStr, &ccf, iLenf); in GetDateTimeFormat()
1569 while (ccf < iLenf && pStr[ccf] != '{' && pStr[ccf] != '.' && in GetDateTimeFormat()
1597 while (ccf < iLenf) { in GetDateTimeFormat()
1605 while (ccf < iLenf && pStr[ccf] != ')') in GetDateTimeFormat()
1612 while (ccf < iLenf && pStr[ccf] != '(' && pStr[ccf] != '{') in GetDateTimeFormat()