HomeSort by relevance Sort by last modified time
    Searched refs:UPPER (Results 1 - 15 of 15) 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...]
  /external/openssl/crypto/conf/
keysets.pl 4 $UPPER=0x02;
22 $v|=$UPPER if ($c =~ /[A-Z]/);
41 $v|=$UPPER if ($c =~ /[A-Z]/);
117 #define CONF_UPPER $UPPER
  /external/bluetooth/glib/tests/
gen-casemap-txt.pl 34 use vars qw($CODE $NAME $CATEGORY $COMBINING_CLASSES $BIDI_CATEGORY $DECOMPOSITION $DECIMAL_VALUE $DIGIT_VALUE $NUMERIC_VALUE $MIRRORED $OLD_NAME $COMMENT $UPPER $LOWER $TITLE $BREAK_CODE $BREAK_CATEGORY $BREAK_NAME $CASE_CODE $CASE_LOWER $CASE_TITLE $CASE_UPPER $CASE_CONDITION);
49 $UPPER = 12;
60 my @upper;
136 $upper[$code] = &make_hex ($fields[$CASE_UPPER]);
204 $upper[$code] = make_hex ($fields[$UPPER]);
211 $upper[$code] = pack ("U", $code);
217 $upper[$code] = make_hex ($fields[$UPPER]);
233 my $upper = $upper[$i]
    [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...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
system.h 253 UPPER. However the bounds themselves can be either positive or
255 #define IN_RANGE(VALUE, LOWER, UPPER) \
257 <= (unsigned HOST_WIDE_INT) (UPPER) - (unsigned HOST_WIDE_INT) (LOWER))
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 261 UPPER. However the bounds themselves can be either positive or
263 #define IN_RANGE(VALUE, LOWER, UPPER) \
265 <= (unsigned HOST_WIDE_INT) (UPPER) - (unsigned HOST_WIDE_INT) (LOWER))
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 261 UPPER. However the bounds themselves can be either positive or
263 #define IN_RANGE(VALUE, LOWER, UPPER) \
265 <= (unsigned HOST_WIDE_INT) (UPPER) - (unsigned HOST_WIDE_INT) (LOWER))
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 261 UPPER. However the bounds themselves can be either positive or
263 #define IN_RANGE(VALUE, LOWER, UPPER) \
265 <= (unsigned HOST_WIDE_INT) (UPPER) - (unsigned HOST_WIDE_INT) (LOWER))
  /external/libxml2/
HTMLparser.c 294 #define UPPER (toupper(*ctxt->input->cur))
    [all...]
  /external/bison/tests/
testsuite     [all...]
  /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 
  /external/zxing/core/
core.jar 

Completed in 551 milliseconds