Searched refs:sub0Start (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | decimalformatpattern.cpp | 165 int32_t subpart = 1, sub0Start = 0, sub0Limit = 0, sub2Limit = 0; in applyPatternWithoutExpandAffix() local 335 sub0Start = pos; // Reprocess this character in applyPatternWithoutExpandAffix() 520 } else if (padPos+2 == sub0Start) { in applyPatternWithoutExpandAffix() 584 out.fFormatWidth = sub0Limit - sub0Start; in applyPatternWithoutExpandAffix()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | DecimalFormat.java | 4471 int sub0Start = result.length(); 4546 + sub0Start 4551 result.insert(sub0Start, digit); 4557 result.insert(sub0Start, group); 4688 int subpart = 1, sub0Start = 0, sub0Limit = 0, sub2Limit = 0; in applyPatternWithoutExpandAffix() local 4851 sub0Start = pos--; // Reprocess this character in applyPatternWithoutExpandAffix() 5012 } else if (padPos + 2 == sub0Start) { in applyPatternWithoutExpandAffix() 5068 formatWidth = sub0Limit - sub0Start; // to be fixed up below in applyPatternWithoutExpandAffix()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DecimalFormat.java | 4538 int sub0Start = result.length(); 4613 + sub0Start 4618 result.insert(sub0Start, digit); 4624 result.insert(sub0Start, group); 4759 int subpart = 1, sub0Start = 0, sub0Limit = 0, sub2Limit = 0; in applyPatternWithoutExpandAffix() local 4922 sub0Start = pos--; // Reprocess this character in applyPatternWithoutExpandAffix() 5083 } else if (padPos + 2 == sub0Start) { in applyPatternWithoutExpandAffix() 5139 formatWidth = sub0Limit - sub0Start; // to be fixed up below in applyPatternWithoutExpandAffix()
|