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

/external/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp1226 int32_t symbolsCount) {
1227 U_ASSERT(0 <= value && value < symbolsCount);
1228 if (0 <= value && value < symbolsCount) {
1234 _appendSymbolWithMonthPattern(UnicodeString& dst, int32_t value, const UnicodeString* symbols, int32_t symbolsCount, argument
1236 U_ASSERT(0 <= value && value < symbolsCount);
1237 if (0 <= value && value < symbolsCount) {
1223 _appendSymbol(UnicodeString& dst, int32_t value, const UnicodeString* symbols, int32_t symbolsCount) argument

Completed in 59 milliseconds