Searched refs:compiledPatternLength (Results 1 – 2 of 2) sorted by relevance
284 int32_t compiledPatternLength) { in getArgumentLimit() argument285 return compiledPatternLength == 0 ? 0 : compiledPattern[0]; in getArgumentLimit()288 …icodeString getTextWithNoArguments(const char16_t *compiledPattern, int32_t compiledPatternLength);291 const char16_t *compiledPattern, int32_t compiledPatternLength,
249 const UChar *compiledPattern, int32_t compiledPatternLength) { in getTextWithNoArguments() argument250 int32_t capacity = compiledPatternLength - 1 - in getTextWithNoArguments()251 getArgumentLimit(compiledPattern, compiledPatternLength); in getTextWithNoArguments()253 for (int32_t i = 1; i < compiledPatternLength;) { in getTextWithNoArguments()264 const UChar *compiledPattern, int32_t compiledPatternLength, in format() argument275 for (int32_t i = 1; i < compiledPatternLength;) { in format()