Home
last modified time | relevance | path

Searched refs:LOWER (Results 1 – 25 of 63) sorted by relevance

123

/external/guava/guava-tests/test/com/google/common/base/
DAsciiTest.java38 private static final String LOWER = "abcdefghijklmnopqrstuvwxyz"; field in AsciiTest
42 assertEquals(LOWER, Ascii.toLowerCase(UPPER)); in testToLowerCase()
43 assertSame(LOWER, Ascii.toLowerCase(LOWER)); in testToLowerCase()
49 assertEquals(UPPER, Ascii.toUpperCase(LOWER)); in testToUpperCase()
66 for (char c : LOWER.toCharArray()) { in testCharsLower()
128 assertTrue(Ascii.equalsIgnoreCase(LOWER, UPPER)); in testEqualsIgnoreCase()
129 assertTrue(Ascii.equalsIgnoreCase(UPPER, LOWER)); in testEqualsIgnoreCase()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DCollationKey.java105 public static final int LOWER = 0; field in CollationKey.BoundMode
450 case BoundMode.LOWER: // = 0 in getBound()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCollationKey.java103 public static final int LOWER = 0; field in CollationKey.BoundMode
438 case BoundMode.LOWER: // = 0 in getBound()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCaseProps.java207 if(getTypeFromProps(props)==LOWER) { in toupper()
223 if(getTypeFromProps(props)==LOWER) { in totitle()
965 if(getTypeFromProps(props)==LOWER) { in toUpperOrTitle()
1259 return LOWER==getType(c); in hasBinaryProperty()
1333 public static final int LOWER=1; field in UCaseProps
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCaseProps.java203 if(getTypeFromProps(props)==LOWER) { in toupper()
219 if(getTypeFromProps(props)==LOWER) { in totitle()
961 if(getTypeFromProps(props)==LOWER) { in toUpperOrTitle()
1255 return LOWER==getType(c); in hasBinaryProperty()
1329 public static final int LOWER=1; field in UCaseProps
/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417DecodedBitStreamParser.h27 enum Mode { ALPHA, LOWER, MIXED, PUNCT, ALPHA_SHIFT, PUNCT_SHIFT }; enumerator
DBC_PDF417DecodedBitStreamParser.cpp254 subMode = LOWER; in decodeTextCompaction()
267 case LOWER: in decodeTextCompaction()
297 subMode = LOWER; in decodeTextCompaction()
/external/bison/tests/
Dexisting.at1488 %token LOWER
1555 %left UPPER LOWER NORTH SOUTH EAST WEST CENTER START END
1878 | LOWER LEFT
1880 | LOWER RIGHT
1884 | LOWER LEFT_CORNER
1886 | LOWER RIGHT_CORNER
2695 + 196 | . LOWER LEFT
2697 + 198 | . LOWER RIGHT
2701 + 202 | . LOWER LEFT_CORNER
2703 + 204 | . LOWER RIGHT_CORNER
[all …]
/external/libchrome/sandbox/linux/bpf_dsl/
Dpolicy_compiler.h81 LOWER, enumerator
Dpolicy_compiler.cc306 ArgHalf::LOWER, passed, failed), in MaskedEqual()
/external/icu/icu4c/source/data/translit/
DBengali_InterIndic.txt90 ৱ→\uE072; # Bengali-InterIndic: LETTER RA WITH LOWER DIAGONAL
DInterIndic_Bengali.txt119 \uE072→ৱ; # LETTER RA WITH LOWER DIAGONAL
DInterIndic_Oriya.txt119 \uE072→ର; # LETTER RA WITH LOWER DIAGONAL
DInterIndic_Devanagari.txt133 \uE072→र; # LETTER RA WITH LOWER DIAGONAL
DInterIndic_Gujarati.txt119 \uE072→ર; # LETTER RA WITH LOWER DIAGONAL
DInterIndic_Malayalam.txt121 \uE072→ര; # LETTER RA WITH LOWER DIAGONAL
DInterIndic_Kannada.txt121 \uE072→ರ; # LETTER RA WITH LOWER DIAGONAL
DInterIndic_Gurmukhi.txt123 \uE072→ਰ; # LETTER RA WITH LOWER DIAGONAL
DInterIndic_Telugu.txt120 \uE072→ర; # LETTER RA WITH LOWER DIAGONAL
DInterIndic_Tamil.txt122 \uE072→\u0BC0; # LETTER RA WITH LOWER DIAGONAL
/external/icu/icu4c/source/test/testdata/
Dtranslit_rules.txt116 \ue072>\u09F1; # LETTER RA WITH LOWER DIAGONAL
/external/unicode/
DDerivedAge.txt69 0374..0375 ; 1.1 # [2] GREEK NUMERAL SIGN..GREEK LOWER NUMERAL SIGN
300 274F..2752 ; 1.1 # [4] LOWER RIGHT DROP-SHADOWED WHITE SQUARE..UPPER RIGHT SHADOWED WHITE SQUA…
305 2798..27AF ; 1.1 # [24] HEAVY SOUTH EAST ARROW..NOTCHED LOWER RIGHT-SHADOWED WHITE RIGHTWARDS A…
633 2596..259F ; 3.2 # [10] QUADRANT LOWER LEFT..QUADRANT UPPER RIGHT AND LOWER LEFT AND LOWER RIGHT
634 25F8..25FF ; 3.2 # [8] UPPER LEFT TRIANGLE..LOWER RIGHT TRIANGLE
759 05C5..05C7 ; 4.1 # [3] HEBREW MARK LOWER DOT..HEBREW POINT QAMATS QATAN
874 A717..A71A ; 5.0 # [4] MODIFIER LETTER DOT VERTICAL BAR..MODIFIER LETTER LOWER RIGHT CORNER AN…
1452 1F53E..1F53F ; 7.0 # [2] LOWER RIGHT SHADOWED WHITE CIRCLE..UPPER RIGHT SHADOWED WHITE CIRCLE
Demoji-data.txt165 1F58A..1F58D ; Emoji # 7.0 [4] (��️..��️) LOWER LEFT BALLPOINT PEN..LOWER LEFT …
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationAPITest.java1164 = testKey[i].getBound(CollationKey.BoundMode.LOWER,
1186 CollationKey lower = key.getBound(CollationKey.BoundMode.LOWER,
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationAPITest.java1168 = testKey[i].getBound(CollationKey.BoundMode.LOWER,
1190 CollationKey lower = key.getBound(CollationKey.BoundMode.LOWER,

123