Searched refs:REGION (Results 1 – 11 of 11) sorted by relevance
/frameworks/minikin/libs/minikin/ |
D | HyphenatorMap.cpp | 27 constexpr SubtagBits REGION = SubtagBits::REGION; variable 82 result = lookupBySubtag(locale, LANGUAGE | REGION | SCRIPT | VARIANT); in lookupInternal() 87 result = lookupBySubtag(locale, LANGUAGE | REGION | VARIANT); in lookupInternal()
|
D | Locale.h | 45 REGION = 0b00000100, enumerator
|
D | Locale.cpp | 419 if ((bits & SubtagBits::REGION) != SubtagBits::EMPTY) { in getPartialLocale()
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
D | VCardJapanizationTests.java | 211 .put(StructuredPostal.REGION, "\u00D7\u00D7\u770C") in testPostalAddressWithJapaneseCommon() 237 .put(StructuredPostal.REGION, "\u00D7\u00D7\u770C") in testPostalAddressWithJapaneseCommon()
|
D | VCardImporterTests.java | 666 .put(StructuredPostal.REGION, "LA") in testComplicatedCase() 675 .put(StructuredPostal.REGION, "LA") in testComplicatedCase()
|
D | VCardExporterTests.java | 765 .put(StructuredPostal.REGION, "Region") in testPostalAddressCommon() 838 .put(StructuredPostal.REGION, "") // Must be ignored. in testPostalOnlyWithFormattedAddressCommon()
|
/frameworks/ml/nn/runtime/test/ |
D | TestPartitioningRandom.cpp | 1207 enum Location { VECTOR, REGION }; in TEST_P() enumerator 1208 Location getLocation() const { return !mVector.empty() ? VECTOR : REGION; } in TEST_P()
|
/frameworks/base/core/java/android/provider/ |
D | ContactsContract.java | 6603 public static final String REGION = DATA8; field in ContactsContract.CommonDataKinds.StructuredPostal
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardBuilder.java | 1069 final String rawRegion = contentValues.getAsString(StructuredPostal.REGION); in tryConstructPostalStruct()
|
D | VCardEntry.java | 583 builder.withValue(StructuredPostal.REGION, mRegion); in constructInsertOperation()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |