/third_party/node/deps/v8/src/tracing/ |
H A D | trace-categories.h | 30 perfetto::Category("cppgc"), 31 perfetto::Category("v8"), 32 perfetto::Category("v8.console"), 33 perfetto::Category("v8.execute"), 34 perfetto::Category("v8.wasm"), 35 perfetto::Category::Group("devtools.timeline,v8"), 36 perfetto::Category::Group("devtools.timeline," 38 perfetto::Category(TRACE_DISABLED_BY_DEFAULT("cppgc")), 39 perfetto::Category(TRACE_DISABLED_BY_DEFAULT("devtools.timeline")), 40 perfetto::Category(TRACE_DISABLED_BY_DEFAUL [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | pluralmap.h | 29 enum Category { enum in PluralMapBase 45 static Category toCategory(const char *categoryName); 52 static Category toCategory(const UnicodeString &categoryName); 58 static const char *getCategoryName(Category category); 139 const T *next(Category &index) const { in next() 144 index = static_cast<Category>(idx); in next() 148 index = static_cast<Category>(idx); in next() 155 T *nextMutable(Category &index) { in nextMutable() 173 const T &get(Category v) const { in get() 183 * works just like get(Category) [all...] |
H A D | pluralmap.cpp | 18 PluralMapBase::Category 22 return static_cast<Category>(i); in toCategory() 28 PluralMapBase::Category 36 const char *PluralMapBase::getCategoryName(Category c) { in getCategoryName()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | pluralmap.h | 29 enum Category { enum in PluralMapBase 45 static Category toCategory(const char *categoryName); 52 static Category toCategory(const UnicodeString &categoryName); 58 static const char *getCategoryName(Category category); 139 const T *next(Category &index) const { in next() 144 index = static_cast<Category>(idx); in next() 148 index = static_cast<Category>(idx); in next() 155 T *nextMutable(Category &index) { in nextMutable() 173 const T &get(Category v) const { in get() 183 * works just like get(Category) [all...] |
H A D | pluralmap.cpp | 18 PluralMapBase::Category 22 return static_cast<Category>(i); in toCategory() 28 PluralMapBase::Category 36 const char *PluralMapBase::getCategoryName(Category c) { in getCategoryName()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | pluralmap.h | 29 enum Category { enum in PluralMapBase 45 static Category toCategory(const char *categoryName); 52 static Category toCategory(const UnicodeString &categoryName); 58 static const char *getCategoryName(Category category); 139 const T *next(Category &index) const { in next() 144 index = static_cast<Category>(idx); in next() 148 index = static_cast<Category>(idx); in next() 155 T *nextMutable(Category &index) { in nextMutable() 173 const T &get(Category v) const { in get() 183 * works just like get(Category) [all...] |
H A D | pluralmap.cpp | 18 PluralMapBase::Category 22 return static_cast<Category>(i); in toCategory() 28 PluralMapBase::Category 36 const char *PluralMapBase::getCategoryName(Category c) { in getCategoryName()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | CECalendar.java | 14 import com.ibm.icu.util.ULocale.Category; 59 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in CECalendar() 69 this(zone, ULocale.getDefault(Category.FORMAT)); in CECalendar() 130 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in CECalendar() 141 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in CECalendar() 160 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in CECalendar()
|
H A D | PersianCalendar.java | 15 import com.ibm.icu.util.ULocale.Category; 103 * @see Category#FORMAT 111 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in PersianCalendar() 118 * @see Category#FORMAT 126 this(zone, ULocale.getDefault(Category.FORMAT)); in PersianCalendar() 198 * @see Category#FORMAT 205 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in PersianCalendar() 217 * @see Category#FORMAT 225 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in PersianCalendar() 245 * @see Category#FORMA [all...] |
H A D | IndianCalendar.java | 15 import com.ibm.icu.util.ULocale.Category; 161 * @see Category#FORMAT 165 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in IndianCalendar() 173 * @see Category#FORMAT 177 this(zone, ULocale.getDefault(Category.FORMAT)); in IndianCalendar() 235 * @see Category#FORMAT 239 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in IndianCalendar() 253 * @see Category#FORMAT 257 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in IndianCalendar() 280 * @see Category#FORMA [all...] |
H A D | DangiCalendar.java | 13 import com.ibm.icu.util.ULocale.Category; 91 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in DangiCalendar() 104 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in DangiCalendar()
|
H A D | Holiday.java | 17 import com.ibm.icu.util.ULocale.Category; 33 return getHolidays(ULocale.getDefault(Category.FORMAT)); in getHolidays() 141 * @see Category#DISPLAY 145 return getDisplayName(ULocale.getDefault(Category.DISPLAY)); in getDisplayName()
|
H A D | GregorianCalendar.java | 13 import com.ibm.icu.util.ULocale.Category; 336 * @see Category#FORMAT 340 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in GregorianCalendar() 347 * @see Category#FORMAT 351 this(zone, ULocale.getDefault(Category.FORMAT)); in GregorianCalendar() 405 * @see Category#FORMAT 409 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in GregorianCalendar() 427 * @see Category#FORMAT 432 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in GregorianCalendar() 454 * @see Category#FORMA [all...] |
H A D | HebrewCalendar.java | 14 import com.ibm.icu.util.ULocale.Category; 281 * @see Category#FORMAT 285 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in HebrewCalendar() 293 * @see Category#FORMAT 297 this(zone, ULocale.getDefault(Category.FORMAT)); in HebrewCalendar() 360 * @see Category#FORMAT 364 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in HebrewCalendar() 375 * @see Category#FORMAT 379 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in HebrewCalendar() 399 * @see Category#FORMA [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | CECalendar.java | 15 import ohos.global.icu.util.ULocale.Category; 60 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in CECalendar() 70 this(zone, ULocale.getDefault(Category.FORMAT)); in CECalendar() 131 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in CECalendar() 142 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in CECalendar() 161 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in CECalendar()
|
H A D | PersianCalendar.java | 16 import ohos.global.icu.util.ULocale.Category; 105 * @see Category#FORMAT 113 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in PersianCalendar() 120 * @see Category#FORMAT 128 this(zone, ULocale.getDefault(Category.FORMAT)); in PersianCalendar() 200 * @see Category#FORMAT 207 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in PersianCalendar() 219 * @see Category#FORMAT 227 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in PersianCalendar() 247 * @see Category#FORMA [all...] |
H A D | IndianCalendar.java | 16 import ohos.global.icu.util.ULocale.Category; 147 * @see Category#FORMAT 150 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in IndianCalendar() 158 * @see Category#FORMAT 161 this(zone, ULocale.getDefault(Category.FORMAT)); in IndianCalendar() 215 * @see Category#FORMAT 218 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in IndianCalendar() 232 * @see Category#FORMAT 235 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in IndianCalendar() 258 * @see Category#FORMA [all...] |
H A D | DangiCalendar.java | 14 import ohos.global.icu.util.ULocale.Category; 93 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in DangiCalendar() 106 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in DangiCalendar()
|
H A D | Holiday.java | 18 import ohos.global.icu.util.ULocale.Category; 35 return getHolidays(ULocale.getDefault(Category.FORMAT)); in getHolidays() 143 * @see Category#DISPLAY 147 return getDisplayName(ULocale.getDefault(Category.DISPLAY)); in getDisplayName()
|
H A D | GregorianCalendar.java | 14 import ohos.global.icu.util.ULocale.Category; 331 * @see Category#FORMAT 334 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in GregorianCalendar() 341 * @see Category#FORMAT 344 this(zone, ULocale.getDefault(Category.FORMAT)); in GregorianCalendar() 394 * @see Category#FORMAT 397 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in GregorianCalendar() 415 * @see Category#FORMAT 419 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in GregorianCalendar() 441 * @see Category#FORMA [all...] |
H A D | HebrewCalendar.java | 15 import ohos.global.icu.util.ULocale.Category; 268 * @see Category#FORMAT 271 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in HebrewCalendar() 279 * @see Category#FORMAT 282 this(zone, ULocale.getDefault(Category.FORMAT)); in HebrewCalendar() 341 * @see Category#FORMAT 344 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in HebrewCalendar() 355 * @see Category#FORMAT 358 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in HebrewCalendar() 378 * @see Category#FORMA [all...] |
H A D | ULocale.java | 321 public enum Category { enum in ULocale 323 * Category used to represent the default locale for displaying user interfaces. 327 * Category used to represent the default locale for formatting date, number and/or currency. 518 private static Locale[] defaultCategoryLocales = new Locale[Category.values().length]; 519 private static ULocale[] defaultCategoryULocales = new ULocale[Category.values().length]; 525 for (Category cat: Category.values()) { 533 for (Category cat: Category.values()) { 571 for (Category ca in getDefault() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | SpecialCaseList.cpp | 176 StringRef Category = SplitRegexp.second; in parse() local 191 auto &Entry = Sections[SectionsMap[Section]].Entries[Prefix][Category]; in parse() 205 StringRef Query, StringRef Category) const { in inSection() 206 return inSectionBlame(Section, Prefix, Query, Category); in inSection() 211 StringRef Category) const { in inSectionBlame() 215 inSectionBlame(SectionIter.Entries, Prefix, Query, Category); in inSectionBlame() 224 StringRef Category) const { in inSectionBlame() 227 StringMap<Matcher>::const_iterator II = I->second.find(Category); in inSectionBlame()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | DateFormat.java | 32 import com.ibm.icu.util.ULocale.Category; 1375 * @see Category#FORMAT 1380 return get(-1, DEFAULT, ULocale.getDefault(Category.FORMAT), null); in getTimeInstance() 1390 * @see Category#FORMAT 1395 return get(-1, style, ULocale.getDefault(Category.FORMAT), null); in getTimeInstance() 1434 * @see Category#FORMAT 1439 return get(DEFAULT, -1, ULocale.getDefault(Category.FORMAT), null); in getDateInstance() 1452 * @see Category#FORMAT 1457 return get(style, -1, ULocale.getDefault(Category.FORMAT), null); in getDateInstance() 1502 * @see Category#FORMA [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | DateFormat.java | 33 import ohos.global.icu.util.ULocale.Category; 1280 * @see Category#FORMAT 1284 return get(-1, DEFAULT, ULocale.getDefault(Category.FORMAT), null); in getTimeInstance() 1294 * @see Category#FORMAT 1298 return get(-1, style, ULocale.getDefault(Category.FORMAT), null); in getTimeInstance() 1335 * @see Category#FORMAT 1339 return get(DEFAULT, -1, ULocale.getDefault(Category.FORMAT), null); in getDateInstance() 1352 * @see Category#FORMAT 1356 return get(style, -1, ULocale.getDefault(Category.FORMAT), null); in getDateInstance() 1399 * @see Category#FORMA [all...] |