Searched refs:symbolsCount (Results 1 – 1 of 1) sorted by relevance
1236 int32_t symbolsCount) { in _appendSymbol() argument1237 U_ASSERT(0 <= value && value < symbolsCount); in _appendSymbol()1238 if (0 <= value && value < symbolsCount) { in _appendSymbol()1244 …MonthPattern(UnicodeString& dst, int32_t value, const UnicodeString* symbols, int32_t symbolsCount, in _appendSymbolWithMonthPattern() argument1246 U_ASSERT(0 <= value && value < symbolsCount); in _appendSymbolWithMonthPattern()1247 if (0 <= value && value < symbolsCount) { in _appendSymbolWithMonthPattern()