HomeSort by relevance Sort by last modified time
    Searched defs:UPPER (Results 1 - 8 of 8) sorted by null

  /external/guava/guava-tests/test/com/google/common/base/
AsciiTest.java 32 * The Unicode points {@code 00c1} and {@code 00e1} are the upper- and
38 private static final String UPPER = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
41 assertEquals(LOWER, Ascii.toLowerCase(UPPER));
47 assertEquals(UPPER, Ascii.toUpperCase(LOWER));
48 assertEquals(UPPER, Ascii.toUpperCase(UPPER));
73 for (char c : UPPER.toCharArray()) {
  /external/webkit/Source/JavaScriptCore/wtf/
TCPackedCache.h 129 // The types K and V provide upper bounds on the number of valid keys
180 // We are going to pack a value and the upper part of a key into
181 // an entry of type T. The UPPER type is for the upper part of a key,
183 typedef T UPPER;
187 static UPPER EntryToUpper(T t) { return t & kUpperMask; }
189 // If v is a V and u is an UPPER then you can create an entry by
190 // doing u | v. kHashbits determines where in a K to find the upper
193 static UPPER KeyToUpper(K k) {
201 static K UpperToPartialKey(UPPER u)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/
TextViewWordLimitsTest.java 135 final String UPPER = "NJLJ";
142 verifyWordLimits(UPPER, 1, 0, 4);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
OutputStreamWriterTest.java 37 private static final int UPPER = 0xd800;
456 int upper = UPPER; local
459 upper = 128;
462 upper = 256;
466 for (int c = 0; c < upper; ++c) {
474 for (int expected = 0; expected < upper; ++expected) {
499 int upper = UPPER; local
502 upper = 128
    [all...]
  /external/libxml2/
HTMLparser.c 294 #define UPPER (toupper(*ctxt->input->cur))
    [all...]
  /external/zxing/core/
core.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 3390 milliseconds