Home
last modified time | relevance | path

Searched refs:sub0Limit (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddecimalformatpattern.cpp180 int32_t subpart = 1, sub0Start = 0, sub0Limit = 0, sub2Limit = 0; in applyPatternWithoutExpandAffix() local
330 sub0Limit = pos; in applyPatternWithoutExpandAffix()
483 if (sub0Limit == 0) { in applyPatternWithoutExpandAffix()
484 sub0Limit = pattern.length(); in applyPatternWithoutExpandAffix()
537 } else if (padPos == sub0Limit) { in applyPatternWithoutExpandAffix()
599 out.fFormatWidth = sub0Limit - sub0Start; in applyPatternWithoutExpandAffix()
/external/chromium_org/third_party/icu/source/i18n/
Ddecimfmt.cpp4862 int32_t subpart = 1, sub0Start = 0, sub0Limit = 0, sub2Limit = 0; in applyPatternWithoutExpandAffix() local
5012 sub0Limit = pos; in applyPatternWithoutExpandAffix()
5165 if (sub0Limit == 0) { in applyPatternWithoutExpandAffix()
5166 sub0Limit = pattern.length(); in applyPatternWithoutExpandAffix()
5219 } else if (padPos == sub0Limit) { in applyPatternWithoutExpandAffix()
5294 fFormatWidth = sub0Limit - sub0Start; in applyPatternWithoutExpandAffix()