Searched refs:alphabetic (Results 1 – 25 of 30) sorted by relevance
12
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | UnicodeSetBuilderTests.txt | 66 \w ; [[:alphabetic:][:Nd:]] 67 \W ; [^[:alphabetic:][:Nd:]] 73 [\w] ; [[:alphabetic:][:Nd:]] 74 [\W] ; [^[:alphabetic:][:Nd:]]
|
/external/libpng/contrib/conftest/ |
D | README | 45 limited to lower case Latiin alphabetic characters (a-z), digits (0-9) and, if
|
/external/pcre/dist2/testdata/ |
D | testinputEBC | 5 # genuine EBCDIC test! In patterns, alphabetic characters that follow a
|
D | testoutputEBC | 6 # genuine EBCDIC test! In patterns, alphabetic characters that follow a
|
/external/python/cpython3/Doc/library/ |
D | curses.ascii.rst | 107 Checks for an ASCII alphabetic character; it is equivalent to ``isupper(c) or
|
D | formatter.rst | 114 represent alphabetic representations of the counter value in upper and lower 116 numerals, in upper and lower case. Note that the alphabetic and roman
|
D | stdtypes.rst | 1660 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/ |
D | curses.ascii.rst | 108 Checks for an ASCII alphabetic character; it is equivalent to ``isupper(c) or
|
D | formatter.rst | 113 represent alphabetic representations of the counter value in upper and lower 115 numerals, in upper and lower case. Note that the alphabetic and roman
|
D | stdtypes.rst | 1024 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/ |
D | tag-accelerators.test | 151 ; NONALPHA1-NEXT: Accelerator ID 1: Control character accelerator event should be alphabetic
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | PathHeader.java | 299 static final Collator alphabetic = CLDRConfig.getInstance().getCollatorRoot(); 1838 return alphabetic.compare(aa, bb);
|
/external/icu/icu4c/source/test/intltest/ |
D | transtst.cpp | 3889 UnicodeSet alphabetic("[:alphabetic:]", status); in TestAny() local 3894 alphabetic.freeze(); in TestAny() 3910 sample.retainAll(alphabetic); in TestAny()
|
/external/libxkbcommon/xkbcommon/test/data/symbols/ |
D | ru | 567 // Ukrainian and Belorusian alphabetic letters and commonly used Unicode symbols.
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
D | TransliteratorTest.java | 2942 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/ |
D | TransliteratorTest.java | 2939 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/ |
D | FILEFORMAT | 33 of tests. "Keywords" must begin with an alphabetic character, "-", "["
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | PathHeader.txt | 7 # To use alphabetic ordering for a header or code, call &alphaOrder()
|
D | asia | 40 # The following alphabetic abbreviations appear in these tables 59 # editions invented alphabetic time zone abbreviations for every
|
D | southamerica | 31 # alphabetic time zone abbreviations, these abbreviations were
|
/external/python/cpython2/Doc/c-api/ |
D | unicode.rst | 159 Return ``1`` or ``0`` depending on whether *ch* is an alphabetic character.
|
/external/python/cpython3/Doc/c-api/ |
D | unicode.rst | 298 Return ``1`` or ``0`` depending on whether *ch* is an alphabetic character.
|
/external/libevent/ |
D | ChangeLog-2.0 | 1263 …o Set the 0x20 bit on outgoing alphabetic characters in DNS requests randomly, and insist on a mat…
|
/external/cldr/specs/rfc/ |
D | rfc2629.xslt | 195 change %c format to lowercase alphabetic. add support for keyword
|
/external/python/cpython2/Misc/ |
D | cheatsheet | 471 s.isalpha() return True if all characters in s are alphabetic, (5)
|
12