Home
last modified time | relevance | path

Searched refs:keySet (Results 101 - 125 of 152) sorted by relevance

1234567

/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DWriteCharts.java318 Iterator it = map.keySet().iterator(); in print()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DPluralFormatUnitTest.java227 for (ULocale locale0 : same.keySet()) { in TestSamples()
H A DFormattedValueTest.java175 Set<AttributedCharacterIterator.Attribute> currentAttributes = fpi.getAttributes().keySet(); in checkFormattedValue()
H A DIntlTestDecimalFormatAPIC.java482 Iterator it = iterator.getAttributes().keySet().iterator(); in findFields()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DFormattedValueTest.java183 Set<AttributedCharacterIterator.Attribute> currentAttributes = fpi.getAttributes().keySet(); in checkFormattedValue()
H A DPluralFormatUnitTest.java225 for (ULocale locale0 : same.keySet()) { in TestSamples()
H A DIntlTestDecimalFormatAPIC.java479 Iterator it = iterator.getAttributes().keySet().iterator(); in findFields()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DCalendarTestFmwk.java324 for (Object v : h[k].keySet()) { in doLimitsTest()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUCharacterCompare.java246 for (String s : m_hashtable_.keySet()) { in summary()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DUnicodeSetCloseOver.java146 Iterator i = new TreeSet(equivClasses.keySet()).iterator(); in analyzeCaseData()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DCalendarTestFmwk.java327 for (Object v : h[k].keySet()) { in doLimitsTest()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/
H A DLikelySubtagsBuilder.java209 LSR[] lsrs = lsrIndexes.keySet().toArray(new LSR[lsrIndexes.size()]); in build()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DLocaleIDParser.java674 return m.isEmpty() ? null : m.keySet().iterator(); in getKeywords()
H A DICUService.java570 Set<String> result = getVisibleIDMap().keySet(); in getVisibleIDs()
H A DICUResourceBundle.java81 // TODO: Remove topLevelKeys when we upgrade to Java 6 where ResourceBundle caches the keySet().
1598 public final void setTopLevelKeySet(Set<String> keySet) { in setTopLevelKeySet() argument
1599 wholeBundle.topLevelKeys = keySet; in setTopLevelKeySet()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationServiceTest.java191 Iterator iter = map.keySet().iterator(); in TestRegisterFactory()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTimeUnitFormat.java261 for (TimeUnit timeUnit : timeUnitToCountToPatterns.keySet()) { in parseObject()
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/
H A DBuildMetadataProtoFromXml.java256 writeCountryCodeSet(writer, capacity, countryCodeToRegionCodeMap.keySet()); in writeCountryCallingCodeMappingToJavaFile()
/third_party/libphonenumber/migrator/src/test/java/com/google/phonenumbers/migrator/
H A DMigrationJobTest.java254 for (String countryCode : sampleNumberLists.keySet()) { in standardMigrations_testingEveryInternalRecipe_expectValidMigrations()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DAbstractMessage.java237 for (FieldDescriptor descriptor : a.keySet()) { in compareFields()
/third_party/node/lib/internal/util/
H A Dinspect.js641 let keySet;
659 keySet = new SafeSet();
661 ArrayPrototypeForEach(keys, (key) => keySet.add(key));
670 (depth !== 0 && keySet.has(key))) {
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberUtil.java195 for (char c : ALPHA_MAPPINGS.keySet()) {
241 Arrays.toString(ALPHA_MAPPINGS.keySet().toArray()).replaceAll("[, \\[\\]]", "")
242 + Arrays.toString(ALPHA_MAPPINGS.keySet().toArray())
1076 return Collections.unmodifiableSet(countryCallingCodeToRegionCodeMap.keySet()); in getSupportedCallingCodes()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DKeyTypeData.java675 return BCP47_KEYS.keySet(); in getBcp47Keys()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DKeyTypeData.java671 return BCP47_KEYS.keySet(); in getBcp47Keys()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DCsvTable.java339 return getRows().keySet(); in getKeys()

Completed in 30 milliseconds

1234567