/external/valgrind/none/tests/ppc32/ |
lsw.stdout.exp | 1 ------ lswi n == 8 (fe special cased) ------ 46 ------ stswi n == 8 (fe special cased) ------
|
/external/valgrind/none/tests/ppc64/ |
lsw.stdout.exp | 1 ------ lswi n == 8 (fe special cased) ------ 46 ------ stswi n == 8 (fe special cased) ------
|
/prebuilts/go/darwin-x86/src/text/template/ |
examplefunc_test.go | 27 // - title-cased 28 // - title-cased and then printed with %q 29 // - printed with %q and then title-cased.
|
/prebuilts/go/linux-x86/src/text/template/ |
examplefunc_test.go | 27 // - title-cased 28 // - title-cased and then printed with %q 29 // - printed with %q and then title-cased.
|
/external/icu/icu4c/source/test/intltest/ |
ucdtest.cpp | 116 "Cased", 440 UnicodeSet cased("[[:Lu:]-[:sc=Common:]-[:sc=Geor:]]", errorCode); 454 assertFalse("not encoded, not cased", uscript_isCased(sc)); 463 assertEquals("cased vs. set", (UBool)cased.contains(firstChar), (UBool)uscript_isCased(sc)); 469 cased.removeAll(scriptSet); 476 assertEquals("no remaining cased characters", 477 UnicodeString("[]"), cased.toPattern(pattern));
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
property-interpolation.js | 29 // Add camel cased variant.
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
TestUScript.java | 534 UnicodeSet cased = new UnicodeSet("[[:Lu:]-[:sc=Common:]-[:sc=Geor:]]"); local 545 assertFalse(sn + " not encoded, not cased", UScript.isCased(sc)); 554 assertEquals(sn + " cased vs. set", cased.contains(firstChar), UScript.isCased(sc)); 560 cased.removeAll(scriptSet); 565 assertEquals("no remaining cased characters", "[]", cased.toPattern(true));
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
TestUScript.java | 530 UnicodeSet cased = new UnicodeSet("[[:Lu:]-[:sc=Common:]-[:sc=Geor:]]"); local 541 assertFalse(sn + " not encoded, not cased", UScript.isCased(sc)); 550 assertEquals(sn + " cased vs. set", cased.contains(firstChar), UScript.isCased(sc)); 556 cased.removeAll(scriptSet); 561 assertEquals("no remaining cased characters", "[]", cased.toPattern(true));
|
/prebuilts/go/darwin-x86/src/html/ |
escape.go | 132 // Lower-cased characters are more common in entities, so we check for them first.
|
/prebuilts/go/linux-x86/src/html/ |
escape.go | 132 // Lower-cased characters are more common in entities, so we check for them first.
|
/prebuilts/go/darwin-x86/src/unicode/ |
letter_test.go | 102 // Contains all the special cased Latin-1 chars. 127 // ASCII (special-cased so test carefully)
|
maketables.go | 1051 // If the cased value in the Char is 0, it means use the rune itself. 1052 func caseIt(r, cased rune) rune { 1053 if cased == 0 { 1056 return cased [all...] |
/prebuilts/go/linux-x86/src/unicode/ |
letter_test.go | 102 // Contains all the special cased Latin-1 chars. 127 // ASCII (special-cased so test carefully)
|
maketables.go | 1051 // If the cased value in the Char is 0, it means use the rune itself. 1052 func caseIt(r, cased rune) rune { 1053 if cased == 0 { 1056 return cased [all...] |
/prebuilts/go/darwin-x86/src/net/http/ |
header.go | 178 // v may contain mixed cased.
|
/prebuilts/go/linux-x86/src/net/http/ |
header.go | 178 // v may contain mixed cased.
|
/external/chromium-trace/catapult/third_party/webtest/webtest/ |
forms.py | 498 Multiple checkboxes of the same name are special-cased; a list may be
|
/prebuilts/go/darwin-x86/src/cmd/vet/ |
print.go | 57 // of the format parameter. Names are lower-cased so the lookup is 70 // of the first parameter to be printed. Names are lower-cased so the lookup is
|
/prebuilts/go/linux-x86/src/cmd/vet/ |
print.go | 57 // of the format parameter. Names are lower-cased so the lookup is 70 // of the first parameter to be printed. Names are lower-cased so the lookup is
|
/prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/ |
topics.py | [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/ |
topics.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/ |
topics.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/ |
topics.py | [all...] |
/external/bison/ |
maint.mk | 400 # "FATAL:" should be fully upper-cased in error messages 401 # "WARNING:" should be fully upper-cased, or fully lower-cased [all...] |
/external/v8/src/js/ |
i18n.js | 700 * 'of', 'au' and 'es' are special-cased and lowercased. [all...] |