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

  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
XLocaleMatcher.java 29 private static final LSR UND = new LSR("und","","");
30 private static final ULocale UND_LOCALE = new ULocale("und");
173 final LSR max = item.equals(UND_LOCALE) ? UND : LSR.fromMaximalized(item);
182 final LSR max = item.equals(UND_LOCALE) ? UND : LSR.fromMaximalized(item);
326 // quick check for exact match, with hack for und
327 final LSR desiredLSR = desiredLocale.equals(UND_LOCALE) ? UND : LSR.fromMaximalized(desiredLocale);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
XLocaleMatcher.java 27 private static final LSR UND = new LSR("und","","");
28 private static final ULocale UND_LOCALE = new ULocale("und");
171 final LSR max = item.equals(UND_LOCALE) ? UND : LSR.fromMaximalized(item);
180 final LSR max = item.equals(UND_LOCALE) ? UND : LSR.fromMaximalized(item);
324 // quick check for exact match, with hack for und
325 final LSR desiredLSR = desiredLocale.equals(UND_LOCALE) ? UND : LSR.fromMaximalized(desiredLocale);
  /frameworks/compile/mclinker/include/mcld/LD/
StaticResolver.h 31 UND, // override by symbol undefined symbol.
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFAttributeData.cpp 621 #define UND static_cast<uint8_t>(-1)
627 /* 5 */ UND,
628 /* 6 */ UND,
632 /* 10 */ UND,
633 /* 11 */ UND,
634 /* 12 */ UND,
635 /* 13 */ UND,
636 /* 14 */ UND,
637 /* 15 */ UND,
638 /* 16 */ UND,
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Currency.java 418 * except for the 'und' locale.
448 // Don't resolve region if the requested locale is 'und', it will resolve to US
450 if (UND.equals(locale)) {
469 private static final ULocale UND = new ULocale("und");
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Currency.java 433 * except for the 'und' locale.
464 // Don't resolve region if the requested locale is 'und', it will resolve to US
466 if (UND.equals(locale)) {
485 private static final ULocale UND = new ULocale("und");
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
linker.c     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 805 milliseconds