Searched refs:compiledPatternLength (Results 1 – 2 of 2) sorted by relevance
234 int32_t compiledPatternLength) { in getPlaceholderCount() argument235 return compiledPatternLength == 0 ? 0 : compiledPattern[0]; in getPlaceholderCount()238 …icodeString getTextWithNoPlaceholders(const UChar *compiledPattern, int32_t compiledPatternLength);241 const UChar *compiledPattern, int32_t compiledPatternLength,
248 const UChar *compiledPattern, int32_t compiledPatternLength) { in getTextWithNoPlaceholders() argument249 int32_t capacity = compiledPatternLength - 1 - in getTextWithNoPlaceholders()250 getPlaceholderCount(compiledPattern, compiledPatternLength); in getTextWithNoPlaceholders()252 for (int32_t i = 1; i < compiledPatternLength;) { in getTextWithNoPlaceholders()263 const UChar *compiledPattern, int32_t compiledPatternLength, in format() argument274 for (int32_t i = 1; i < compiledPatternLength;) { in format()