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, in getTextWithNoArguments() argument
257 getArgumentLimit(compiledPattern, compiledPatternLength); in getTextWithNoArguments()
260 int32_t n = compiledPattern[i++]; in getTextWithNoArguments()
263 sb.append(compiledPattern + i, n); in getTextWithNoArguments()
275 const UChar *compiledPattern, int32_t compiledPatternLength, in format() argument
287 int32_t n = compiledPattern[i++]; in format()
318 result.append(compiledPattern + i, length); in format()