OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toUpperCase
(Results
26 - 50
of
695
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/doclava/src/com/google/doclava/
KeywordEntry.java
35
return Character.
toUpperCase
(this.label.charAt(0));
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/text/
ToUpperCase.java
31
public class
ToUpperCase
extends Filter {
35
public
ToUpperCase
(String name) {
52
output.setObjectValue(inputString.
toUpperCase
(Locale.getDefault()));
/frameworks/support/core-ui/ics/android/support/v4/view/
PagerTitleStripIcs.java
43
return source != null ? source.toString().
toUpperCase
(mLocale) : null;
/libcore/luni/src/test/java/libcore/javax/crypto/
KeyGeneratorTest.java
84
algorithm = algorithm.
toUpperCase
();
93
algorithm = algorithm.
toUpperCase
();
163
assertEquals(kg.getAlgorithm().
toUpperCase
(), sk.getAlgorithm().
toUpperCase
());
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/
FillableStringTest.java
39
.map(String::
toUpperCase
);
MapTest.java
89
map.replaceAll((k, v) -> {return v.
toUpperCase
();});
91
assertEquals(entry.getValue(), EXPECTED.get(entry.getKey()).
toUpperCase
());
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
TelephonyManagerUtils.java
55
String countryIso = telephonyManager.getNetworkCountryIso().
toUpperCase
();
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
ExpectedKeyVisual.java
42
abstract ExpectedKeyVisual
toUpperCase
(final Locale locale);
71
ExpectedKeyVisual
toUpperCase
(final Locale locale) {
137
ExpectedKeyVisual
toUpperCase
(final Locale locale) {
187
ExpectedKeyVisual
toUpperCase
(final Locale locale) { return this; }
/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ügen".
toUpperCase
() returns "FAHRVERGNÜGEN"
627
* "Visit Ljubinje!".
toUpperCase
() returns "VISIT LJUBINJE!
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/nist/
NISTNamedCurves.java
22
objIds.put(name.
toUpperCase
(), oid);
75
return (ASN1ObjectIdentifier)objIds.get(Strings.
toUpperCase
(name));
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
TestUtility.java
16
String foo = Integer.toString(ch,16).
toUpperCase
();
21
String foo = Integer.toString(ch,16).
toUpperCase
();
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
TestUtility.java
15
String foo = Integer.toString(ch,16).
toUpperCase
();
20
String foo = Integer.toString(ch,16).
toUpperCase
();
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
MDnsUtils.java
65
|| containsString(container.
toUpperCase
(Locale.US), value.
toUpperCase
(Locale.US)))
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/samsung/
MDnsUtils.java
65
|| containsString(container.
toUpperCase
(Locale.US), value.
toUpperCase
(Locale.US)))
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
AppCompatButtonTest.java
58
assertEquals("Button starts in all caps on", text1.
toUpperCase
(),
71
assertEquals("Button is now in all caps on", text2.
toUpperCase
(),
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
AdnRecordCache.java
146
Integer.toHexString(efid).
toUpperCase
());
153
Integer.toHexString(efid).
toUpperCase
());
186
Integer.toHexString(efid).
toUpperCase
());
200
Integer.toHexString(efid).
toUpperCase
());
234
Integer.toHexString(efid).
toUpperCase
());
297
Integer.toHexString(efid).
toUpperCase
());
/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/build/prebuilts/gradle/HorizontalPaging/Application/src/main/java/com/example/android/horizontalpaging/
MainActivity.java
184
return getString(R.string.title_section1).
toUpperCase
(l);
186
return getString(R.string.title_section2).
toUpperCase
(l);
188
return getString(R.string.title_section3).
toUpperCase
(l);
/developers/samples/android/ui/views/HorizontalPaging/Application/src/main/java/com/example/android/horizontalpaging/
MainActivity.java
184
return getString(R.string.title_section1).
toUpperCase
(l);
186
return getString(R.string.title_section2).
toUpperCase
(l);
188
return getString(R.string.title_section3).
toUpperCase
(l);
/development/samples/browseable/HorizontalPaging/src/com.example.android.horizontalpaging/
MainActivity.java
184
return getString(R.string.title_section1).
toUpperCase
(l);
186
return getString(R.string.title_section2).
toUpperCase
(l);
188
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);
/libcore/benchmarks/src/benchmarks/regression/
StringCaseMappingBenchmark.java
76
s.value.
toUpperCase
(Locale.US);
80
//
toUpperCase
for Greek is an extra-hard case that uses icu4c's Transliterator.
84
s.value.
toUpperCase
(el_GR);
108
libcore.icu.ICU.
toUpperCase
(s.value, Locale.US);
/libcore/luni/src/test/java/libcore/java/lang/
StringTest.java
209
assertEquals(LATIN_CAPITAL_I, LATIN_CAPITAL_I.
toUpperCase
(tr_TR));
210
assertEquals(LATIN_CAPITAL_I_WITH_DOT_ABOVE, LATIN_CAPITAL_I_WITH_DOT_ABOVE.
toUpperCase
(tr_TR));
211
assertEquals(LATIN_CAPITAL_I_WITH_DOT_ABOVE, LATIN_SMALL_I.
toUpperCase
(tr_TR));
213
assertEquals(LATIN_CAPITAL_I, LATIN_SMALL_DOTLESS_I.
toUpperCase
(tr_TR));
219
assertEquals(LATIN_CAPITAL_I, LATIN_SMALL_I.
toUpperCase
(en_US));
220
assertEquals(LATIN_CAPITAL_I, LATIN_CAPITAL_I.
toUpperCase
(en_US));
221
assertEquals(LATIN_CAPITAL_I_WITH_DOT_ABOVE, LATIN_CAPITAL_I_WITH_DOT_ABOVE.
toUpperCase
(en_US));
227
assertEquals(LATIN_CAPITAL_I, LATIN_SMALL_DOTLESS_I.
toUpperCase
(en_US));
235
assertEquals("???? ???? ?? ?? O? ?? ? ??", "???? ???? ?? ?? o? ?? ? ??".
toUpperCase
(el_GR));
236
assertEquals("???? ???? ?? ?? O? ?? ? ??", "???? ???? ?? ?? o? ?? ? ??".
toUpperCase
(el_GR))
[
all
...]
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyGeneratorTest.java
81
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
129
assertEquals("Incorrect algorithm ", kpg.getAlgorithm().
toUpperCase
(),
130
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
());
Completed in 2390 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>