HomeSort by relevance Sort by last modified time
    Searched refs:toUpperCase (Results 26 - 50 of 366) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xml/utils/
XMLString.java 183 * @see java.lang.Character#toUpperCase(char)
204 * <code>this.toUpperCase().toLowerCase().compareTo(
205 * str.toUpperCase().toLowerCase())</code>.
582 * @see java.lang.String#toUpperCase(Locale)
603 * @see java.lang.Character#toUpperCase(char)
606 public abstract XMLString toUpperCase(Locale locale);
615 * based on calling the <code>toUpperCase</code> method defined by
622 * <code>Character.toUpperCase</code> to the corresponding character of
626 * "Fahrvergn&uuml;gen".toUpperCase() returns "FAHRVERGN&Uuml;GEN"
627 * "Visit Ljubinje!".toUpperCase() returns "VISIT LJUBINJE!
    [all...]
  /external/arduino/hardware/arduino/cores/arduino/
WCharacter.h 41 inline int toUpperCase(int c)__attribute__((always_inline));
163 inline int toUpperCase(int c)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/nist/
NISTNamedCurves.java 45 ASN1ObjectIdentifier oid = (ASN1ObjectIdentifier)objIds.get(Strings.toUpperCase(name));
76 return (ASN1ObjectIdentifier)objIds.get(Strings.toUpperCase(name));
  /libcore/luni/src/test/java/libcore/java/lang/
StringTest.java 251 assertEquals(LATIN_CAPITAL_I, LATIN_CAPITAL_I.toUpperCase(trTR));
252 assertEquals(LATIN_CAPITAL_I_WITH_DOT_ABOVE, LATIN_CAPITAL_I_WITH_DOT_ABOVE.toUpperCase(trTR));
253 assertEquals(LATIN_CAPITAL_I_WITH_DOT_ABOVE, LATIN_SMALL_I.toUpperCase(trTR));
255 assertEquals(LATIN_CAPITAL_I, LATIN_SMALL_DOTLESS_I.toUpperCase(trTR));
261 assertEquals(LATIN_CAPITAL_I, LATIN_SMALL_I.toUpperCase(enUs));
262 assertEquals(LATIN_CAPITAL_I, LATIN_CAPITAL_I.toUpperCase(enUs));
263 assertEquals(LATIN_CAPITAL_I_WITH_DOT_ABOVE, LATIN_CAPITAL_I_WITH_DOT_ABOVE.toUpperCase(enUs));
269 assertEquals(LATIN_CAPITAL_I, LATIN_SMALL_DOTLESS_I.toUpperCase(enUs));
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTestCase.java 364 framework.assertEquals(this, assertID, expected.toUpperCase(), actual);
377 private List toUpperCase(Collection expected) {
381 upperd.add(iter.next().toString().toUpperCase());
408 framework.assertEquals(this, assertID, toUpperCase(expected), actual);
439 framework.assertEquals(this, assertID, toUpperCase(expected), actual);
586 framework.assertNotEquals(this, assertID, expected.toUpperCase(),
836 return framework.equals(expected.toUpperCase(), actual);
858 return framework.equals(toUpperCase(expected), actual);
879 return framework.equals(toUpperCase(expected), actual);
  /developers/samples/android/ui/views/HorizontalPaging/HorizontalPaging/src/main/java/com/example/android/horizontalpaging/
MainActivity.java 188 return getString(R.string.title_section1).toUpperCase(l);
190 return getString(R.string.title_section2).toUpperCase(l);
192 return getString(R.string.title_section3).toUpperCase(l);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CSharp3Target.java 73 return "\\x" + Integer.toHexString(v).toUpperCase();
78 return "0x" + Long.toHexString(word).toUpperCase();
130 return Character.toUpperCase(value.charAt(0)) + value.substring(1);
Perl5Target.java 63 String hex = Integer.toHexString(c | 0x10000).toUpperCase().substring(1, 5);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauthsimple.js 175 action = action.toUpperCase();
226 if (method.toUpperCase().match(/(PLAINTEXT|HMAC-SHA1)/) === undefined) {
229 this._parameters['oauth_signature_method']= method.toUpperCase();
  /external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauthsimple.js 175 action = action.toUpperCase();
226 if (method.toUpperCase().match(/(PLAINTEXT|HMAC-SHA1)/) === undefined) {
229 this._parameters['oauth_signature_method']= method.toUpperCase();
  /external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
chrome_ex_oauthsimple.js 175 action = action.toUpperCase();
226 if (method.toUpperCase().match(/(PLAINTEXT|HMAC-SHA1)/) === undefined) {
229 this._parameters['oauth_signature_method']= method.toUpperCase();
  /libcore/benchmarks/src/benchmarks/regression/
StringCaseMappingBenchmark.java 77 s.value.toUpperCase(Locale.US);
83 s.value.toUpperCase(Locale.US);
101 libcore.icu.ICU.toUpperCase(s.value, Locale.US.toString());
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyGeneratorTest.java 82 validValues[1] = defaultAlgorithm.toUpperCase();
410 String dAl = defaultAlgorithm.toUpperCase();
417 .toUpperCase(), dAl);
421 .toUpperCase(), dAl);
425 .toUpperCase(), dAl);
429 .toUpperCase(), dAl);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyPairGenerator1Test.java 130 assertEquals("Incorrect algorithm ", kpg.getAlgorithm().toUpperCase(),
131 algs[i].toUpperCase());
231 assertEquals("Incorrect algorithm", kpg.getAlgorithm().toUpperCase(),
232 algs[i].toUpperCase());
301 assertEquals("Incorrect algorithm", kpg.getAlgorithm().toUpperCase(),
302 algs[i].toUpperCase());
KeyPairGenerator2Test.java 202 .toUpperCase(), (mode <= 2 ? resAlg : alg).toUpperCase());
263 .toUpperCase(), (mode <= 2 ? resAlg : alg).toUpperCase());
310 .toUpperCase(), (mode <= 2 ? resAlg : alg).toUpperCase());
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyPairGenerator1Test.java 128 assertEquals("Incorrect algorithm ", kpg.getAlgorithm().toUpperCase(),
129 algs[i].toUpperCase());
230 assertEquals("Incorrect algorithm", kpg.getAlgorithm().toUpperCase(),
231 algs[i].toUpperCase());
300 assertEquals("Incorrect algorithm", kpg.getAlgorithm().toUpperCase(),
301 algs[i].toUpperCase());
KeyPairGenerator2Test.java 205 .toUpperCase(), (mode <= 2 ? resAlg : alg).toUpperCase());
266 .toUpperCase(), (mode <= 2 ? resAlg : alg).toUpperCase());
313 .toUpperCase(), (mode <= 2 ? resAlg : alg).toUpperCase());
  /external/apache-http/src/org/apache/http/auth/
NTCredentials.java 80 username.substring(0, atSlash).toUpperCase(Locale.ENGLISH),
111 this.workstation = workstation.toUpperCase(Locale.ENGLISH);
NTUserPrincipal.java 59 this.domain = domain.toUpperCase(Locale.ENGLISH);
  /frameworks/base/location/java/android/location/
Country.java 86 mCountryIso = countryIso.toUpperCase(Locale.US);
96 mCountryIso = countryIso.toUpperCase(Locale.US);
  /libcore/luni/src/test/java/libcore/java/net/
OldAndroidDatagramTest.java 67 stringToPacket(s.toUpperCase(), packet);
152 assertEquals(s.toUpperCase(), t);
  /external/jdiff/src/jdiff/
HTMLIndexes.java 143 char swu = Character.toUpperCase(sw);
144 if (swu != Character.toUpperCase(oldsw)) {
146 if (Character.toUpperCase(sw) != Character.toUpperCase(currChar)) {
298 if (Character.toUpperCase(sw) != Character.toUpperCase(oldsw)) {
302 h_.writeText("<A NAME=\"" + Character.toUpperCase(res) + "\"></A>");
495 if (Character.toUpperCase(sw) != Character.toUpperCase(oldsw)) {
498 h_.writeText("<A NAME=\"" + Character.toUpperCase(res) + "\"></A>")
    [all...]
  /device/sample/apps/SampleEmailPolicy/src/com/android/email/policy/
EmailPolicy.java 233 if (capabilities.toUpperCase().contains(MY_SERVER_CAPABILITY)) {
  /external/apache-http/src/org/apache/commons/codec/language/
RefinedSoundex.java 146 return this.soundexMapping[Character.toUpperCase(c) - 'A'];
  /external/apache-http/src/org/apache/http/impl/cookie/
NetscapeDomainHandler.java 80 final String ucDomain = domain.toUpperCase(Locale.ENGLISH);

Completed in 1223 milliseconds

12 3 4 5 6 7 8 91011>>