HomeSort by relevance Sort by last modified time
    Searched refs:cased (Results 1 - 25 of 36) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bytes_methods.c 127 Return True if all cased characters in B are lowercase and there is\n\
128 at least one cased character in B, False otherwise.");
136 int cased; local
147 cased = 0;
151 else if (!cased && Py_ISLOWER(*p))
152 cased = 1;
154 return PyBool_FromLong(cased);
161 Return True if all cased characters in B are uppercase and there is\n\
162 at least one cased character in B, False otherwise.");
170 int cased; local
206 int cased, previous_is_cased; local
    [all...]
stringobject.c 3448 int cased; local
3482 int cased; local
3518 int cased, previous_is_cased; local
    [all...]
unicodeobject.c 6712 int cased; local
6746 int cased; local
6782 int cased, previous_is_cased; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bytes_methods.c 127 Return True if all cased characters in B are lowercase and there is\n\
128 at least one cased character in B, False otherwise.");
136 int cased; local
147 cased = 0;
151 else if (!cased && Py_ISLOWER(*p))
152 cased = 1;
154 return PyBool_FromLong(cased);
161 Return True if all cased characters in B are uppercase and there is\n\
162 at least one cased character in B, False otherwise.");
170 int cased; local
206 int cased, previous_is_cased; local
    [all...]
stringobject.c 3427 int cased; local
3461 int cased; local
3497 int cased, previous_is_cased; local
    [all...]
unicodeobject.c 6604 int cased; local
6638 int cased; local
6674 int cased, previous_is_cased; local
    [all...]
  /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 118 "Cased",
446 UnicodeSet cased("[[:Lu:]-[:sc=Common:]-[:sc=Geor:]]", errorCode);
460 assertFalse("not encoded, not cased", uscript_isCased(sc));
469 assertEquals("cased vs. set", (UBool)cased.contains(firstChar), (UBool)uscript_isCased(sc));
475 cased.removeAll(scriptSet);
482 assertEquals("no remaining cased characters",
483 UnicodeString("[]"), cased.toPattern(pattern));
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
TestUScript.java 542 UnicodeSet cased = new UnicodeSet("[[:Lu:]-[:sc=Common:]-[:sc=Geor:]]"); local
553 assertFalse(sn + " not encoded, not cased", UScript.isCased(sc));
562 assertEquals(sn + " cased vs. set", cased.contains(firstChar), UScript.isCased(sc));
568 cased.removeAll(scriptSet);
573 assertEquals("no remaining cased characters", "[]", cased.toPattern(true));
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
TestUScript.java 541 UnicodeSet cased = new UnicodeSet("[[:Lu:]-[:sc=Common:]-[:sc=Geor:]]"); local
552 assertFalse(sn + " not encoded, not cased", UScript.isCased(sc));
561 assertEquals(sn + " cased vs. set", cased.contains(firstChar), UScript.isCased(sc));
567 cased.removeAll(scriptSet);
572 assertEquals("no remaining cased characters", "[]", cased.toPattern(true));
  /prebuilts/go/darwin-x86/src/html/
escape.go 129 // Lower-cased characters are more common in entities, so we check for them first.
  /prebuilts/go/linux-x86/src/html/
escape.go 129 // 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 1061 // If the cased value in the Char is 0, it means use the rune itself.
1062 func caseIt(r, cased rune) rune {
1063 if cased == 0 {
1066 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 1061 // If the cased value in the Char is 0, it means use the rune itself.
1062 func caseIt(r, cased rune) rune {
1063 if cased == 0 {
1066 return cased
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
header.go 180 // v may contain mixed cased.
  /prebuilts/go/linux-x86/src/net/http/
header.go 180 // v may contain mixed cased.
  /prebuilts/go/darwin-x86/src/cmd/vet/
print.go 55 // lower-cased so the lookup is case insensitive.
66 // isPrint records the unformatted-print functions. Names are lower-cased
  /prebuilts/go/linux-x86/src/cmd/vet/
print.go 55 // lower-cased so the lookup is case insensitive.
66 // isPrint records the unformatted-print functions. Names are lower-cased
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FieldDescriptor.cs 60 /// The effective JSON name for this field. This is usually the lower-camel-cased form of the field name,
  /prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 2546 milliseconds

1 2