Searched refs:dot_index_f (Results 1 – 1 of 1) sorted by relevance
1159 size_t dot_index_f = m_spPattern.size(); in ParseNum() local1163 GetNumericFormat(pLocaleMgr, &dot_index_f, &dwFormatStyle, &wsNumFormat); in ParseNum()1197 size_t ccf = dot_index_f - 1; in ParseNum()1390 for (ccf = dot_index_f + 1; in ParseNum()1863 size_t dot_index_f = m_spPattern.size(); in FormatNum() local1867 GetNumericFormat(pLocaleMgr, &dot_index_f, &dwNumStyle, &wsNumFormat); in FormatNum()1886 for (size_t ccf = 0; ccf < dot_index_f; ++ccf) { in FormatNum()1929 GetNumTrailingLimit(wsNumFormat, dot_index_f, &bTrimTailZeros); in FormatNum()1954 for (size_t ccf = dot_index_f - 1; ccf < spNumFormat.size(); --ccf) { in FormatNum()2082 if (dot_index_f == wsNumFormat.GetLength()) { in FormatNum()[all …]