• Home
  • Raw
  • Download

Lines Matching refs:GetLength

159       int32_t iLen = wsOutput.GetLength();  in GetLiteralTextReverse()
180 int32_t iLenf = wsNum.GetLength(); in GetNumericDotIndex()
182 int32_t iLenDot = wsDotSymbol.GetLength(); in GetNumericDotIndex()
234 int32_t len = wsDate.GetLength(); in ParseLocaleDate()
236 int32_t lenf = wsDatePattern.GetLength(); in ParseLocaleDate()
241 int32_t iLiteralLen = wsLiteral.GetLength(); in ParseLocaleDate()
280 if (!wcsncmp(wsMonthName.c_str(), str + *cc, wsMonthName.GetLength())) { in ParseLocaleDate()
281 *cc += wsMonthName.GetLength(); in ParseLocaleDate()
291 if (!wcsncmp(wsDayName.c_str(), str + *cc, wsDayName.GetLength())) { in ParseLocaleDate()
292 *cc += wsDayName.GetLength(); in ParseLocaleDate()
297 if (*cc + pdfium::base::checked_cast<int32_t>(symbol.GetLength()) > len) in ParseLocaleDate()
301 if (!ExtractCountDigits(str, len, symbol.GetLength(), cc, &year)) in ParseLocaleDate()
313 *cc += symbol.GetLength(); in ParseLocaleDate()
353 int len = wsTime.GetLength(); in ParseLocaleTime()
355 int lenf = wsTimePattern.GetLength(); in ParseLocaleTime()
362 int32_t iLiteralLen = wsLiteral.GetLength(); in ParseLocaleTime()
421 if ((*cc + pdfium::base::checked_cast<int32_t>(wsAM.GetLength()) <= in ParseLocaleTime()
423 (WideStringView(str + *cc, wsAM.GetLength()) == wsAM)) { in ParseLocaleTime()
424 *cc += wsAM.GetLength(); in ParseLocaleTime()
426 } else if ((*cc + pdfium::base::checked_cast<int32_t>(wsPM.GetLength()) <= in ParseLocaleTime()
428 (WideStringView(str + *cc, wsPM.GetLength()) == wsPM)) { in ParseLocaleTime()
429 *cc += wsPM.GetLength(); in ParseLocaleTime()
490 int32_t iCount = wsFormat.GetLength(); in GetNumTrailingLimit()
571 int32_t lenf = wsDatePattern.GetLength(); in DateFormat()
591 wsResult += NumToString(symbol.GetLength(), day); in DateFormat()
597 wsResult += NumToString(symbol.GetLength(), nDays); in DateFormat()
599 wsResult += NumToString(symbol.GetLength(), month); in DateFormat()
634 int32_t lenf = wsTimePattern.GetLength(); in TimeFormat()
663 wsResult += NumToString(symbol.GetLength(), wHour == 0 ? 12 : wHour); in TimeFormat()
665 wsResult += NumToString(symbol.GetLength(), wHour == 0 ? 24 : wHour); in TimeFormat()
669 wsResult += NumToString(symbol.GetLength(), wHour); in TimeFormat()
671 wsResult += NumToString(symbol.GetLength(), wHour); in TimeFormat()
673 wsResult += NumToString(symbol.GetLength(), minute); in TimeFormat()
675 wsResult += NumToString(symbol.GetLength(), second); in TimeFormat()
715 int len = wsDate.GetLength(); in FX_DateFromCanonical()
765 if (wsTime.GetLength() == 0) in FX_TimeFromCanonical()
769 int len = wsTime.GetLength(); in FX_TimeFromCanonical()
842 int32_t iStrLen = wsFormatString.GetLength(); in SplitFormatString()
865 int32_t iLenf = wsPattern.GetLength(); in GetCategory()
919 int32_t iLenf = wsPattern.GetLength(); in GetTextFormat()
970 int32_t iLenf = wsPattern.GetLength(); in GetNumericFormat()
1029 *iDotIndex += wsPurgePattern->GetLength(); in GetNumericFormat()
1053 *iDotIndex = wsPurgePattern->GetLength() - 1; in GetNumericFormat()
1060 *iDotIndex = wsPurgePattern->GetLength(); in GetNumericFormat()
1080 int32_t iLenText = wsSrcText.GetLength(); in ParseText()
1082 int32_t iLenPattern = wsTextFormat.GetLength(); in ParseText()
1088 int32_t iLiteralLen = wsLiteral.GetLength(); in ParseText()
1159 int32_t iGroupLen = wsGroupSymbol.GetLength(); in ParseNum()
1161 int32_t iMinusLen = wsMinus.GetLength(); in ParseNum()
1163 int len = wsSrcNum.GetLength(); in ParseNum()
1165 int lenf = wsNumFormat.GetLength(); in ParseNum()
1191 int32_t iLiteralLen = wsLiteral.GetLength(); in ParseNum()
1265 int32_t iSymbolLen = wsSymbol.GetLength(); in ParseNum()
1307 int32_t iSysmbolLen = wsSymbol.GetLength(); in ParseNum()
1370 int32_t iLiteralLen = wsLiteral.GetLength(); in ParseNum()
1441 int32_t iSymbolLen = wsSymbol.GetLength(); in ParseNum()
1483 int32_t iSysmbolLen = wsSymbol.GetLength(); in ParseNum()
1555 int32_t iLenf = wsPattern.GetLength(); in GetDateTimeFormat()
1573 *wsTimePattern = wsPattern.Right(wsPattern.GetLength() - ccf); in GetDateTimeFormat()
1736 int32_t iLenText = wsSrcText.GetLength(); in ParseZero()
1738 int32_t iLenPattern = wsTextFormat.GetLength(); in ParseZero()
1743 int32_t iLiteralLen = wsLiteral.GetLength(); in ParseZero()
1768 int32_t iLenText = wsSrcText.GetLength(); in ParseNull()
1770 int32_t iLenPattern = wsTextFormat.GetLength(); in ParseNull()
1775 int32_t iLiteralLen = wsLiteral.GetLength(); in ParseNull()
1799 int32_t iLenText = wsSrcText.GetLength(); in FormatText()
1809 int32_t iLenPattern = wsTextFormat.GetLength(); in FormatText()
1871 int lenf = wsNumFormat.GetLength(); in FormatStrNum()
1946 int len = wsSrcNum.GetLength(); in FormatStrNum()
2103 pdfium::base::checked_cast<int32_t>(wsNumFormat.GetLength())) { in FormatStrNum()
2237 (*wsOutput)[0] + wsOutput->Right(wsOutput->GetLength() - 1); in FormatStrNum()
2293 wsSrcDateTime.GetLength() - iT.value() - 1); in FormatDateTime()
2315 int32_t iLenPattern = wsTextFormat.GetLength(); in FormatZero()
2335 int32_t iLenPattern = wsTextFormat.GetLength(); in FormatNull()