Home
last modified time | relevance | path

Searched refs:dot_index_f (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp1010 int32_t dot_index_f = -1; in ParseNum() local
1014 GetNumericFormat(wsPattern, dot_index_f, dwFormatStyle, wsNumFormat); in ParseNum()
1046 while (ccf > dot_index_f && cc >= 0) { in ParseNum()
1271 ccf = dot_index_f - 1; in ParseNum()
1496 ccf = dot_index_f + 1; in ParseNum()
1776 int32_t dot_index_f = -1; in ParseNum() local
1780 GetNumericFormat(wsPattern, dot_index_f, dwFormatStyle, wsNumFormat); in ParseNum()
1807 ccf = dot_index_f - 1; in ParseNum()
2037 ccf = dot_index_f + 1; in ParseNum()
3007 int32_t dot_index_f = -1; in FormatStrNum() local
[all …]