Home
last modified time | relevance | path

Searched refs:cased (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Objects/
H A Dbytes_methods.c180 Return True if all cased characters in B are lowercase and there is\n\
181 at least one cased character in B, False otherwise.");
189 int cased; in _Py_bytes_islower() local
200 cased = 0; in _Py_bytes_islower()
204 else if (!cased && Py_ISLOWER(*p)) in _Py_bytes_islower()
205 cased = 1; in _Py_bytes_islower()
207 return PyBool_FromLong(cased); in _Py_bytes_islower()
214 Return True if all cased characters in B are uppercase and there is\n\
215 at least one cased character in B, False otherwise.");
223 int cased; in _Py_bytes_isupper() local
259 int cased, previous_is_cased; _Py_bytes_istitle() local
[all...]
H A Dunicodeobject.c9831 \p{cased}\p{case-ignorable}*U+03A3!(\p{case-ignorable}*\p{cased}) in handle_capital_sigma()
10891 cased characters have lower case.
11904 A string is lowercase if all cased characters in the string are lowercase and
11905 there is at least one cased character in the string.
11915 int cased; in unicode_islower_impl() local
11932 cased = 0; in unicode_islower_impl()
11938 else if (!cased && Py_UNICODE_ISLOWER(ch)) in unicode_islower_impl()
11939 cased = 1; in unicode_islower_impl()
11941 return PyBool_FromLong(cased); in unicode_islower_impl()
11960 int cased; unicode_isupper_impl() local
12005 int cased, previous_is_cased; unicode_istitle_impl() local
[all...]
/third_party/icu/tools/unicode/py/
H A Dparsescriptmetadata.py68 # RTL, LB, cased
74 (iso_code, sample, usage, rtl, lb, cased) = t
78 if cased == "YES": s += " | CASED"
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DTestUScript.java216 UnicodeSet cased = new UnicodeSet("[[:Lu:]-[:sc=Common:]-[:sc=Geor:]]"); in TestScriptMetadata()
227 assertFalse(sn + " not encoded, not cased", UScript.isCased(sc)); in TestScriptMetadata()
236 assertEquals(sn + " cased vs. set", cased.contains(firstChar), UScript.isCased(sc)); in TestScriptMetadata()
242 cased.removeAll(scriptSet); in TestScriptMetadata()
247 assertEquals("no remaining cased characters", "[]", cased.toPattern(true)); in TestScriptMetadata()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DTestUScript.java213 UnicodeSet cased = new UnicodeSet("[[:Lu:]-[:sc=Common:]-[:sc=Geor:]]"); in TestScriptMetadata()
224 assertFalse(sn + " not encoded, not cased", UScript.isCased(sc)); in TestScriptMetadata()
233 assertEquals(sn + " cased vs. set", cased.contains(firstChar), UScript.isCased(sc)); in TestScriptMetadata()
239 cased.removeAll(scriptSet); in TestScriptMetadata()
244 assertEquals("no remaining cased characters", "[]", cased.toPattern(true)); in TestScriptMetadata()
/third_party/icu/icu4c/source/test/intltest/
H A Ducdtest.cpp459 UnicodeSet cased("[[:Lu:]-[:sc=Common:]-[:sc=Geor:]]", errorCode); in TestScriptMetadata()
473 assertFalse("not encoded, not cased", uscript_isCased(sc)); in TestScriptMetadata()
482 assertEquals("cased vs. set", (UBool)cased.contains(firstChar), (UBool)uscript_isCased(sc)); in TestScriptMetadata()
488 cased.removeAll(scriptSet); in TestScriptMetadata()
495 assertEquals("no remaining cased characters", in TestScriptMetadata()
496 UnicodeString("[]"), cased.toPattern(pattern)); in TestScriptMetadata()
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1237 fragment that cased the error.
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1237 fragment that cased the error.

Completed in 35 milliseconds