Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddecimalformatpattern.cpp180 int32_t subpart = 1, sub0Start = 0, sub0Limit = 0, sub2Limit = 0; in applyPatternWithoutExpandAffix() local
350 sub0Start = pos; // Reprocess this character in applyPatternWithoutExpandAffix()
535 } else if (padPos+2 == sub0Start) { in applyPatternWithoutExpandAffix()
599 out.fFormatWidth = sub0Limit - sub0Start; in applyPatternWithoutExpandAffix()
Ddecimfmt.cpp4684 int32_t sub0Start = result.length();
4786 int32_t add = fFormatWidth - result.length() + sub0Start
4791 result.insert(sub0Start, digit);
4798 result.insert(sub0Start, group);
/external/chromium_org/third_party/icu/source/i18n/
Ddecimfmt.cpp4595 int32_t sub0Start = result.length(); in toPattern() local
4697 int32_t add = fFormatWidth - result.length() + sub0Start in toPattern()
4702 result.insert(sub0Start, digit); in toPattern()
4709 result.insert(sub0Start, group); in toPattern()
4862 int32_t subpart = 1, sub0Start = 0, sub0Limit = 0, sub2Limit = 0; in applyPatternWithoutExpandAffix() local
5032 sub0Start = pos; // Reprocess this character in applyPatternWithoutExpandAffix()
5217 } else if (padPos+2 == sub0Start) { in applyPatternWithoutExpandAffix()
5294 fFormatWidth = sub0Limit - sub0Start; in applyPatternWithoutExpandAffix()