Home
last modified time | relevance | path

Searched refs:REGION (Results 1 – 14 of 14) sorted by relevance

/frameworks/minikin/libs/minikin/
DHyphenatorMap.cpp27 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()
DLocale.h46 REGION = 0b00000100, enumerator
DLocale.cpp441 if ((bits & SubtagBits::REGION) != SubtagBits::EMPTY) { in getPartialLocale()
/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/
DRadioManagerTest.java56 private static final int REGION = RadioManager.REGION_ITU_2; field in RadioManagerTest
178 () -> new RadioManager.AmBandDescriptor(REGION, /* type= */ 100, AM_LOWER_LIMIT, in constructor_withUnsupportedTypeForBandDescriptor_throwsException()
198 .that(bandDescriptor.getRegion()).isEqualTo(REGION); in getRegion_forBandDescriptor()
394 new RadioManager.AmBandDescriptor(REGION, RadioManager.BAND_AM, AM_LOWER_LIMIT, in equals_withAmBandDescriptorsOfDifferentUpperLimits_returnsFalse()
404 new RadioManager.AmBandDescriptor(REGION, RadioManager.BAND_AM, AM_LOWER_LIMIT, in equals_withAmBandDescriptorsOfDifferentStereoSupportValues()
414 REGION, RadioManager.BAND_FM, FM_LOWER_LIMIT, FM_UPPER_LIMIT, FM_SPACING * 2, in equals_withFmBandDescriptorsOfDifferentSpacingValues()
424 REGION + 1, RadioManager.BAND_AM_HD, AM_LOWER_LIMIT, AM_UPPER_LIMIT, AM_SPACING, in equals_withFmBandConfigsOfDifferentLowerLimitValues()
434 REGION, RadioManager.BAND_FM, FM_LOWER_LIMIT, FM_UPPER_LIMIT, FM_SPACING, in equals_withFmBandDescriptorsOfDifferentStereoSupportValues()
444 REGION, RadioManager.BAND_FM, FM_LOWER_LIMIT, FM_UPPER_LIMIT, FM_SPACING, in equals_withFmBandDescriptorsOfDifferentRdsSupportValues()
454 REGION, RadioManager.BAND_FM, FM_LOWER_LIMIT, FM_UPPER_LIMIT, FM_SPACING, in equals_withFmBandDescriptorsOfDifferentTaSupportValues()
[all …]
/frameworks/minikin/fuzz/locale_fuzzer/
Dlocale_fuzzer.cpp27 SubtagBits::REGION, SubtagBits::VARIANT, SubtagBits::EMOJI,
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardJapanizationTests.java212 .put(StructuredPostal.REGION, "\u00D7\u00D7\u770C") in testPostalAddressWithJapaneseCommon()
238 .put(StructuredPostal.REGION, "\u00D7\u00D7\u770C") in testPostalAddressWithJapaneseCommon()
DVCardImporterTests.java694 .put(StructuredPostal.REGION, "LA") in testComplicatedCase()
703 .put(StructuredPostal.REGION, "LA") in testComplicatedCase()
DVCardExporterTests.java766 .put(StructuredPostal.REGION, "Region") in testPostalAddressCommon()
839 .put(StructuredPostal.REGION, "") // Must be ignored. in testPostalOnlyWithFormattedAddressCommon()
/frameworks/opt/vcard/java/com/android/vcard/
DVCardBuilder.java1069 final String rawRegion = contentValues.getAsString(StructuredPostal.REGION); in tryConstructPostalStruct()
DVCardEntry.java595 builder.withValue(StructuredPostal.REGION, mRegion); in constructInsertOperation()
/frameworks/base/core/java/android/provider/
DContactsContract.java6809 public static final String REGION = DATA8; field in ContactsContract.CommonDataKinds.StructuredPostal
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt24216 field public static final java.lang.String REGION = "data8";
/frameworks/base/core/api/
Dcurrent.txt36430 field public static final String REGION = "data8";