Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddecimalformatpattern.cpp167 int32_t subpart = 1, sub0Start = 0, sub0Limit = 0, sub2Limit = 0; in applyPatternWithoutExpandAffix() local
337 sub0Start = pos; // Reprocess this character in applyPatternWithoutExpandAffix()
522 } else if (padPos+2 == sub0Start) { in applyPatternWithoutExpandAffix()
586 out.fFormatWidth = sub0Limit - sub0Start; in applyPatternWithoutExpandAffix()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDecimalFormat_ICU58_Android.java4511 int sub0Start = result.length(); in toPattern() local
4586 + sub0Start in toPattern()
4591 result.insert(sub0Start, digit); in toPattern()
4597 result.insert(sub0Start, group); in toPattern()
4728 int subpart = 1, sub0Start = 0, sub0Limit = 0, sub2Limit = 0; in applyPatternWithoutExpandAffix() local
4891 sub0Start = pos--; // Reprocess this character in applyPatternWithoutExpandAffix()
5052 } else if (padPos + 2 == sub0Start) { in applyPatternWithoutExpandAffix()
5108 formatWidth = sub0Limit - sub0Start; // to be fixed up below in applyPatternWithoutExpandAffix()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormat_ICU58_Android.java4576 int sub0Start = result.length(); in toPattern() local
4651 + sub0Start in toPattern()
4656 result.insert(sub0Start, digit); in toPattern()
4662 result.insert(sub0Start, group); in toPattern()
4797 int subpart = 1, sub0Start = 0, sub0Limit = 0, sub2Limit = 0; in applyPatternWithoutExpandAffix() local
4960 sub0Start = pos--; // Reprocess this character in applyPatternWithoutExpandAffix()
5121 } else if (padPos + 2 == sub0Start) { in applyPatternWithoutExpandAffix()
5177 formatWidth = sub0Limit - sub0Start; // to be fixed up below in applyPatternWithoutExpandAffix()