Home
last modified time | relevance | path

Searched defs:type (Results 4251 - 4275 of 8235) sorted by relevance

1...<<171172173174175176177178179180>>...330

/third_party/icu/icu4c/source/common/
H A Dlocalebuilder.cpp251 setUnicodeLocaleKeyword( StringPiece key, StringPiece type) setUnicodeLocaleKeyword() argument
H A Ducnv_cnv.h233 UConverterType type; member
H A Ducptrie.cpp22 ucptrie_openFromBinary(UCPTrieType type, UCPTrieValueWidth valueWidth, in ucptrie_openFromBinary() argument
477 UCPTrieType type = (UCPTrieType)trie->type; ucptrie_toBinary() local
[all...]
/third_party/NuttX/drivers/usbdev/gadget/
H A Dcomposite.c871 struct composite_devobj_s *usbclass_devobj_get(struct composite_dev_s *cdev, device_type type) in usbclass_devobj_get() argument
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
H A Dusbd_config.h118 device_type type; member
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DCodePointTrieTest.java221 testTrieGetters(String testName, CodePointTrie trie, CodePointTrie.Type type, CodePointTrie.ValueWidth valueWidth, CheckRange checkRanges[]) testTrieGetters() argument
428 testTrie(String testName, CodePointTrie trie, CodePointTrie.Type type, CodePointTrie.ValueWidth valueWidth, CheckRange checkRanges[]) testTrie() argument
446 testTrieSerialize(String testName, MutableCodePointTrie mutableTrie, CodePointTrie.Type type, CodePointTrie.ValueWidth valueWidth, boolean withSwap, CheckRange checkRanges[]) testTrieSerialize() argument
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DPseudoLocales.java175 @Override public CldrData getDataForType(CldrDataType type) { in getDataForType() argument
245 private final PseudoType type; field in PseudoLocales.PseudoLocaleData
249 PseudoLocaleData( CldrData srcData, ImmutableSet<CldrPath> pathsToProcess, CldrResolution resolution, PseudoType type) PseudoLocaleData() argument
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DLikelySubtagsBuilder.java102 public static Aliases getAliases(CldrData supplementalData, AliasType type) { in getAliases() argument
/third_party/icu/tools/unicode/c/genprops/
H A Dcorepropsbuilder.cpp522 int32_t type=props.getIntProp(UCHAR_NUMERIC_TYPE); in setGcAndNumeric() local
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUnicodeSetStringSpanTest.java404 getSpans(final UnicodeSetWithStrings set, boolean isComplement, final String s, int whichSpans, int type, String[] typeName, int limits[], int limitsCapacity, int expectCount) getSpans() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DBreakIterator.java966 public final ULocale getLocale(ULocale.Type type) { in getLocale() argument
H A DMessagePatternUtil.java162 private MessageContentsNode(Type type) { in MessageContentsNode() argument
170 private Type type; field in MessagePatternUtil.MessageContentsNode
[all...]
H A DStringPrep.java330 int type; global() field in StringPrep.Values
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DCodePointTrieTest.java218 testTrieGetters(String testName, CodePointTrie trie, CodePointTrie.Type type, CodePointTrie.ValueWidth valueWidth, CheckRange checkRanges[]) testTrieGetters() argument
425 testTrie(String testName, CodePointTrie trie, CodePointTrie.Type type, CodePointTrie.ValueWidth valueWidth, CheckRange checkRanges[]) testTrie() argument
443 testTrieSerialize(String testName, MutableCodePointTrie mutableTrie, CodePointTrie.Type type, CodePointTrie.ValueWidth valueWidth, boolean withSwap, CheckRange checkRanges[]) testTrieSerialize() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DDayPeriodRules.java153 private void addCutoff(CutoffType type, String hourStr) { in addCutoff() argument
H A DZoneMeta.java160 public static Set<String> getAvailableIDs(SystemTimeZoneType type, String region, Integer rawOffset) { in getAvailableIDs() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DIslamicCalendar.java933 public void setCalculationType(CalculationType type) { in setCalculationType() argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUnicodeSetStringSpanTest.java401 getSpans(final UnicodeSetWithStrings set, boolean isComplement, final String s, int whichSpans, int type, String[] typeName, int limits[], int limitsCapacity, int expectCount) getSpans() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DPatternStringParser.java172 public boolean containsSymbolType(int type) { in containsSymbolType() argument
H A DAffixUtils.java115 public CharSequence getSymbol(int type); in getSymbol() argument
272 public static final NumberFormat.Field getFieldForType(int type) { in getFieldForType() argument
388 public static boolean containsType(CharSequence affixPattern, int type) { in containsType() argument
434 replaceType(CharSequence affixPattern, int type, char replacementChar) replaceType() argument
690 makeTag(int offset, int type, int state, int cp) makeTag() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dplurfmt.cpp177 PluralFormat::init(const PluralRules* rules, UPluralType type, UErrorCode& status) { in init() argument
305 const UMessagePatternPartType type = part.getType(); in format() local
74 PluralFormat(const Locale& loc, UPluralType type, UErrorCode& status) PluralFormat() argument
128 PluralFormat(const Locale& loc, UPluralType type, const UnicodeString& pat, UErrorCode& status) PluralFormat() argument
457 const UMessagePatternPartType type = part->getType(); findSubMessage() local
[all...]
H A Ddcfmtsym.cpp566 DecimalFormatSymbols::getLocale(ULocDataLocaleType type, UErrorCode& status) const { in getLocale() argument
572 DecimalFormatSymbols::getPatternForCurrencySpacing(UCurrencySpacing type, in getPatternForCurrencySpacing() argument
586 DecimalFormatSymbols::setPatternForCurrencySpacing(UCurrencySpacing type, in setPatternForCurrencySpacing() argument
H A Dregion.cpp572 Region::getAvailable(URegionType type, UErrorCode &status) { in getAvailable() argument
634 getContainedRegions( URegionType type, UErrorCode &status ) const getContainedRegions() argument
[all...]
H A Ducol_res.cpp112 char type[16]; in loadRules() local
630 UResType type = value.getType(); global() variable
[all...]
H A Dislamcal.cpp234 IslamicCalendar::IslamicCalendar(const Locale& aLocale, UErrorCode& success, ECalculationType type) in IslamicCalendar() argument
248 void IslamicCalendar::setCalculationType(ECalculationType type, UErrorCode &status) in setCalculationType() argument

Completed in 28 milliseconds

1...<<171172173174175176177178179180>>...330