Searched refs:symbolsCount (Results 1 – 1 of 1) sorted by relevance
1263 int32_t symbolsCount) { in _appendSymbol() argument1264 U_ASSERT(0 <= value && value < symbolsCount); in _appendSymbol()1265 if (0 <= value && value < symbolsCount) { in _appendSymbol()1271 …MonthPattern(UnicodeString& dst, int32_t value, const UnicodeString* symbols, int32_t symbolsCount, in _appendSymbolWithMonthPattern() argument1273 U_ASSERT(0 <= value && value < symbolsCount); in _appendSymbolWithMonthPattern()1274 if (0 <= value && value < symbolsCount) { in _appendSymbolWithMonthPattern()