Home | History | Annotate | Download | only in crt

Lines Matching refs:lenf

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