HomeSort by relevance Sort by last modified time
    Searched refs:ROOT (Results 176 - 200 of 353) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
StringSearch.java 215 search_.internalBreakIter_ = BreakIterator.getCharacterInstance(collLocale == null ? ULocale.ROOT : collLocale);
324 search_.internalBreakIter_ = BreakIterator.getCharacterInstance(collLocale == null ? ULocale.ROOT : collLocale);
    [all...]
Collator.java 467 * associated with the current locale, the root collator
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
LocaleDisplayNamesImpl.java 170 this.locale = ULocale.ROOT.equals(langData.getLocale()) ? regionData.getLocale() :
308 // Empty basename indicates root locale (keywords are ignored for this).
309 // Our data uses 'root' to access display names for the root locale in the
312 lang = "root";
443 if (lang.equals("root") || lang.indexOf('_') != -1) {
630 return ULocale.ROOT;
ICUResourceBundle.java 546 // (canonical, alias and root)
553 ClassLoader root) {
559 ICUResourceBundle bundle = (ICUResourceBundle) UResourceBundle.instantiateBundle(baseName, ICU_RESOURCE_INDEX, root, true);
569 if (locstr.equals("root")) {
570 locales[i++] = ULocale.ROOT;
582 ClassLoader root, Set<String> locales) {
585 bundle = (ICUResourceBundle) UResourceBundle.instantiateBundle(baseName, ICU_RESOURCE_INDEX, root, true);
603 final String bn, final ClassLoader root, final Set<String> names) {
611 Enumeration<URL> urls = root.getResources(bn);
641 private static void addLocaleIDsFromListFile(String bn, ClassLoader root, Set<String> locales)
    [all...]
  /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/util/
ICUResourceBundleTest.java 122 // this tests tests loading of root bundle when a resource bundle
590 logln("Alias with /LOCALE/ in nested table in root referring back to another key in the current locale bundle worked - " + s);
592 errln("Alias with /LOCALE/ in nested table in root referring back to another key in the current locale bundle failed");
836 ICUResourceBundle root =(ICUResourceBundle) UResourceBundle.getBundleInstance(ICUData.ICU_BASE_NAME, "root"); local
963 UResourceBundle root = UResourceBundle.getBundleInstance(baseName, "hi_IN", testLoader); local
    [all...]
  /external/syslinux/mk/
lib.mk 113 ## CORE OBJECTS, INCLUDED IN THE ROOT COM32 MODULE
  /frameworks/base/core/java/android/database/
DatabaseUtils.java     [all...]
  /libcore/support/src/test/java/libcore/java/security/
StandardNames.java 117 algorithms.add(algorithm.toUpperCase(Locale.ROOT)));
122 assertTrue(algorithm, algorithms.remove(algorithm.toUpperCase(Locale.ROOT)));
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_windows.go 181 // CertGetCertificateChain will traverse Windows's root stores
188 // certificate. If that self-signed certificate is not a root
236 store, err := syscall.CertOpenSystemStore(0, syscall.StringToUTF16Ptr("ROOT"))
  /prebuilts/go/linux-x86/src/crypto/x509/
root_windows.go 181 // CertGetCertificateChain will traverse Windows's root stores
188 // certificate. If that self-signed certificate is not a root
236 store, err := syscall.CertOpenSystemStore(0, syscall.StringToUTF16Ptr("ROOT"))
  /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/icu/android_icu4j/src/main/java/android/icu/impl/
ICUCurrencyDisplayInfoProvider.java 41 if (locale == null) { locale = ULocale.ROOT; }
365 // Don't consume the root bundle
ICUResourceBundle.java 550 // (canonical, alias and root)
557 ClassLoader root) {
563 ICUResourceBundle bundle = (ICUResourceBundle) UResourceBundle.instantiateBundle(baseName, ICU_RESOURCE_INDEX, root, true);
573 if (locstr.equals("root")) {
574 locales[i++] = ULocale.ROOT;
586 ClassLoader root, Set<String> locales) {
589 bundle = (ICUResourceBundle) UResourceBundle.instantiateBundle(baseName, ICU_RESOURCE_INDEX, root, true);
607 final String bn, final ClassLoader root, final Set<String> names) {
615 Enumeration<URL> urls = root.getResources(bn);
645 private static void addLocaleIDsFromListFile(String bn, ClassLoader root, Set<String> locales)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Collator.java 446 * associated with the current locale, the root collator
    [all...]
  /external/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/
ICUCurrencyDisplayInfoProvider.java 37 if (locale == null) { locale = ULocale.ROOT; }
361 // Don't consume the root bundle
  /external/libnl/lib/
msg.c 683 PRINT_FLAG(ROOT);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SoftApManager.java 249 mApInterfaceName, mCountryCode.toUpperCase(Locale.ROOT))
  /libcore/luni/src/test/java/libcore/java/security/
KeyPairGeneratorTest.java 292 String expectedAlgorithm = kpg.getAlgorithm().toUpperCase(Locale.ROOT);
  /libcore/luni/src/test/java/libcore/java/security/cert/
X509CRLTest.java 322 assertEquals("SHA1WITHRSA", getCRL(f, CRL_RSA).getSigAlgName().toUpperCase(Locale.ROOT));
  /libcore/ojluni/src/main/java/java/text/
MessageFormat.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/mbs/
A2dpMediaBrowserService.java 202 return new BrowserRoot(BrowseTree.ROOT, null);
  /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/tests/android/icu/dev/test/format/
PluralRulesTest.java 495 assertEquals("unknown locales have root", ULocale.ROOT, un_equiv);
617 logln("\nlocale: " + (locale == ULocale.ROOT ? "root" : locale.toString()) + ", rules: " + rules);
    [all...]

Completed in 965 milliseconds

1 2 3 4 5 6 78 91011>>