HomeSort by relevance Sort by last modified time
    Searched refs:ROOT (Results 151 - 175 of 301) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/icu/android_icu4j/src/main/java/android/icu/text/
Transliterator.java     [all...]
Collator.java 428 * associated with the current locale, the root collator
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBITest.java 679 //starting in Unicode 6.1, root behavior should be the same as Thai above
686 new TBItem( BreakIterator.KIND_SENTENCE, ULocale.ROOT, elSentText, elSentROffsets ),
688 new TBItem( BreakIterator.KIND_CHARACTER, ULocale.ROOT, thCharText, thCharTOffsets ),
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUResourceBundleTest.java 118 // this tests tests loading of root bundle when a resource bundle
582 logln("Alias with /LOCALE/ in nested table in root referring back to another key in the current locale bundle worked - " + s);
584 errln("Alias with /LOCALE/ in nested table in root referring back to another key in the current locale bundle failed");
794 ICUResourceBundle root =(ICUResourceBundle) UResourceBundle.getBundleInstance(ICUResourceBundle.ICU_BASE_NAME, "root"); local
989 UResourceBundle root = UResourceBundle.getBundleInstance(baseName, "hi_IN", testLoader); local
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
StringSearch.java 213 search_.internalBreakIter_ = BreakIterator.getCharacterInstance(collLocale == null ? ULocale.ROOT : collLocale);
322 search_.internalBreakIter_ = BreakIterator.getCharacterInstance(collLocale == null ? ULocale.ROOT : collLocale);
    [all...]
Collator.java 449 * associated with the current locale, the root collator
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
LocaleDisplayNamesImpl.java 131 this.locale = ULocale.ROOT.equals(langData.getLocale()) ? regionData.getLocale() :
282 // Empty basename indicates root locale (keywords are ignored for this).
283 // Our data uses 'root' to access display names for the root locale in the
286 lang = "root";
404 if (lang.equals("root") || lang.indexOf('_') != -1) {
558 return ULocale.ROOT;
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
Transliterator.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBITest.java 675 //starting in Unicode 6.1, root behavior should be the same as Thai above
682 new TBItem( BreakIterator.KIND_SENTENCE, ULocale.ROOT, elSentText, elSentROffsets ),
684 new TBItem( BreakIterator.KIND_CHARACTER, ULocale.ROOT, thCharText, thCharTOffsets ),
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUResourceBundleTest.java 114 // this tests tests loading of root bundle when a resource bundle
578 logln("Alias with /LOCALE/ in nested table in root referring back to another key in the current locale bundle worked - " + s);
580 errln("Alias with /LOCALE/ in nested table in root referring back to another key in the current locale bundle failed");
790 ICUResourceBundle root =(ICUResourceBundle) UResourceBundle.getBundleInstance(ICUResourceBundle.ICU_BASE_NAME, "root"); local
985 UResourceBundle root = UResourceBundle.getBundleInstance(baseName, "hi_IN", testLoader); local
    [all...]
  /libcore/luni/src/test/java/libcore/io/
OsTest.java 117 byte[] response = s.toUpperCase(Locale.ROOT).getBytes("UTF-8");
141 assertEquals(string.toUpperCase(Locale.ROOT), new String(response, "UTF-8"));
  /libcore/support/src/test/java/libcore/java/security/
StandardNames.java 114 algorithms.add(algorithm.toUpperCase(Locale.ROOT)));
119 assertTrue(algorithm, algorithms.remove(algorithm.toUpperCase(Locale.ROOT)));
    [all...]
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseTraversers.java 178 case Axis.ROOT :
339 * @param axisRoot The root identity of the axis.
364 // If the parent occured before the subtree root, then
369 // Otherwise, it could be a descendant below the subtree root
370 // children, or it could be after the subtree root. So we have
371 // to climb up until the parent is less than the subtree root, in
373 // root, in which case we continue to look.
422 * of origin for the traversal -- its "root node" or starting point.
517 * node that occurs after the axis root.
519 * @param axisRoot The root identity of the axis
1566 int root=getDocumentRoot(context); local
1667 int root = first(context); local
1738 int root = getDocumentRoot(context); local
    [all...]
  /external/libnl/lib/
msg.c 788 PRINT_FLAG(ROOT);
  /frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java 225 ULocale[] localesToPin = { ULocale.ROOT, ULocale.US, ULocale.getDefault() };
306 // Drop root perms while running static initializers.
310 // We need to drop root perms only if we're already root. In the case of "wrapped"
319 throw new RuntimeException("Failed to drop root", ex);
386 // Bring back root. We'll need it later if we're in the zygote.
392 throw new RuntimeException("Failed to restore root", ex);
762 // Zygote process unmounts root storage spaces.
    [all...]
  /frameworks/base/core/tests/coretests/src/android/text/
TextUtilsTest.java 529 TextUtils.getLayoutDirectionFromLocale(Locale.ROOT));
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasClient.java 345 client.mPath.clear(); // we're in root after connected
377 case ROOT:
726 * Goes back to root of folder hierarchy
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnSetting.java 148 this.types[i] = types[i].toLowerCase(Locale.ROOT);
  /libcore/luni/src/test/java/libcore/java/security/
KeyPairGeneratorTest.java 280 String expectedAlgorithm = kpg.getAlgorithm().toUpperCase(Locale.ROOT);
  /libcore/luni/src/test/java/libcore/java/security/cert/
X509CRLTest.java 259 assertEquals("SHA1WITHRSA", getCRL(f, CRL_RSA).getSigAlgName().toUpperCase(Locale.ROOT));
  /libcore/ojluni/src/main/java/java/text/
MessageFormat.java     [all...]
  /packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
StringUtils.java 593 // In order to get accented upper case letter, {@link Locale#ROOT} should be used.
595 return Locale.ROOT;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DictionaryInfoUtils.java 358 + locale.toString().toLowerCase(Locale.ROOT) + DECODER_DICT_SUFFIX;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUResourceBundle.java 133 * FROM_ROOT if the resource is fetched from root bundle.
142 if(locale.equals("root")) {
644 // (canonical, alias and root)
651 ClassLoader root) {
657 ICUResourceBundle bundle = (ICUResourceBundle) UResourceBundle.instantiateBundle(baseName, ICU_RESOURCE_INDEX, root, true);
667 if (locstr.equals("root")) {
668 locales[i++] = ULocale.ROOT;
680 ClassLoader root, Set<String> locales) {
683 bundle = (ICUResourceBundle) UResourceBundle.instantiateBundle(baseName, ICU_RESOURCE_INDEX, root, true);
701 final String bn, final ClassLoader root, final Set<String> names)
    [all...]

Completed in 3562 milliseconds

1 2 3 4 5 67 8 91011>>