Searched refs:symbolsCount (Results 1 – 1 of 1) sorted by relevance
614 int32_t symbolsCount) { in _appendSymbol() argument615 U_ASSERT(0 <= value && value < symbolsCount); in _appendSymbol()616 if (0 <= value && value < symbolsCount) { in _appendSymbol()