Lines Matching refs:compiledPattern
68 SimpleFormatter() : compiledPattern((char16_t)0) {} in SimpleFormatter()
107 : compiledPattern(other.compiledPattern) {} in SimpleFormatter()
158 return getArgumentLimit(compiledPattern.getBuffer(), compiledPattern.length()); in getArgumentLimit()
272 compiledPattern.getBuffer(), in getTextWithNoArguments()
273 compiledPattern.length(), in getTextWithNoArguments()
296 compiledPattern.getBuffer(), in getTextWithNoArguments()
297 compiledPattern.length(), in getTextWithNoArguments()
313 UnicodeString compiledPattern;
315 static inline int32_t getArgumentLimit(const char16_t *compiledPattern, in getArgumentLimit() argument
317 return compiledPatternLength == 0 ? 0 : compiledPattern[0]; in getArgumentLimit()
321 const char16_t *compiledPattern,
327 const char16_t *compiledPattern, int32_t compiledPatternLength,