Searched refs:kTotal (Results 1 – 6 of 6) sorted by relevance
269 for (EStyle style = kFull; style < kTotal; style = (EStyle)(style + 1)) { in parseObject()499 formatters = (MessageFormat**)uprv_malloc(kTotal*sizeof(MessageFormat*)); in readFromCurrentLocale()634 formatters = (MessageFormat**)uprv_malloc(kTotal*sizeof(MessageFormat*)); in searchInLocaleChain()709 formatters = (MessageFormat**)uprv_malloc(kTotal*sizeof(MessageFormat*)); in searchInLocaleChain()795 MessageFormat** newVal = (MessageFormat**)uprv_malloc(kTotal*sizeof(MessageFormat*)); in copyHash()
82 kTotal = kAbbreviate + 1 enumerator
440 const int kTotal = kMostVisited + kRecentlyClosed;441 size_t most_visited_items = MulDiv(max_slots, kMostVisited, kTotal);
299 HPhase phase(HPhase::kTotal); in MakeCrankshaftCode()
1029 static const char* const kTotal; variable
6047 } else if (name == HPhase::kTotal) { in SaveTiming()6066 const char* const HPhase::kTotal = "Total"; member in v8::internal::HPhase