OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toUpperCase
(Results
76 - 100
of
375
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/tools/idegen/src/
IntelliJ.java
100
return path.
toUpperCase
().contains("TEST");
/external/apache-xml/src/main/java/org/apache/xpath/objects/
XString.java
406
* @see java.lang.Character#
toUpperCase
(char)
455
* <code>this.
toUpperCase
().toLowerCase().compareTo(
456
* str.
toUpperCase
().toLowerCase())</code>.
923
* @see java.lang.String#
toUpperCase
(Locale)
[
all
...]
/external/cldr/tools/java/org/unicode/cldr/util/
Level.java
48
return Level.valueOf(name.
toUpperCase
(Locale.ENGLISH));
XChoiceFormat.java
95
conditions[i] = Condition.valueOf(tag.
toUpperCase
(Locale.ENGLISH));
/external/guava/guava-tests/test/com/google/common/xml/
XmlEscapersTest.java
80
assertEscaping(xmlEscaper, "&#x" + Integer.toHexString(ch).
toUpperCase
() + ";", ch);
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
Command.java
143
return name.
toUpperCase
();
/external/apache-xml/src/main/java/org/apache/xml/serializer/
Encodings.java
141
String normalizedEncoding = encoding.
toUpperCase
();
374
_encodingTableKeyMime.put(mimeName.
toUpperCase
(), ei);
376
_encodingTableKeyJava.put(javaName.
toUpperCase
(), ei);
/external/caliper/examples/src/main/java/examples/
CharacterBenchmark.java
280
@Benchmark void
toUpperCase
(int reps) {
284
Character.
toUpperCase
(chars[ch]);
290
Character.
toUpperCase
((int) chars[ch]);
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
BCELFactory.java
115
+ i.getName().
toUpperCase
(Locale.ENGLISH) + ");");
155
+ Const.getOpcodeName(opcode).
toUpperCase
(Locale.ENGLISH) + "));");
169
+ Const.getOpcodeName(opcode).
toUpperCase
(Locale.ENGLISH) + "));");
283
_out.print("Select " + name + " = new " + bi.getName().
toUpperCase
(Locale.ENGLISH)
302
+ CONSTANT_PREFIX + bi.getName().
toUpperCase
(Locale.ENGLISH) + ", " + target
/cts/tests/tests/keystore/src/android/keystore/cts/
TestUtils.java
626
return algorithm.
toUpperCase
(Locale.US).startsWith("HMAC");
630
String algorithmUpperCase = algorithm.
toUpperCase
(Locale.US);
642
String transformationUpperCase = transformation.
toUpperCase
(Locale.US);
655
String transformationUpperCase = transformation.
toUpperCase
(Locale.US);
667
String transformationUpperCase = transformation.
toUpperCase
(Locale.US);
696
String transformationUpperCase = transformation.
toUpperCase
(Locale.US);
711
return transformation.split("/")[1].
toUpperCase
(Locale.US);
715
String algorithmUpperCase = algorithm.
toUpperCase
(Locale.US);
728
String algorithmUpperCase = algorithm.
toUpperCase
(Locale.US);
741
String algorithmUpperCase = algorithm.
toUpperCase
(Locale.US)
[
all
...]
/external/antlr/tool/src/main/java/org/antlr/codegen/
RubyTarget.java
199
return snakecase( value ).
toUpperCase
();
250
if ( cliff == 1 ) return value.
toUpperCase
();
268
output_buffer.append( Character.
toUpperCase
( cur ) );
Target.java
191
String hex = Integer.toHexString(c|0x10000).
toUpperCase
().substring(1,5);
332
digits = digits.
toUpperCase
();
/external/smali/smali/src/main/java/org/jf/smali/
LiteralTools.java
46
if (byteLiteral.
toUpperCase
().endsWith("T")) {
116
if (shortLiteral.
toUpperCase
().endsWith("S")) {
250
if (longLiteral.
toUpperCase
().endsWith("L")) {
/external/vogar/src/vogar/
ExpectationStore.java
229
result.add(ModeId.valueOf(reader.nextString().
toUpperCase
()));
243
ModeId mode = ModeId.valueOf(reader.nextString().
toUpperCase
());
249
set.add(Variant.valueOf(reader.nextString().
toUpperCase
()));
/development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
NonsenseGenerator.java
79
words.set(0, String.valueOf(Character.
toUpperCase
(words.get(0).charAt(0))) +
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
StringExtensions.cs
144
public static string
toUpperCase
( string str )
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
StringExtensions.cs
139
public static string
toUpperCase
( this string str )
/external/antlr/tool/src/main/java/org/antlr/tool/
GrammarReport.java
117
if ( !r.name.
toUpperCase
()
118
.startsWith(Grammar.SYNPRED_RULE_PREFIX.
toUpperCase
()) )
147
if ( r.name.
toUpperCase
()
148
.startsWith(Grammar.SYNPRED_RULE_PREFIX.
toUpperCase
()) )
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509Util.java
152
algorithmName = Strings.
toUpperCase
(algorithmName);
171
algorithmName = Strings.
toUpperCase
(algorithmName);
328
algorithm = Strings.
toUpperCase
(algorithm);
391
Implementation imp = getImplementation(baseName, Strings.
toUpperCase
(algorithm), prov[i]);
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/x509/
X509Util.java
153
algorithmName = Strings.
toUpperCase
(algorithmName);
172
algorithmName = Strings.
toUpperCase
(algorithmName);
329
algorithm = Strings.
toUpperCase
(algorithm);
392
Implementation imp = getImplementation(baseName, Strings.
toUpperCase
(algorithm), prov[i]);
/external/icu/android_icu4j/src/main/java/android/icu/text/
UppercaseTransliterator.java
127
return UCharacter.
toUpperCase
(locale, source);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UCharacterCompare.java
107
if (UCharacter.
toUpperCase
(i) != Character.
toUpperCase
(i))
108
trackDifference(p, i, "
toUpperCase
()", Integer.toHexString(UCharacter.
toUpperCase
(i)), Integer
109
.toHexString(Character.
toUpperCase
(i)));
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
UppercaseTransliterator.java
126
return UCharacter.
toUpperCase
(locale, source);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UCharacterCompare.java
104
if (UCharacter.
toUpperCase
(i) != Character.
toUpperCase
(i))
105
trackDifference(p, i, "
toUpperCase
()", Integer.toHexString(UCharacter.
toUpperCase
(i)), Integer
106
.toHexString(Character.
toUpperCase
(i)));
/external/owasp/sanitizer/src/main/org/owasp/html/
Strings.java
49
* Strings.
toUpperCase
(s).equals(Strings.
toUpperCase
(Strings.toLowerCase(s)))
129
public static String
toUpperCase
(String s) {
Completed in 1668 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>