Searched refs:sub0Limit (Results 1 – 3 of 3) sorted by relevance
167 int32_t subpart = 1, sub0Start = 0, sub0Limit = 0, sub2Limit = 0; in applyPatternWithoutExpandAffix() local317 sub0Limit = pos; in applyPatternWithoutExpandAffix()470 if (sub0Limit == 0) { in applyPatternWithoutExpandAffix()471 sub0Limit = pattern.length(); in applyPatternWithoutExpandAffix()524 } else if (padPos == sub0Limit) { in applyPatternWithoutExpandAffix()586 out.fFormatWidth = sub0Limit - sub0Start; in applyPatternWithoutExpandAffix()
4728 int subpart = 1, sub0Start = 0, sub0Limit = 0, sub2Limit = 0; in applyPatternWithoutExpandAffix() local4820 sub0Limit = pos--; in applyPatternWithoutExpandAffix()4874 sub0Limit = pos--; // backup: for() will increment in applyPatternWithoutExpandAffix()5005 if (sub0Limit == 0) { in applyPatternWithoutExpandAffix()5006 sub0Limit = pattern.length(); in applyPatternWithoutExpandAffix()5054 } else if (padPos == sub0Limit) { in applyPatternWithoutExpandAffix()5108 formatWidth = sub0Limit - sub0Start; // to be fixed up below in applyPatternWithoutExpandAffix()
4797 int subpart = 1, sub0Start = 0, sub0Limit = 0, sub2Limit = 0; in applyPatternWithoutExpandAffix() local4889 sub0Limit = pos--; in applyPatternWithoutExpandAffix()4943 sub0Limit = pos--; // backup: for() will increment in applyPatternWithoutExpandAffix()5074 if (sub0Limit == 0) { in applyPatternWithoutExpandAffix()5075 sub0Limit = pattern.length(); in applyPatternWithoutExpandAffix()5123 } else if (padPos == sub0Limit) { in applyPatternWithoutExpandAffix()5177 formatWidth = sub0Limit - sub0Start; // to be fixed up below in applyPatternWithoutExpandAffix()