Home
last modified time | relevance | path

Searched refs:kTotal (Results 1 – 6 of 6) sorted by relevance

/external/icu4c/i18n/
Dtmutfmt.cpp269 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()
/external/icu4c/i18n/unicode/
Dtmutfmt.h82 kTotal = kAbbreviate + 1 enumerator
/external/chromium/chrome/browser/
Djumplist_win.cc440 const int kTotal = kMostVisited + kRecentlyClosed;
441 size_t most_visited_items = MulDiv(max_slots, kMostVisited, kTotal);
/external/v8/src/
Dcompiler.cc299 HPhase phase(HPhase::kTotal); in MakeCrankshaftCode()
Dhydrogen.h1029 static const char* const kTotal; variable
Dhydrogen.cc6047 } else if (name == HPhase::kTotal) { in SaveTiming()
6066 const char* const HPhase::kTotal = "Total"; member in v8::internal::HPhase