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()
4784 int subpart = 1, sub0Start = 0, sub0Limit = 0, sub2Limit = 0; in applyPatternWithoutExpandAffix() local4876 sub0Limit = pos--; in applyPatternWithoutExpandAffix()4930 sub0Limit = pos--; // backup: for() will increment in applyPatternWithoutExpandAffix()5061 if (sub0Limit == 0) { in applyPatternWithoutExpandAffix()5062 sub0Limit = pattern.length(); in applyPatternWithoutExpandAffix()5110 } else if (padPos == sub0Limit) { in applyPatternWithoutExpandAffix()5164 formatWidth = sub0Limit - sub0Start; // to be fixed up below in applyPatternWithoutExpandAffix()
4713 int subpart = 1, sub0Start = 0, sub0Limit = 0, sub2Limit = 0; in applyPatternWithoutExpandAffix() local4805 sub0Limit = pos--; in applyPatternWithoutExpandAffix()4859 sub0Limit = pos--; // backup: for() will increment in applyPatternWithoutExpandAffix()4990 if (sub0Limit == 0) { in applyPatternWithoutExpandAffix()4991 sub0Limit = pattern.length(); in applyPatternWithoutExpandAffix()5039 } else if (padPos == sub0Limit) { in applyPatternWithoutExpandAffix()5093 formatWidth = sub0Limit - sub0Start; // to be fixed up below in applyPatternWithoutExpandAffix()