Lines Matching refs:textLength
77 int32_t textLength = 0; in applyPatternMinMaxArguments() local
99 if (textLength > 0) { in applyPatternMinMaxArguments()
100 compiledPattern.setCharAt(compiledPattern.length() - textLength - 1, in applyPatternMinMaxArguments()
101 (UChar)(ARG_NUM_LIMIT + textLength)); in applyPatternMinMaxArguments()
102 textLength = 0; in applyPatternMinMaxArguments()
136 if (textLength == 0) { in applyPatternMinMaxArguments()
141 if (++textLength == MAX_SEGMENT_LENGTH) { in applyPatternMinMaxArguments()
142 textLength = 0; in applyPatternMinMaxArguments()
145 if (textLength > 0) { in applyPatternMinMaxArguments()
146 compiledPattern.setCharAt(compiledPattern.length() - textLength - 1, in applyPatternMinMaxArguments()
147 (UChar)(ARG_NUM_LIMIT + textLength)); in applyPatternMinMaxArguments()