Searched refs:dot_index_f (Results 1 – 1 of 1) sorted by relevance
1128 size_t dot_index_f = m_spPattern.size(); in ParseNum() local1132 GetNumericFormat(&dot_index_f, &dwFormatStyle, &wsNumFormat); in ParseNum()1166 size_t ccf = dot_index_f - 1; in ParseNum()1359 for (ccf = dot_index_f + 1; in ParseNum()1837 size_t dot_index_f = m_spPattern.size(); in FormatNum() local1841 GetNumericFormat(&dot_index_f, &dwNumStyle, &wsNumFormat); in FormatNum()1860 for (size_t ccf = 0; ccf < dot_index_f; ++ccf) { in FormatNum()1903 GetNumTrailingLimit(wsNumFormat, dot_index_f, &bTrimTailZeros); in FormatNum()1928 for (size_t ccf = dot_index_f - 1; ccf < spNumFormat.size(); --ccf) { in FormatNum()2056 if (dot_index_f == wsNumFormat.GetLength()) { in FormatNum()[all …]