Lines Matching refs:strf

235   const wchar_t* strf = wsDatePattern.c_str();  in ParseLocaleDate()  local
239 if (strf[ccf] == '\'') { in ParseLocaleDate()
240 WideString wsLiteral = GetLiteralText(strf, &ccf, lenf); in ParseLocaleDate()
250 if (!wsDateSymbols.Contains(strf[ccf])) { in ParseLocaleDate()
251 if (strf[ccf] != str[*cc]) in ParseLocaleDate()
260 symbol += strf[ccf++]; in ParseLocaleDate()
261 while (ccf < lenf && strf[ccf] == symbol[0]) in ParseLocaleDate()
262 symbol += strf[ccf++]; in ParseLocaleDate()
354 const wchar_t* strf = wsTimePattern.c_str(); in ParseLocaleTime() local
360 if (strf[ccf] == '\'') { in ParseLocaleTime()
361 WideString wsLiteral = GetLiteralText(strf, &ccf, lenf); in ParseLocaleTime()
371 if (!wsTimeSymbols.Contains(strf[ccf])) { in ParseLocaleTime()
372 if (strf[ccf] != str[*cc]) in ParseLocaleTime()
381 symbol += strf[ccf++]; in ParseLocaleTime()
382 while (ccf < lenf && strf[ccf] == symbol[0]) in ParseLocaleTime()
383 symbol += strf[ccf++]; in ParseLocaleTime()
570 const wchar_t* strf = wsDatePattern.c_str(); in DateFormat() local
574 if (strf[ccf] == '\'') { in DateFormat()
575 wsResult += GetLiteralText(strf, &ccf, lenf); in DateFormat()
579 if (!wsDateSymbols.Contains(strf[ccf])) { in DateFormat()
580 wsResult += strf[ccf++]; in DateFormat()
586 symbol += strf[ccf++]; in DateFormat()
587 while (ccf < lenf && strf[ccf] == symbol[0]) in DateFormat()
588 symbol += strf[ccf++]; in DateFormat()
633 const wchar_t* strf = wsTimePattern.c_str(); in TimeFormat() local
644 if (strf[ccf] == '\'') { in TimeFormat()
645 wsResult += GetLiteralText(strf, &ccf, lenf); in TimeFormat()
649 if (!wsTimeSymbols.Contains(strf[ccf])) { in TimeFormat()
650 wsResult += strf[ccf++]; in TimeFormat()
656 symbol += strf[ccf++]; in TimeFormat()
657 while (ccf < lenf && strf[ccf] == symbol[0]) in TimeFormat()
658 symbol += strf[ccf++]; in TimeFormat()
1164 const wchar_t* strf = wsNumFormat.c_str(); in ParseNum() local
1188 switch (strf[ccf]) { in ParseNum()
1190 WideString wsLiteral = GetLiteralTextReverse(strf, &ccf); in ParseNum()
1210 if (strf[ccf] == 'z' || str[cc] != ' ') { in ParseNum()
1222 if (str[cc] == '+' || (strf[ccf] == 'S' && str[cc] == ' ')) { in ParseNum()
1276 if (ccf - 1 >= 0 && ((strf[ccf] == 'R' && strf[ccf - 1] == 'C') || in ParseNum()
1277 (strf[ccf] == 'r' && strf[ccf - 1] == 'c'))) { in ParseNum()
1278 if (strf[ccf] == 'R' && str[cc] == ' ') { in ParseNum()
1291 if (ccf - 1 >= 0 && ((strf[ccf] == 'B' && strf[ccf - 1] == 'D') || in ParseNum()
1292 (strf[ccf] == 'b' && strf[ccf - 1] == 'd'))) { in ParseNum()
1293 if (strf[ccf] == 'B' && str[cc] == ' ') { in ParseNum()
1337 if (str[cc] == strf[ccf]) in ParseNum()
1346 if (strf[ccf] != str[cc]) in ParseNum()
1367 switch (strf[ccf]) { in ParseNum()
1369 WideString wsLiteral = GetLiteralText(strf, &ccf, lenf); in ParseNum()
1389 if (strf[ccf] == 'z' || str[cc] != ' ') { in ParseNum()
1401 if (str[cc] == '+' || (strf[ccf] == 'S' && str[cc] == ' ')) { in ParseNum()
1452 if (ccf + 1 < lenf && ((strf[ccf] == 'C' && strf[ccf + 1] == 'R') || in ParseNum()
1453 (strf[ccf] == 'c' && strf[ccf + 1] == 'r'))) { in ParseNum()
1454 if (strf[ccf] == 'C' && str[cc] == ' ') { in ParseNum()
1465 if (ccf + 1 < lenf && ((strf[ccf] == 'D' && strf[ccf + 1] == 'B') || in ParseNum()
1466 (strf[ccf] == 'd' && strf[ccf + 1] == 'b'))) { in ParseNum()
1467 if (strf[ccf] == 'D' && str[cc] == ' ') { in ParseNum()
1492 while (ccf < lenf && strf[ccf] == '8') in ParseNum()
1510 if (str[cc] == strf[ccf]) in ParseNum()
1519 if (strf[ccf] != str[cc]) in ParseNum()
1870 const wchar_t* strf = wsNumFormat.c_str(); in FormatStrNum() local
1887 switch (strf[ccf]) { in FormatStrNum()
1889 GetLiteralText(strf, &ccf, dot_index_f); in FormatStrNum()
1954 switch (strf[ccf]) { in FormatStrNum()
2021 if (ccf - 1 >= 0 && strf[ccf - 1] == 'c') { in FormatStrNum()
2030 if (ccf - 1 >= 0 && strf[ccf - 1] == 'C') { in FormatStrNum()
2037 if (ccf - 1 >= 0 && strf[ccf - 1] == 'd') { in FormatStrNum()
2046 if (ccf - 1 >= 0 && strf[ccf - 1] == 'D') { in FormatStrNum()
2074 *wsOutput = GetLiteralTextReverse(strf, &ccf) + *wsOutput; in FormatStrNum()
2078 wsOutput->InsertAtFront(strf[ccf]); in FormatStrNum()
2113 if (strf[dot_index_f] == 'V') { in FormatStrNum()
2115 } else if (strf[dot_index_f] == '.') { in FormatStrNum()
2118 else if (strf[dot_index_f + 1] == '9' || strf[dot_index_f + 1] == 'Z') in FormatStrNum()
2125 switch (strf[ccf]) { 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()