| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | LocaleDisplayNames.java | 162 public abstract DisplayContext getContext(DisplayContext.Type type); in getContext() argument 489 public DisplayContext getContext(Type type) { in getContext() argument
|
| H A D | PluralFormat.java | 263 public PluralFormat(ULocale ulocale, PluralType type) { in PluralFormat() argument 275 public PluralFormat(Locale locale, PluralType type) { in PluralFormat() argument 355 PluralFormat(ULocale ulocale, PluralType type, String pattern) PluralFormat() argument 371 PluralFormat(ULocale ulocale, PluralType type, String pattern, NumberFormat numberFormat) PluralFormat() argument 389 init(PluralRules rules, PluralType type, ULocale locale, NumberFormat numberFormat) init() argument [all...] |
| H A D | TimeZoneNames.java | 267 public abstract String getMetaZoneDisplayName(String mzID, NameType type); in getMetaZoneDisplayName() argument 287 public final String getDisplayName(String tzID, NameType type, long date) { in getDisplayName() argument 308 getTimeZoneDisplayName(String tzID, NameType type) getTimeZoneDisplayName() argument 575 getMetaZoneDisplayName(String mzID, NameType type) getMetaZoneDisplayName() argument 584 getTimeZoneDisplayName(String tzID, NameType type) getTimeZoneDisplayName() argument [all...] |
| /third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
| H A D | SearchIterator.java | 788 public void setElementComparisonType(ElementComparisonType type) { in setElementComparisonType() argument
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | CurrencyData.java | 80 public void setSymbolIfNull(SpacingType type, SpacingPattern pattern, String value) { in setSymbolIfNull() argument
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | fldset.cpp | 226 void FieldsSet::parseValueEnum(UDebugEnumType type, const FieldsSet* inheritFrom, int32_t field, const UnicodeString& substr, UErrorCode& status) { in parseValueEnum() argument
|
| H A D | regiontst.cpp | 26 URegionType type; member 434 URegionType type; in TestGetInstanceString() local 478 URegionType type; TestGetInstanceInt() local [all...] |
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | uregiontest.c | 56 URegionType type; member
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| H A D | LocaleData.java | 286 public String getDelimiter(int type) { in getDelimiter() argument [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | brkiter.cpp | 57 BreakIterator::buildInstance(const Locale& loc, const char *type, UErrorCode &status) in buildInstance() argument 495 BreakIterator::getLocale(ULocDataLocaleType type, UErrorCode& status) const { in getLocale() argument 501 BreakIterator::getLocaleID(ULocDataLocaleType type, UErrorCode& status) const { in getLocaleID() argument
|
| H A D | characterproperties.cpp | 358 UCPTrieType type; in makeMap() local
|
| H A D | stringtriebuilder.cpp | 90 int32_t type; in writeNode() local
|
| H A D | ubrk.cpp | 34 ubrk_open(UBreakIteratorType type, in ubrk_open() argument 303 ubrk_getLocaleByType(const UBreakIterator *bi, ULocDataLocaleType type, UErrorCode* status) ubrk_getLocaleByType() argument
|
| /third_party/NuttX/drivers/usbdev/gadget/ |
| H A D | dfu.c | 91 uint8_t type; /* 0x21 = DFU FUNCTIONAL */ member
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/text/ |
| H A D | SpoofCheckerTest.java | 452 void checkSkeleton(SpoofChecker sc, int type, String input, String expected, String testName) { in checkSkeleton() argument
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| H A D | DisplayNameTest.java | 379 private void check(String type, ULocale locale, in check() argument
|
| /third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
| H A D | IcuDataDumper.java | 305 private final LineType type; field in IcuDataDumper.IcuDataParser.LineMatch 308 LineMatch(LineType type, Function<Integer, String> args) { in LineMatch() argument [all...] |
| /third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/ |
| H A D | SupplementalDataTest.java | 327 private static CldrValue languageAlias(String type, String replacement) { in languageAlias() argument 332 private static CldrValue scriptAlias(String type, String replacement) { in scriptAlias() argument 337 private static CldrValue territoryAlias(String type, String replacement) { in territoryAlias() argument
|
| /third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
| H A D | TestData.java | 74 static CldrValue alias(AliasType type, AliasReason reason, String value, String... replacement) { in alias() argument
|
| /third_party/icu/tools/unicode/c/genprops/ |
| H A D | layoutpropsbuilder.cpp | 171 buildUCPTrie(const char *name, UMutableCPTrie *mutableTrie, UCPTrieType type, UCPTrieValueWidth valueWidth, UErrorCode &errorCode) buildUCPTrie() argument
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/ |
| H A D | LikelySubtagsBuilder.java | 47 public AliasesBuilder(String type) { in AliasesBuilder() argument
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| H A D | TimeZoneFormatTest.java | 1215 getMetaZoneDisplayName(String mzID, NameType type) getMetaZoneDisplayName() argument 1220 getTimeZoneDisplayName(String tzID, NameType type) getTimeZoneDisplayName() argument [all...] |
| H A D | MessagePatternUtilTest.java | 56 private ExpectMessageNode expectSimpleArg(Object name, String type) { in expectSimpleArg() argument 60 private ExpectMessageNode expectSimpleArg(Object name, String type, String style) { in expectSimpleArg() argument 138 private ExpectArgNode(Object name, String type) { in ExpectArgNode() argument 141 private ExpectArgNode(Object name, String type, String style) { in ExpectArgNode() argument 184 private String type; global() field in MessagePatternUtilTest.ExpectArgNode [all...] |
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/ |
| H A D | SpoofCheckerTest.java | 449 void checkSkeleton(SpoofChecker sc, int type, String input, String expected, String testName) { in checkSkeleton() argument
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
| H A D | DisplayNameTest.java | 376 private void check(String type, ULocale locale, in check() argument
|