• Home
  • Raw
  • Download

Lines Matching refs:lenf

236   int32_t lenf = wsDatePattern.GetLength();  in ParseLocaleDate()  local
238 while (*cc < len && ccf < lenf) { in ParseLocaleDate()
240 WideString wsLiteral = GetLiteralText(strf, &ccf, lenf); in ParseLocaleDate()
261 while (ccf < lenf && strf[ccf] == symbol[0]) in ParseLocaleDate()
355 int lenf = wsTimePattern.GetLength(); in ParseLocaleTime() local
359 while (*cc < len && ccf < lenf) { in ParseLocaleTime()
361 WideString wsLiteral = GetLiteralText(strf, &ccf, lenf); in ParseLocaleTime()
382 while (ccf < lenf && strf[ccf] == symbol[0]) in ParseLocaleTime()
571 int32_t lenf = wsDatePattern.GetLength(); in DateFormat() local
573 while (ccf < lenf) { in DateFormat()
575 wsResult += GetLiteralText(strf, &ccf, lenf); in DateFormat()
587 while (ccf < lenf && strf[ccf] == symbol[0]) in DateFormat()
634 int32_t lenf = wsTimePattern.GetLength(); in TimeFormat() local
643 while (ccf < lenf) { in TimeFormat()
645 wsResult += GetLiteralText(strf, &ccf, lenf); in TimeFormat()
657 while (ccf < lenf && strf[ccf] == symbol[0]) in TimeFormat()
1165 int lenf = wsNumFormat.GetLength(); in ParseNum() local
1366 while (cc < len && ccf < lenf) { in ParseNum()
1369 WideString wsLiteral = GetLiteralText(strf, &ccf, lenf); in ParseNum()
1452 if (ccf + 1 < lenf && ((strf[ccf] == 'C' && strf[ccf + 1] == 'R') || in ParseNum()
1465 if (ccf + 1 < lenf && ((strf[ccf] == 'D' && strf[ccf + 1] == 'B') || in ParseNum()
1492 while (ccf < lenf && strf[ccf] == '8') in ParseNum()
1871 int lenf = wsNumFormat.GetLength(); in FormatStrNum() local
2124 while (ccf < lenf) { in FormatStrNum()
2127 *wsOutput += GetLiteralText(strf, &ccf, lenf); in FormatStrNum()
2175 if (ccf + 1 < lenf && strf[ccf + 1] == 'r') { in FormatStrNum()
2184 if (ccf + 1 < lenf && strf[ccf + 1] == 'R') { in FormatStrNum()
2191 if (ccf + 1 < lenf && strf[ccf + 1] == 'b') { in FormatStrNum()
2200 if (ccf + 1 < lenf && strf[ccf + 1] == 'B') { in FormatStrNum()
2211 while (ccf < lenf && strf[ccf] == '8') in FormatStrNum()