Searched defs:symbolsCount (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp1204 int32_t symbolsCount) {
1205 U_ASSERT(0 <= value && value < symbolsCount);
1206 if (0 <= value && value < symbolsCount) {
1212 _appendSymbolWithMonthPattern(UnicodeString& dst, int32_t value, const UnicodeString* symbols, int32_t symbolsCount, argument
1214 U_ASSERT(0 <= value && value < symbolsCount);
1215 if (0 <= value && value < symbolsCount) {
1201 _appendSymbol(UnicodeString& dst, int32_t value, const UnicodeString* symbols, int32_t symbolsCount) argument

Completed in 52 milliseconds