HomeSort by relevance Sort by last modified time
    Searched refs:hasRegion (Results 1 - 14 of 14) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
LocaleTest.java 33 assertFalse(Locale.ANY.hasRegion());
37 new RegionQualifier(RegionQualifier.FAKE_REGION_VALUE)).hasRegion());
41 assertFalse(Locale.create(language1).hasRegion());
43 assertTrue(Locale.create(language1, region1).hasRegion());
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PostalSplitter.java 104 final boolean hasRegion = !TextUtils.isEmpty(postal.region);
115 final boolean hasSecondBlock = hasRegion || hasCity || hasNeighborhood;
132 if (hasRegion) {
136 if (hasRegion) builder.append(SPACE);
140 if (hasRegion || hasCity) builder.append(SPACE);
170 final boolean hasRegion = !TextUtils.isEmpty(postal.region);
181 final boolean hasSecondBlock = hasCity || hasRegion || hasPostcode;
205 if (hasRegion) {
210 if (hasCity || hasRegion) builder.append(SPACE);
  /packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
LocaleUtils.java 61 boolean hasRegion = false;
78 hasRegion = true;
85 if (!hasRegion && isValidRegion(text)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
Locale.java 98 String regionCode = hasRegion() ? region.getValue() : null;
127 public boolean hasRegion() {
177 return hasLanguage() && hasRegion() ?
ConfigurationDescription.java 280 if (locale != null && (locale.hasLanguage() || locale.hasRegion())) {
282 if (locale.hasRegion()) {
ConfigurationChooser.java     [all...]
  /frameworks/compile/mclinker/include/mcld/Script/
OutputSectDesc.h 114 bool hasRegion() const { return m_pRegion != NULL; }
116 assert(hasRegion());
  /external/qemu/android/skin/
composer.h 52 char hasRegion;
composer.c 24 if (p->any.type == SKIN_PLATE_SURFACE || p->group.hasRegion)
40 p->group.hasRegion = 1;
48 if ( p->any.type != SKIN_PLATE_SURFACE && !p->group.hasRegion ) {
103 p->group.hasRegion = 0;
244 p->group.hasRegion = 0;
  /frameworks/compile/mclinker/lib/Script/
OutputSectDesc.cpp 115 if (m_Epilog.hasRegion())
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 538 bool hasRegion =
540 cachedQuery = hasRegion ? 1 : 2;
541 return hasRegion;
  /frameworks/base/tools/aapt/
AaptAssets.cpp 319 bool hasRegion = false;
324 hasRegion = true;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreview.java     [all...]
RenderPreviewManager.java     [all...]

Completed in 196 milliseconds