Home
last modified time | relevance | path

Searched refs:alphabetic (Results 1 – 25 of 30) sorted by relevance

12

/external/cldr/tools/java/org/unicode/cldr/draft/
DUnicodeSetBuilderTests.txt66 \w ; [[:alphabetic:][:Nd:]]
67 \W ; [^[:alphabetic:][:Nd:]]
73 [\w] ; [[:alphabetic:][:Nd:]]
74 [\W] ; [^[:alphabetic:][:Nd:]]
/external/libpng/contrib/conftest/
DREADME45 limited to lower case Latiin alphabetic characters (a-z), digits (0-9) and, if
/external/pcre/dist2/testdata/
DtestinputEBC5 # genuine EBCDIC test! In patterns, alphabetic characters that follow a
DtestoutputEBC6 # genuine EBCDIC test! In patterns, alphabetic characters that follow a
/external/python/cpython3/Doc/library/
Dcurses.ascii.rst107 Checks for an ASCII alphabetic character; it is equivalent to ``isupper(c) or
Dformatter.rst114 represent alphabetic representations of the counter value in upper and lower
116 numerals, in upper and lower case. Note that the alphabetic and roman
Dstdtypes.rst1660 Return true if all characters in the string are alphabetic and there is at least
2961 Return true if all bytes in the sequence are alphabetic ASCII characters
3044 Return true if there is at least one uppercase alphabetic ASCII character
/external/python/cpython2/Doc/library/
Dcurses.ascii.rst108 Checks for an ASCII alphabetic character; it is equivalent to ``isupper(c) or
Dformatter.rst113 represent alphabetic representations of the counter value in upper and lower
115 numerals, in upper and lower case. Note that the alphabetic and roman
Dstdtypes.rst1024 Return true if all characters in the string are alphabetic and there is at least
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-rc/
Dtag-accelerators.test151 ; NONALPHA1-NEXT: Accelerator ID 1: Control character accelerator event should be alphabetic
/external/cldr/tools/java/org/unicode/cldr/util/
DPathHeader.java299 static final Collator alphabetic = CLDRConfig.getInstance().getCollatorRoot();
1838 return alphabetic.compare(aa, bb);
/external/icu/icu4c/source/test/intltest/
Dtranstst.cpp3889 UnicodeSet alphabetic("[:alphabetic:]", status); in TestAny() local
3894 alphabetic.freeze(); in TestAny()
3910 sample.retainAll(alphabetic); in TestAny()
/external/libxkbcommon/xkbcommon/test/data/symbols/
Dru567 // Ukrainian and Belorusian alphabetic letters and commonly used Unicode symbols.
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DTransliteratorTest.java2942 UnicodeSet alphabetic = new UnicodeSet("[:alphabetic:]").freeze(); in TestAny() local
2945 …ple = new UnicodeSet().applyPropertyAlias("script", UScript.getShortName(i)).retainAll(alphabetic); in TestAny()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTransliteratorTest.java2939 UnicodeSet alphabetic = new UnicodeSet("[:alphabetic:]").freeze(); in TestAny() local
2942 …ple = new UnicodeSet().applyPropertyAlias("script", UScript.getShortName(i)).retainAll(alphabetic); in TestAny()
/external/curl/tests/
DFILEFORMAT33 of tests. "Keywords" must begin with an alphabetic character, "-", "["
/external/cldr/tools/java/org/unicode/cldr/util/data/
DPathHeader.txt7 # To use alphabetic ordering for a header or code, call &alphaOrder()
Dasia40 # The following alphabetic abbreviations appear in these tables
59 # editions invented alphabetic time zone abbreviations for every
Dsouthamerica31 # alphabetic time zone abbreviations, these abbreviations were
/external/python/cpython2/Doc/c-api/
Dunicode.rst159 Return ``1`` or ``0`` depending on whether *ch* is an alphabetic character.
/external/python/cpython3/Doc/c-api/
Dunicode.rst298 Return ``1`` or ``0`` depending on whether *ch* is an alphabetic character.
/external/libevent/
DChangeLog-2.01263 …o Set the 0x20 bit on outgoing alphabetic characters in DNS requests randomly, and insist on a mat…
/external/cldr/specs/rfc/
Drfc2629.xslt195 change %c format to lowercase alphabetic. add support for keyword
/external/python/cpython2/Misc/
Dcheatsheet471 s.isalpha() return True if all characters in s are alphabetic, (5)

12