Searched refs:symbolsCount (Results 1 – 1 of 1) sorted by relevance
1191 int32_t symbolsCount) { in _appendSymbol() argument1192 U_ASSERT(0 <= value && value < symbolsCount); in _appendSymbol()1193 if (0 <= value && value < symbolsCount) { in _appendSymbol()1199 …MonthPattern(UnicodeString& dst, int32_t value, const UnicodeString* symbols, int32_t symbolsCount, in _appendSymbolWithMonthPattern() argument1201 U_ASSERT(0 <= value && value < symbolsCount); in _appendSymbolWithMonthPattern()1202 if (0 <= value && value < symbolsCount) { in _appendSymbolWithMonthPattern()