/frameworks/base/wifi/java/android/net/wifi/ |
WifiInfo.java | 557 return SupplicantState.valueOf(stateName.toUpperCase(Locale.ROOT));
|
/libcore/support/src/test/java/tests/http/ |
MockWebServer.java | 349 String lowercaseHeader = header.toLowerCase(Locale.ROOT);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
Suggest.java | 364 Locale.ROOT, "%d (%4.2f), %s", cur.mScore, normalizedScore,
|
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/ |
ANTLRv3.g | 72 ROOT='^'; 206 // must create root manually as it's used by invoked rules in real antlr tool.
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
ANTLRv3.g | 70 ROOT='^'; 203 // must create root manually as it's used by invoked rules in real antlr tool.
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMDefaultBaseIterators.java | 155 case Axis.ROOT : 222 case Axis.ROOT : 298 * @param node Sets the root of the iteration. 352 * @param node Sets the root of the iteration. 443 * @param node Sets the root of the iteration. 534 * @param node Sets the root of the iteration. 600 * @param node Sets the root of the iteration. 685 * Iterator that returns the the root node as defined by the XPath data model 705 * @param node Sets the root of the iteration. 824 * @param node Sets the root of the iteration [all...] |
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/conscrypt/testing/src/main/java/libcore/java/security/ |
StandardNames.java | 116 algorithms.add(algorithm.toUpperCase(Locale.ROOT))); 121 assertTrue(algorithm, algorithms.remove(algorithm.toUpperCase(Locale.ROOT))); [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
LocaleDisplayNamesImpl.java | 166 this.locale = ULocale.ROOT.equals(langData.getLocale()) ? regionData.getLocale() : 304 // Empty basename indicates root locale (keywords are ignored for this). 305 // Our data uses 'root' to access display names for the root locale in the 308 lang = "root"; 439 if (lang.equals("root") || lang.indexOf('_') != -1) { 623 return ULocale.ROOT;
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
StringSearch.java | 214 search_.internalBreakIter_ = BreakIterator.getCharacterInstance(collLocale == null ? ULocale.ROOT : collLocale); 317 search_.internalBreakIter_ = BreakIterator.getCharacterInstance(collLocale == null ? ULocale.ROOT : collLocale); [all...] |
Transliterator.java | [all...] |
Collator.java | 446 * associated with the current locale, the root collator [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
RBBITest.java | 685 //starting in Unicode 6.1, root behavior should be the same as Thai above 692 new TBItem( BreakIterator.KIND_SENTENCE, ULocale.ROOT, elSentText, elSentROffsets ), 694 new TBItem( BreakIterator.KIND_CHARACTER, ULocale.ROOT, thCharText, thCharTOffsets ), [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
ICUResourceBundleTest.java | 120 // this tests tests loading of root bundle when a resource bundle 588 logln("Alias with /LOCALE/ in nested table in root referring back to another key in the current locale bundle worked - " + s); 590 errln("Alias with /LOCALE/ in nested table in root referring back to another key in the current locale bundle failed"); 834 ICUResourceBundle root =(ICUResourceBundle) UResourceBundle.getBundleInstance(ICUData.ICU_BASE_NAME, "root"); local 960 UResourceBundle root = UResourceBundle.getBundleInstance(baseName, "hi_IN", testLoader); local [all...] |
/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 | 162 this.locale = ULocale.ROOT.equals(langData.getLocale()) ? regionData.getLocale() : 300 // Empty basename indicates root locale (keywords are ignored for this). 301 // Our data uses 'root' to access display names for the root locale in the 304 lang = "root"; 435 if (lang.equals("root") || lang.indexOf('_') != -1) { 619 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 | 684 //starting in Unicode 6.1, root behavior should be the same as Thai above 691 new TBItem( BreakIterator.KIND_SENTENCE, ULocale.ROOT, elSentText, elSentROffsets ), 693 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 | 119 // this tests tests loading of root bundle when a resource bundle 587 logln("Alias with /LOCALE/ in nested table in root referring back to another key in the current locale bundle worked - " + s); 589 errln("Alias with /LOCALE/ in nested table in root referring back to another key in the current locale bundle failed"); 833 ICUResourceBundle root =(ICUResourceBundle) UResourceBundle.getBundleInstance(ICUData.ICU_BASE_NAME, "root"); local 959 UResourceBundle root = UResourceBundle.getBundleInstance(baseName, "hi_IN", testLoader); local [all...] |
/external/syslinux/mk/ |
lib.mk | 113 ## CORE OBJECTS, INCLUDED IN THE ROOT COM32 MODULE
|
/libcore/luni/src/test/java/libcore/io/ |
OsTest.java | 122 byte[] response = s.toUpperCase(Locale.ROOT).getBytes("UTF-8"); 146 assertEquals(string.toUpperCase(Locale.ROOT), new String(response, "UTF-8")); 632 final boolean root = (Libcore.os.getuid() == 0); 638 // setxattr(2) requires root permission for writing to this file, will get EACCES otherwise. 639 assertEquals(root ? ENOTSUP : EACCES, e.errno);
|
/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"))
|