Home
last modified time | relevance | path

Searched refs:toUpperCase (Results 1 – 25 of 199) sorted by relevance

12345678

/external/nist-sip/java/gov/nist/javax/sip/parser/
DLexer.java104 addKeyword(TokenNames.SIP.toUpperCase(), TokenTypes.SIP); in selectLexer()
105 addKeyword(TokenNames.SIPS.toUpperCase(), TokenTypes.SIPS); in selectLexer()
114 addKeyword(ErrorInfoHeader.NAME.toUpperCase(), in selectLexer()
116 addKeyword(AllowEventsHeader.NAME.toUpperCase(), in selectLexer()
118 addKeyword(AuthenticationInfoHeader.NAME.toUpperCase(), in selectLexer()
120 addKeyword(EventHeader.NAME.toUpperCase(), TokenTypes.EVENT); in selectLexer()
121 addKeyword(MinExpiresHeader.NAME.toUpperCase(), in selectLexer()
123 addKeyword(RSeqHeader.NAME.toUpperCase(), TokenTypes.RSEQ); in selectLexer()
124 addKeyword(RAckHeader.NAME.toUpperCase(), TokenTypes.RACK); in selectLexer()
125 addKeyword(ReasonHeader.NAME.toUpperCase(), in selectLexer()
[all …]
/external/v8/test/mjsunit/regress/
Dregress-114.js29 assertEquals("FRIEDRICHSTRASSE 14", "friedrichstra\xDFe 14".toUpperCase());
30 assertEquals("XXSSSSSSXX", "xx\xDF\xDF\xDFxx".toUpperCase());
31 assertEquals("(SS)", "(\xDF)".toUpperCase());
32 assertEquals("SS", "\xDF".toUpperCase());
41 assertEquals("\u03A5\u0308\u0301", "\u03B0".toUpperCase());
42 assertEquals("(\u03A5\u0308\u0301)", "(\u03B0)".toUpperCase());
43 assertEquals("XX\u03A5\u0308\u0301XX", "xx\u03B0xx".toUpperCase());
Dregress-2984.js28 assertEquals("\u0178", "\xff".toUpperCase());
33 ("abcdefghijk" + "lmn\xffopq").toUpperCase());
/external/v8/test/webkit/fast/js/
Dstring-capitalization-expected.txt24 This test checks that toLowerCase and toUpperCase handle certain non-trivial cases correctly.
30 FAIL String("a��").toUpperCase() should be A��. Was A��.
32 PASS String("ß").toUpperCase() is "SS"
33 PASS String("ʼn").toUpperCase() is "ʼN"
34 PASS String("ǰ").toUpperCase() is "J̌"
35 PASS String("ffi").toUpperCase() is "FFI"
39 PASS expected[String.fromCharCode(0x0265).toUpperCase()] is true
41 PASS expected[String.fromCharCode(0x2D27).toUpperCase()] is true
43 PASS expected[String.fromCharCode(0x10CD).toUpperCase()] is true
45 PASS expected[String.fromCharCode(0x2CF3).toUpperCase()] is true
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterCaseTest.java82 UCharacter.toUpperCase(CHARACTER_LOWER_[i]) && in TestCharacter()
97 UCharacter.toUpperCase(CHARACTER_UPPER_[i]) && in TestCharacter()
202 if (!UPPER_ROOT_.equals(UCharacter.toUpperCase(UPPER_BEFORE_))) { in TestUpper()
205 UCharacter.toUpperCase(UPPER_BEFORE_)); in TestUpper()
209 if (!UPPER_TURKISH_.equals(UCharacter.toUpperCase(TURKISH_LOCALE_, in TestUpper()
214 UCharacter.toUpperCase(TURKISH_LOCALE_, UPPER_BEFORE_)); in TestUpper()
218 if (!UPPER_MINI_UPPER_.equals(UCharacter.toUpperCase(UPPER_MINI_))) { in TestUpper()
224 UCharacter.toUpperCase(SHARED_LOWERCASE_TOPKAP_))) { in TestUpper()
227 UCharacter.toUpperCase(SHARED_LOWERCASE_TOPKAP_) + "\"."); in TestUpper()
231 UCharacter.toUpperCase(TURKISH_LOCALE_, in TestUpper()
[all …]
/external/guava/guava-tests/test/com/google/common/base/
DAsciiTest.java48 assertEquals(UPPER, Ascii.toUpperCase(LOWER)); in testToUpperCase()
49 assertSame(UPPER, Ascii.toUpperCase(UPPER)); in testToUpperCase()
50 assertEquals(IGNORED, Ascii.toUpperCase(IGNORED)); in testToUpperCase()
51 assertEquals("FOOBAR", Ascii.toUpperCase("FoOBAr")); in testToUpperCase()
58 assertTrue(str, c == Ascii.toUpperCase(c)); in testCharsIgnored()
68 assertFalse(str, c == Ascii.toUpperCase(c)); in testCharsLower()
78 assertTrue(str, c == Ascii.toUpperCase(c)); in testCharsUpper()
145 assertEquals("pa\u00dfword".toUpperCase(), "PASSWORD"); // [*] in testEqualsIgnoreCaseUnicodeEquivalence()
/external/guava/guava-tests/benchmark/com/google/common/base/
DAsciiBenchmark.java77 ? Ascii.toUpperCase(testString) in asciiStringToUpperCase()
82 dummy += Ascii.toUpperCase(string).length(); in asciiStringToUpperCase()
101 ? testString.toUpperCase(Locale.US) in stringToUpperCase()
106 dummy += string.toUpperCase(Locale.US).length(); in stringToUpperCase()
113 String upperString = testString.toUpperCase(); in equalsIgnoreCaseCharSequence()
129 String rhs = testString.toUpperCase(); in equalsIgnoreCaseStringOnly()
141 String rhs = testString.toUpperCase(); in equalsIgnoreCaseJDK()
167 builder.append(Ascii.toUpperCase(chars.charAt(i))); in charSequenceToUpperCase()
/external/v8/test/mjsunit/
Dstring-case.js66 assertEquals(strUpper, str.toUpperCase());
69 assertEquals(strUpper + strUpper, (str + str).toUpperCase());
72 assertEquals(strUpper.substring(1), str.substring(1).toUpperCase());
76 assertEquals(strUpper, str.toUpperCase());
/external/jdiff/src/jdiff/
DHTMLIndexes.java143 char swu = Character.toUpperCase(sw); in generateLetterIndex()
144 if (swu != Character.toUpperCase(oldsw)) { in generateLetterIndex()
146 if (Character.toUpperCase(sw) != Character.toUpperCase(currChar)) { in generateLetterIndex()
298 if (Character.toUpperCase(sw) != Character.toUpperCase(oldsw)) { in emitPackageIndexEntry()
302 h_.writeText("<A NAME=\"" + Character.toUpperCase(res) + "\"></A>"); in emitPackageIndexEntry()
495 if (Character.toUpperCase(sw) != Character.toUpperCase(oldsw)) { in emitClassIndexEntry()
498 h_.writeText("<A NAME=\"" + Character.toUpperCase(res) + "\"></A>"); in emitClassIndexEntry()
502 … h_.writeText("<br><font size=\"+2\">" + Character.toUpperCase(sw) + "</font>&nbsp;"); in emitClassIndexEntry()
598 if (Character.toUpperCase(sw) != Character.toUpperCase(oldsw)) { in emitCtorIndexEntry()
601 h_.writeText("<A NAME=\"" + Character.toUpperCase(res) + "\"></A>"); in emitCtorIndexEntry()
[all …]
/external/guava/guava/src/com/google/common/base/
DAscii.java486 public static String toUpperCase(String string) { in toUpperCase() method in Ascii
510 public static String toUpperCase(CharSequence chars) { in toUpperCase() method in Ascii
512 return toUpperCase((String) chars); in toUpperCase()
517 builder.append(toUpperCase(chars.charAt(i))); in toUpperCase()
526 public static char toUpperCase(char c) { in toUpperCase() method in Ascii
DCaseFormat.java49 return Ascii.toUpperCase(s.replace('-', '_')); in convert()
67 return Ascii.toUpperCase(s); in convert()
96 return Ascii.toUpperCase(word); in normalizeWord()
213 .append(Ascii.toUpperCase(word.charAt(0))) in firstCharOnlyToUpper()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DXMLStringDefault.java711 public XMLString toUpperCase(Locale locale) in toUpperCase() method in XMLStringDefault
713 return new XMLStringDefault(m_str.toUpperCase(locale)); in toUpperCase()
742 public XMLString toUpperCase() in toUpperCase() method in XMLStringDefault
744 return new XMLStringDefault(m_str.toUpperCase()); in toUpperCase()
DXMLString.java606 public abstract XMLString toUpperCase(Locale locale); in toUpperCase() method
634 public abstract XMLString toUpperCase(); in toUpperCase() method
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
DKeyGeneratorTest.java81 validValues[1] = defaultAlgorithm.toUpperCase();
410 String dAl = defaultAlgorithm.toUpperCase(); in testGenerateKey()
417 .toUpperCase(), dAl); in testGenerateKey()
421 .toUpperCase(), dAl); in testGenerateKey()
425 .toUpperCase(), dAl); in testGenerateKey()
429 .toUpperCase(), dAl); in testGenerateKey()
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DKeyPairGenerator1Test.java129 assertEquals("Incorrect algorithm ", kpg.getAlgorithm().toUpperCase(), in testKeyPairGenerator02()
130 algs[i].toUpperCase()); in testKeyPairGenerator02()
230 assertEquals("Incorrect algorithm", kpg.getAlgorithm().toUpperCase(), in testKeyPairGenerator06()
231 algs[i].toUpperCase()); in testKeyPairGenerator06()
300 assertEquals("Incorrect algorithm", kpg.getAlgorithm().toUpperCase(), in testKeyPairGenerator09()
301 algs[i].toUpperCase()); in testKeyPairGenerator09()
DKeyPairGenerator2Test.java201 .toUpperCase(), (mode <= 2 ? resAlg : alg).toUpperCase()); in GetInstance01()
262 .toUpperCase(), (mode <= 2 ? resAlg : alg).toUpperCase()); in GetInstance02()
309 .toUpperCase(), (mode <= 2 ? resAlg : alg).toUpperCase()); in GetInstance03()
/external/v8/test/mjsunit/harmony/
Dproxies-json.js40 return name.toUpperCase();
70 return name.toUpperCase();
163 return name.toUpperCase();
/external/v8/test/webkit/
Ddate-parse-comments-test.js32 shouldBeNaN('Date.parse("' + date.toUpperCase() + '")');
36 shouldBeTrue('Date.parse("' + date.toUpperCase() + '") == ' + numericResult);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
DCSharp3Target.java73 return "\\x" + Integer.toHexString(v).toUpperCase(); in encodeIntAsCharEscape()
78 return "0x" + Long.toHexString(word).toUpperCase(); in getTarget64BitStringFromValue()
130 return Character.toUpperCase(value.charAt(0)) + value.substring(1); in toString()
/external/nist-sip/java/gov/nist/javax/sip/header/
DProtocol.java71 buffer.append(protocolName.toUpperCase()) in encode()
75 .append(transport.toUpperCase()); in encode()
/external/apache-http/src/org/apache/commons/codec/language/
DSoundexUtils.java57 return str.toUpperCase(); in clean()
59 return new String(chars, 0, count).toUpperCase(); in clean()
/external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/
DEncryptedPrivateKeyInfoData.java1196 String algNameUC = algName.toUpperCase(); in getValidEncryptedPrivateKeyInfoEncoding()
1219 String algNameUC = algName.toUpperCase(); in getParametersEncoding()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/nist/
DNISTNamedCurves.java48 ASN1ObjectIdentifier oid = (ASN1ObjectIdentifier)objIds.get(Strings.toUpperCase(name)); in getByName()
79 return (ASN1ObjectIdentifier)objIds.get(Strings.toUpperCase(name)); in getOID()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTestUtility.java15 String foo = Integer.toString(ch,16).toUpperCase(); in hex()
20 String foo = Integer.toString(ch,16).toUpperCase(); in hex()
/external/apache-xml/src/main/java/org/apache/xpath/objects/
DXString.java953 public XMLString toUpperCase(Locale locale) in toUpperCase() method in XString
955 return new XString(str().toUpperCase(locale)); in toUpperCase()
984 public XMLString toUpperCase() in toUpperCase() method in XString
986 return new XString(str().toUpperCase()); in toUpperCase()

12345678