Home
last modified time | relevance | path

Searched refs:compiledPatternLength (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Dsimplepatternformatter.h234 int32_t compiledPatternLength) { in getPlaceholderCount() argument
235 return compiledPatternLength == 0 ? 0 : compiledPattern[0]; in getPlaceholderCount()
238 …icodeString getTextWithNoPlaceholders(const UChar *compiledPattern, int32_t compiledPatternLength);
241 const UChar *compiledPattern, int32_t compiledPatternLength,
Dsimplepatternformatter.cpp248 const UChar *compiledPattern, int32_t compiledPatternLength) { in getTextWithNoPlaceholders() argument
249 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() argument
274 for (int32_t i = 1; i < compiledPatternLength;) { in format()