Home
last modified time | relevance | path

Searched refs:cased (Results 1 – 25 of 35) sorted by relevance

12

/external/python/cpython2/Objects/
Dbytes_methods.c136 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 …]
Dstringobject.c3448 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 …]
Dunicodeobject.c6725 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 …]
Dlistsort.txt68 First the trivial cases, trivial for samplesort because it special-cased
/external/icu/icu4c/source/data/translit/
Dlt_Title.txt8 # 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) ;
Del_Title.txt11 # 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) ;
Daz_Title.txt9 # 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) ;
Dtr_Title.txt9 # 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) ;
Del_Lower.txt10 # 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:]* { Σ → ς;
DLatn_Kana.txt15 :: Lower (); # whenever transliterating from cased to uncased script, include this
/external/valgrind/none/tests/ppc32/
Dlsw.stdout.exp1 ------ lswi n == 8 (fe special cased) ------
46 ------ stswi n == 8 (fe special cased) ------
/external/valgrind/none/tests/ppc64/
Dlsw.stdout.exp1 ------ lswi n == 8 (fe special cased) ------
46 ------ stswi n == 8 (fe special cased) ------
/external/icu/icu4c/source/data/brkitr/rules/
Dtitle.txt24 # (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/
Ducdtest.cpp446 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/
DREADME2 case-insensitive. This folder provides alternately-cased versions of header
/external/clang/test/Analysis/
Dlive-variables.m16 // 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/
DTestUScript.java541 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/
DTestUScript.java542 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/
Dsimplehttpserver.rst46 and so should contain only lower-cased keys.
Dstdtypes.rst1036 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
Dsocketserver.rst423 # just send back the same data, but upper-cased
/external/regex-re2/doc/
Dsyntax.txt195 LC cased letter NOT SUPPORTED
196 L& cased letter NOT SUPPORTED
/external/bison/m4/
Dgnulib-comp.m4857 # 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/
Dreplacements.txt296 * <li>language, script, country, variant, and keywords are properly cased<br>
/external/python/cpython2/Misc/
Dcheatsheet510 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.

12