HomeSort by relevance Sort by last modified time
    Searched refs:REGION (Results 1 - 25 of 28) sorted by null

1 2

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PostalSplitterForJapaneseTest.java 48 private static final String REGION = "\u6771\u4EAC\u90FD";
83 assertJoinedPostal(POSTCODE + "\n" + REGION + " " + CITY + "\n" + STREET,
84 STREET, null, null, CITY, REGION, POSTCODE, null);
88 assertJoinedPostal(POSTCODE + "\n" + REGION + "\n" + STREET,
89 STREET, null, null, REGION, null, POSTCODE, null);
99 assertJoinedPostal(REGION + " " + CITY + "\n" + STREET,
100 STREET, null, null, CITY, REGION, null, null);
102 assertJoinedPostal(COUNTRY + "\n" + REGION + " " + CITY + "\n" + STREET,
103 STREET, null, null, CITY, REGION, null, COUNTRY);
115 String neighborhood, String city, String region, String postcode, String country)
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 129 /// Get the symbol in the SVal or its base region.
428 /// \brief Get the underlining region.
433 /// \brief Get the underlining region and strip casts.
436 template <typename REGION>
437 const REGION* getRegionAs() const {
438 return llvm::dyn_cast<REGION>(getRegion());
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForStructuredPostal.java 41 StructuredPostal.REGION,
PostalSplitter.java 37 public String region; field in class:PostalSplitter.Postal
46 region = values.getAsString(StructuredPostal.REGION);
56 values.put(StructuredPostal.REGION, region);
87 postal.region, postal.postcode, postal.country
104 final boolean hasRegion = !TextUtils.isEmpty(postal.region);
109 // Second block: [region][ ][city][ ][neighborhood]
133 builder.append(postal.region);
170 final boolean hasRegion = !TextUtils.isEmpty(postal.region);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xregion.h 1 /* $Xorg: region.h,v 1.4 2001/02/09 02:03:40 xorgcvs Exp $ */
73 * clip region
81 } REGION;
84 * typedef struct _XRegion *Region;
89 * Remember, x2 and y2 are not in the region
98 * update region extents
112 * Check to see if there is enough memory in the present region.
136 /* add a rectangle to the given Region */
152 /* add a rectangle to the given Region */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xregion.h 1 /* $Xorg: region.h,v 1.4 2001/02/09 02:03:40 xorgcvs Exp $ */
73 * clip region
81 } REGION;
84 * typedef struct _XRegion *Region;
89 * Remember, x2 and y2 are not in the region
98 * update region extents
112 * Check to see if there is enough memory in the present region.
136 /* add a rectangle to the given Region */
152 /* add a rectangle to the given Region */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xregion.h 1 /* $Xorg: region.h,v 1.4 2001/02/09 02:03:40 xorgcvs Exp $ */
73 * clip region
81 } REGION;
84 * typedef struct _XRegion *Region;
89 * Remember, x2 and y2 are not in the region
98 * update region extents
112 * Check to see if there is enough memory in the present region.
136 /* add a rectangle to the given Region */
152 /* add a rectangle to the given Region */
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardJapanizationTests.java 211 .put(StructuredPostal.REGION, "\u00D7\u00D7\u770C")
237 .put(StructuredPostal.REGION, "\u00D7\u00D7\u770C")
VCardExporterTests.java     [all...]
VCardImporterTests.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
ExchangeAccountType.java 226 kind.fieldList.add(new EditField(StructuredPostal.REGION,
237 kind.fieldList.add(new EditField(StructuredPostal.REGION,
EntityModifier.java     [all...]
BaseAccountType.java     [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ExchangeSource.java 188 kind.fieldList.add(new EditField(StructuredPostal.REGION,
199 kind.fieldList.add(new EditField(StructuredPostal.REGION,
FallbackSource.java 276 kind.fieldList.add(new EditField(StructuredPostal.REGION,
295 kind.fieldList.add(new EditField(StructuredPostal.REGION,
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
ContactsSyncAdapter.java     [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityModifierTests.java     [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardBuilder.java     [all...]
VCardEntry.java 487 // - PO Box, Extended Addr, Street, Locality, Region, Postal Code, Country Name
505 String region, String postalCode, String country, int type, String label,
512 mRegion = region;
533 // ; PO Box, Extended Address, Street, Locality, Region, Postal Code, Country Name
582 builder.withValue(StructuredPostal.REGION, mRegion);
679 + "extendedAddress: %s, street: %s, localty: %s, region: %s, postalCode %s, "
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 669 milliseconds

1 2