Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Dsimpleformatter.h316 int32_t compiledPatternLength) { in getArgumentLimit() argument
317 return compiledPatternLength == 0 ? 0 : compiledPattern[0]; in getArgumentLimit()
322 int32_t compiledPatternLength,
327 const char16_t *compiledPattern, int32_t compiledPatternLength,
/external/icu/libicu/cts_headers/unicode/
Dsimpleformatter.h316 int32_t compiledPatternLength) { in getArgumentLimit() argument
317 return compiledPatternLength == 0 ? 0 : compiledPattern[0]; in getArgumentLimit()
322 int32_t compiledPatternLength,
327 const char16_t *compiledPattern, int32_t compiledPatternLength,
/external/icu/icu4c/source/common/
Dsimpleformatter.cpp250 int32_t compiledPatternLength, in getTextWithNoArguments() argument
256 int32_t capacity = compiledPatternLength - 1 - in getTextWithNoArguments()
257 getArgumentLimit(compiledPattern, compiledPatternLength); in getTextWithNoArguments()
259 for (int32_t i = 1; i < compiledPatternLength;) { in getTextWithNoArguments()
275 const UChar *compiledPattern, int32_t compiledPatternLength, in format() argument
286 for (int32_t i = 1; i < compiledPatternLength;) { in format()