Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp3030 int fixed_count = 0; in FormatStrNum() local
3039 fixed_count++; in FormatStrNum()
3045 while (fixed_count > 1) { in FormatStrNum()
3047 fixed_count--; in FormatStrNum()
3458 int fixed_count = 0; in FormatLCNumeric() local
3467 fixed_count++; in FormatLCNumeric()
3473 while (fixed_count > 1) { in FormatLCNumeric()
3475 fixed_count--; in FormatLCNumeric()