Lines Matching refs:compiledPattern
57 compiledPattern = other.compiledPattern; in operator =()
76 compiledPattern.setTo((UChar)0); in applyPatternMinMaxArguments()
100 compiledPattern.setCharAt(compiledPattern.length() - textLength - 1, in applyPatternMinMaxArguments()
132 compiledPattern.append((UChar)argNumber); in applyPatternMinMaxArguments()
138 compiledPattern.append(SEGMENT_LENGTH_PLACEHOLDER_CHAR); in applyPatternMinMaxArguments()
140 compiledPattern.append(c); in applyPatternMinMaxArguments()
146 compiledPattern.setCharAt(compiledPattern.length() - textLength - 1, in applyPatternMinMaxArguments()
154 compiledPattern.setCharAt(0, (UChar)argCount); in applyPatternMinMaxArguments()
194 return format(compiledPattern.getBuffer(), compiledPattern.length(), values, in formatAndAppend()
210 const UChar *cp = compiledPattern.getBuffer(); in formatAndReplace()
211 int32_t cpLength = compiledPattern.length(); in formatAndReplace()
249 const UChar *compiledPattern, int32_t compiledPatternLength) { in getTextWithNoArguments() argument
251 getArgumentLimit(compiledPattern, compiledPatternLength); in getTextWithNoArguments()
254 int32_t segmentLength = compiledPattern[i++] - ARG_NUM_LIMIT; in getTextWithNoArguments()
256 sb.append(compiledPattern + i, segmentLength); in getTextWithNoArguments()
264 const UChar *compiledPattern, int32_t compiledPatternLength, in format() argument
276 int32_t n = compiledPattern[i++]; in format()
307 result.append(compiledPattern + i, length); in format()