/external/python/cpython2/Objects/ |
D | bytes_methods.c | 136 int cased; in _Py_bytes_islower() local 147 cased = 0; in _Py_bytes_islower() 151 else if (!cased && Py_ISLOWER(*p)) in _Py_bytes_islower() 152 cased = 1; in _Py_bytes_islower() 154 return PyBool_FromLong(cased); in _Py_bytes_islower() 170 int cased; in _Py_bytes_isupper() local 181 cased = 0; in _Py_bytes_isupper() 185 else if (!cased && Py_ISUPPER(*p)) in _Py_bytes_isupper() 186 cased = 1; in _Py_bytes_isupper() 188 return PyBool_FromLong(cased); in _Py_bytes_isupper() [all …]
|
D | stringobject.c | 3448 int cased; in string_islower() local 3459 cased = 0; in string_islower() 3463 else if (!cased && islower(*p)) in string_islower() 3464 cased = 1; in string_islower() 3466 return PyBool_FromLong(cased); in string_islower() 3482 int cased; in string_isupper() local 3493 cased = 0; in string_isupper() 3497 else if (!cased && isupper(*p)) in string_isupper() 3498 cased = 1; in string_isupper() 3500 return PyBool_FromLong(cased); in string_isupper() [all …]
|
D | unicodeobject.c | 6725 int cased; in unicode_islower() local 6736 cased = 0; in unicode_islower() 6742 else if (!cased && Py_UNICODE_ISLOWER(ch)) in unicode_islower() 6743 cased = 1; in unicode_islower() 6745 return PyBool_FromLong(cased); in unicode_islower() 6759 int cased; in unicode_isupper() local 6770 cased = 0; in unicode_isupper() 6776 else if (!cased && Py_UNICODE_ISUPPER(ch)) in unicode_isupper() 6777 cased = 1; in unicode_isupper() 6779 return PyBool_FromLong(cased); in unicode_isupper() [all …]
|
D | listsort.txt | 68 First the trivial cases, trivial for samplesort because it special-cased
|
/external/icu/icu4c/source/data/translit/ |
D | lt_Title.txt | 8 # Make any string of letters after a cased letter be lower 10 [:cased:] [:case-ignorable:]* {I } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → i \u0307; 11 [:cased:] [:case-ignorable:]* {J } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → j \u0307; 12 [:cased:] [:case-ignorable:]* {I \u0328 } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → i … 13 [:cased:] [:case-ignorable:]* {I \u0300 → i \u0307 \u0300; 14 [:cased:] [:case-ignorable:]* {I \u0301 → i \u0307 \u0301; 15 [:cased:] [:case-ignorable:]* {I \u0303 → i \u0307 \u0303; 16 [:cased:] [:case-ignorable:]* { (.) → &Any-Lower($1) ;
|
D | el_Title.txt | 11 # Make any string of letters after a cased letter be lower, with rules for sigma 12 [:cased:] [:case-ignorable:]* { Σ } [:case-ignorable:]* [:cased:] → σ; 13 [:cased:] [:case-ignorable:]* { Σ → ς; 14 [:cased:] [:case-ignorable:]* { (.) → &Any-Lower($1) ;
|
D | az_Title.txt | 9 # Make any string of letters after a cased letter be lower, with rules for i 10 [:cased:] [:case-ignorable:]* { İ → i; 11 [:cased:] [:case-ignorable:]* { I → ı; 12 [:cased:] [:case-ignorable:]* { (.) → &Any-Lower($1) ;
|
D | tr_Title.txt | 9 # Make any string of letters after a cased letter be lower, with rules for i 10 [:cased:] [:case-ignorable:]* { İ → i; 11 [:cased:] [:case-ignorable:]* { I → ı; 12 [:cased:] [:case-ignorable:]* { (.) → &Any-Lower($1) ;
|
D | el_Lower.txt | 10 # C is preceded by a sequence consisting of a cased letter and then zero or more case-ignorable cha… 11 …ollowed by a sequence consisting of zero or more case-ignorable characters and then a cased letter. 14 Σ } [:case-ignorable:]* [:cased:] → σ; 15 [:cased:] [:case-ignorable:]* { Σ → ς;
|
D | Latn_Kana.txt | 15 :: Lower (); # whenever transliterating from cased to uncased script, include this
|
/external/valgrind/none/tests/ppc32/ |
D | lsw.stdout.exp | 1 ------ lswi n == 8 (fe special cased) ------ 46 ------ stswi n == 8 (fe special cased) ------
|
/external/valgrind/none/tests/ppc64/ |
D | lsw.stdout.exp | 1 ------ lswi n == 8 (fe special cased) ------ 46 ------ stswi n == 8 (fe special cased) ------
|
/external/icu/icu4c/source/data/brkitr/rules/ |
D | title.txt | 24 # (at a cased character), advance through the word and through 39 # with no word (cased character) preceding the current iteration position.
|
/external/icu/icu4c/source/test/intltest/ |
D | ucdtest.cpp | 446 UnicodeSet cased("[[:Lu:]-[:sc=Common:]-[:sc=Geor:]]", errorCode); in TestScriptMetadata() local 469 … assertEquals("cased vs. set", (UBool)cased.contains(firstChar), (UBool)uscript_isCased(sc)); in TestScriptMetadata() 475 cased.removeAll(scriptSet); in TestScriptMetadata() 483 UnicodeString("[]"), cased.toPattern(pattern)); in TestScriptMetadata()
|
/external/mdnsresponder/android/caseMapping/ |
D | README | 2 case-insensitive. This folder provides alternately-cased versions of header
|
/external/clang/test/Analysis/ |
D | live-variables.m | 16 // This happens due to CFG being special cased for short circuit operators.
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | TestUScript.java | 541 UnicodeSet cased = new UnicodeSet("[[:Lu:]-[:sc=Common:]-[:sc=Geor:]]"); in TestScriptMetadata() local 561 assertEquals(sn + " cased vs. set", cased.contains(firstChar), UScript.isCased(sc)); in TestScriptMetadata() 567 cased.removeAll(scriptSet); in TestScriptMetadata() 572 assertEquals("no remaining cased characters", "[]", cased.toPattern(true)); in TestScriptMetadata()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | TestUScript.java | 542 UnicodeSet cased = new UnicodeSet("[[:Lu:]-[:sc=Common:]-[:sc=Geor:]]"); in TestScriptMetadata() local 562 assertEquals(sn + " cased vs. set", cased.contains(firstChar), UScript.isCased(sc)); in TestScriptMetadata() 568 cased.removeAll(scriptSet); in TestScriptMetadata() 573 assertEquals("no remaining cased characters", "[]", cased.toPattern(true)); in TestScriptMetadata()
|
/external/python/cpython2/Doc/library/ |
D | simplehttpserver.rst | 46 and so should contain only lower-cased keys.
|
D | stdtypes.rst | 1036 Return true if all cased characters [4]_ in the string are lowercase and there is at 1037 least one cased character, false otherwise. 1054 and lowercase characters only cased ones. Return false otherwise. 1061 Return true if all cased characters [4]_ in the string are uppercase and there is at 1062 least one cased character, false otherwise. 1086 Return a copy of the string with all the cased characters [4]_ converted to 1377 Return a copy of the string with all the cased characters [4]_ converted to
|
D | socketserver.rst | 423 # just send back the same data, but upper-cased
|
/external/regex-re2/doc/ |
D | syntax.txt | 195 LC cased letter NOT SUPPORTED 196 L& cased letter NOT SUPPORTED
|
/external/bison/m4/ |
D | gnulib-comp.m4 | 857 # and alloca is special cased (for the alloca-opt module). 884 # and alloca is special cased (for the alloca-opt module).
|
/external/icu/tools/srcgen/resources/ |
D | replacements.txt | 296 * <li>language, script, country, variant, and keywords are properly cased<br>
|
/external/python/cpython2/Misc/ |
D | cheatsheet | 510 s.title() uppercase characters, all remaining cased characters 529 (6) Returns false if string s does not contain at least one cased 532 follow uncased characters and lowercase characters only cased ones.
|