Searched refs:sub0Limit (Results 1 – 3 of 3) sorted by relevance
165 int32_t subpart = 1, sub0Start = 0, sub0Limit = 0, sub2Limit = 0; in applyPatternWithoutExpandAffix() local315 sub0Limit = pos; in applyPatternWithoutExpandAffix()468 if (sub0Limit == 0) { in applyPatternWithoutExpandAffix()469 sub0Limit = pattern.length(); in applyPatternWithoutExpandAffix()522 } else if (padPos == sub0Limit) { in applyPatternWithoutExpandAffix()584 out.fFormatWidth = sub0Limit - sub0Start; in applyPatternWithoutExpandAffix()
4688 int subpart = 1, sub0Start = 0, sub0Limit = 0, sub2Limit = 0; in applyPatternWithoutExpandAffix() local4780 sub0Limit = pos--; in applyPatternWithoutExpandAffix()4834 sub0Limit = pos--; // backup: for() will increment in applyPatternWithoutExpandAffix()4965 if (sub0Limit == 0) { in applyPatternWithoutExpandAffix()4966 sub0Limit = pattern.length(); in applyPatternWithoutExpandAffix()5014 } else if (padPos == sub0Limit) { in applyPatternWithoutExpandAffix()5068 formatWidth = sub0Limit - sub0Start; // to be fixed up below in applyPatternWithoutExpandAffix()
4759 int subpart = 1, sub0Start = 0, sub0Limit = 0, sub2Limit = 0; in applyPatternWithoutExpandAffix() local4851 sub0Limit = pos--; in applyPatternWithoutExpandAffix()4905 sub0Limit = pos--; // backup: for() will increment in applyPatternWithoutExpandAffix()5036 if (sub0Limit == 0) { in applyPatternWithoutExpandAffix()5037 sub0Limit = pattern.length(); in applyPatternWithoutExpandAffix()5085 } else if (padPos == sub0Limit) { in applyPatternWithoutExpandAffix()5139 formatWidth = sub0Limit - sub0Start; // to be fixed up below in applyPatternWithoutExpandAffix()