Searched refs:ExtractCountDigits (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/xfa/fgas/crt/ |
D | cfgas_stringformatter.cpp | 212 bool ExtractCountDigits(pdfium::span<const wchar_t> spStr, in ExtractCountDigits() function 228 if (!ExtractCountDigits(spStr, count, cc, value)) in ExtractCountDigitsWithOptional() 230 ExtractCountDigits(spStr, 1, cc, value); in ExtractCountDigitsWithOptional() 277 ExtractCountDigits(spDate, 3, cc, &val); in ParseLocaleDate() 312 if (!ExtractCountDigits(spDate, symbol.GetLength(), cc, &year)) in ParseLocaleDate() 402 if (!ExtractCountDigits(spTime, 2, cc, &hour)) in ParseLocaleTime() 412 if (!ExtractCountDigits(spTime, 2, cc, &minute)) in ParseLocaleTime() 420 if (!ExtractCountDigits(spTime, 2, cc, &second)) in ParseLocaleTime() 424 if (!ExtractCountDigits(spTime, 3, cc, &millisecond)) in ParseLocaleTime() 719 if (!ExtractCountDigits(spDate, 4, &cc, &year)) in FX_DateFromCanonical() [all …]
|