HomeSort by relevance Sort by last modified time
    Searched defs:COUNTRIES (Results 1 - 6 of 6) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/view/
AutoComplete1.java 34 android.R.layout.simple_dropdown_item_1line, COUNTRIES);
39 static final String[] COUNTRIES = new String[] {
AutoComplete6.java 34 android.R.layout.simple_dropdown_item_1line, COUNTRIES);
40 static final String[] COUNTRIES = new String[] {
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
LayoutChangesActivity.java 86 COUNTRIES[(int) (Math.random() * COUNTRIES.length)]);
112 private static final String[] COUNTRIES = new String[]{
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
AddressDataKey.java 28 * Identifies the countries for which data is provided.
30 COUNTRIES,
  /external/chromium_org/third_party/icu/source/common/
uloc.cpp 319 static const char * const COUNTRIES[] = {
367 * their 2-letter equivalent. It must be kept in sync with COUNTRIES.
368 * For all valid i, COUNTRIES[i] must refer to the same country as
369 * COUNTRIES_3[i]. The commented-out lines are copied from COUNTRIES
374 * the two lists in COUNTRIES.
    [all...]
  /external/icu/icu4c/source/common/
uloc.cpp 319 static const char * const COUNTRIES[] = {
367 * their 2-letter equivalent. It must be kept in sync with COUNTRIES.
368 * For all valid i, COUNTRIES[i] must refer to the same country as
369 * COUNTRIES_3[i]. The commented-out lines are copied from COUNTRIES
374 * the two lists in COUNTRIES.
    [all...]

Completed in 317 milliseconds