| /third_party/icu/icu4c/source/test/perf/charperf/ |
| D | charperf.h | 123 inline void isAlpha(UChar32 ch) in isAlpha() 128 inline void isUpper(UChar32 ch) in isUpper() 133 inline void isLower(UChar32 ch) in isLower() 138 inline void isDigit(UChar32 ch) in isDigit() 143 inline void isSpace(UChar32 ch) in isSpace() 148 inline void isAlphaNumeric(UChar32 ch) in isAlphaNumeric() 158 inline void isPrint(UChar32 ch) in isPrint() 163 inline void isControl(UChar32 ch) in isControl() 168 inline void toLower(UChar32 ch) in toLower() 173 inline void toUpper(UChar32 ch) in toUpper() [all …]
|
| /third_party/python/Objects/ |
| D | unicodectype.c | 64 Py_UCS4 _PyUnicode_ToTitlecase(Py_UCS4 ch) in _PyUnicode_ToTitlecase() 76 int _PyUnicode_IsTitlecase(Py_UCS4 ch) in _PyUnicode_IsTitlecase() 86 int _PyUnicode_IsXidStart(Py_UCS4 ch) in _PyUnicode_IsXidStart() 96 int _PyUnicode_IsXidContinue(Py_UCS4 ch) in _PyUnicode_IsXidContinue() 106 int _PyUnicode_ToDecimalDigit(Py_UCS4 ch) in _PyUnicode_ToDecimalDigit() 113 int _PyUnicode_IsDecimalDigit(Py_UCS4 ch) in _PyUnicode_IsDecimalDigit() 123 int _PyUnicode_ToDigit(Py_UCS4 ch) in _PyUnicode_ToDigit() 130 int _PyUnicode_IsDigit(Py_UCS4 ch) in _PyUnicode_IsDigit() 140 int _PyUnicode_IsNumeric(Py_UCS4 ch) in _PyUnicode_IsNumeric() 160 int _PyUnicode_IsPrintable(Py_UCS4 ch) in _PyUnicode_IsPrintable() [all …]
|
| D | unicodetype_db.h | 4187 double _PyUnicode_ToNumeric(Py_UCS4 ch) in _PyUnicode_ToNumeric() 6208 int _PyUnicode_IsWhitespace(const Py_UCS4 ch) in _PyUnicode_IsWhitespace() 6249 int _PyUnicode_IsLinebreak(const Py_UCS4 ch) in _PyUnicode_IsLinebreak()
|
| /third_party/ntfs-3g/libfuse-lite/ |
| D | fuse_session.c | 26 struct fuse_chan *ch; member 56 void fuse_session_add_chan(struct fuse_session *se, struct fuse_chan *ch) in fuse_session_add_chan() 64 void fuse_session_remove_chan(struct fuse_chan *ch) in fuse_session_remove_chan() 75 struct fuse_chan *ch) in fuse_session_next_chan() 85 struct fuse_chan *ch) in fuse_session_process() 124 struct fuse_chan *ch = (struct fuse_chan *) malloc(sizeof(*ch)); in fuse_chan_new_common() local 145 int fuse_chan_fd(struct fuse_chan *ch) in fuse_chan_fd() 150 size_t fuse_chan_bufsize(struct fuse_chan *ch) in fuse_chan_bufsize() 155 void *fuse_chan_data(struct fuse_chan *ch) in fuse_chan_data() 160 struct fuse_session *fuse_chan_session(struct fuse_chan *ch) in fuse_chan_session() [all …]
|
| D | fuse_kern_chan.c | 22 struct fuse_chan *ch = *chp; in fuse_kern_chan_receive() local 58 static int fuse_kern_chan_send(struct fuse_chan *ch, const struct iovec iov[], in fuse_kern_chan_send() 79 static void fuse_kern_chan_destroy(struct fuse_chan *ch) in fuse_kern_chan_destroy()
|
| /third_party/libxml2/ |
| D | chvalid.c | 226 xmlIsBaseChar(unsigned int ch) { in xmlIsBaseChar() 241 xmlIsBlank(unsigned int ch) { in xmlIsBlank() 256 xmlIsChar(unsigned int ch) { in xmlIsChar() 271 xmlIsCombining(unsigned int ch) { in xmlIsCombining() 286 xmlIsDigit(unsigned int ch) { in xmlIsDigit() 301 xmlIsExtender(unsigned int ch) { in xmlIsExtender() 316 xmlIsIdeographic(unsigned int ch) { in xmlIsIdeographic() 331 xmlIsPubidChar(unsigned int ch) { in xmlIsPubidChar()
|
| /third_party/bounds_checking_function/src/ |
| D | secureinput_w.c | 45 SECUREC_INLINE unsigned int SecWcharHighBits(SecInt ch) in SecWcharHighBits() 51 SECUREC_INLINE unsigned char SecWcharLowByte(SecInt ch) in SecWcharLowByte() 57 SECUREC_INLINE int SecIsDigit(SecInt ch) in SecIsDigit() 65 SECUREC_INLINE int SecIsXdigit(SecInt ch) in SecIsXdigit() 73 SECUREC_INLINE int SecIsSpace(SecInt ch) in SecIsSpace()
|
| D | secureinput_a.c | 25 SECUREC_INLINE int SecIsDigit(SecInt ch) in SecIsDigit() 30 SECUREC_INLINE int SecIsXdigit(SecInt ch) in SecIsXdigit() 34 SECUREC_INLINE int SecIsSpace(SecInt ch) in SecIsSpace()
|
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| D | nine_dump.h | 35 nine_dump_D3DADAPTER_IDENTIFIER9(unsigned ch, const D3DADAPTER_IDENTIFIER9 *id) in nine_dump_D3DADAPTER_IDENTIFIER9() 38 nine_dump_D3DCAPS9(unsigned ch, const D3DCAPS9 *caps) in nine_dump_D3DCAPS9() 41 nine_dump_D3DLIGHT9(unsigned ch, const D3DLIGHT9 *light) in nine_dump_D3DLIGHT9() 44 nine_dump_D3DMATERIAL9(unsigned ch, const D3DMATERIAL9 *mat) in nine_dump_D3DMATERIAL9() 47 nine_dump_D3DTSS_value(unsigned ch, D3DTEXTURESTAGESTATETYPE tss, DWORD value) in nine_dump_D3DTSS_value()
|
| /third_party/python/Include/cpython/ |
| D | unicodeobject.h | 24 #define Py_UNICODE_ISSPACE(ch) \ argument 27 #define Py_UNICODE_ISLOWER(ch) _PyUnicode_IsLowercase(ch) argument 28 #define Py_UNICODE_ISUPPER(ch) _PyUnicode_IsUppercase(ch) argument 29 #define Py_UNICODE_ISTITLE(ch) _PyUnicode_IsTitlecase(ch) argument 30 #define Py_UNICODE_ISLINEBREAK(ch) _PyUnicode_IsLinebreak(ch) argument 32 #define Py_UNICODE_TOLOWER(ch) _PyUnicode_ToLowercase(ch) argument 33 #define Py_UNICODE_TOUPPER(ch) _PyUnicode_ToUppercase(ch) argument 34 #define Py_UNICODE_TOTITLE(ch) _PyUnicode_ToTitlecase(ch) argument 36 #define Py_UNICODE_ISDECIMAL(ch) _PyUnicode_IsDecimalDigit(ch) argument 37 #define Py_UNICODE_ISDIGIT(ch) _PyUnicode_IsDigit(ch) argument [all …]
|
| /third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
| D | UTF16Util.java | 30 int ch = s.charAt(i); in nextCodePoint() local 48 int ch = s.charAt(--i); in prevCodePoint() local 66 int ch = s.charAt(i); in nextCodePoint() local 84 int ch = s.charAt(--i); in prevCodePoint() local 110 public static final void appendCodePoint(StringBuffer buffer, int ch) { in appendCodePoint() 126 public static final void insertCodePoint(StringBuffer buffer, int i, int ch) { in insertCodePoint() 142 public static final int setCodePointAt(StringBuffer buffer, int i, int ch) { in setCodePointAt() 172 char ch; in countCodePoint() local 200 char ch; in countCodePoint() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/ |
| D | UTF16Util.java | 34 int ch = s.charAt(i); in nextCodePoint() local 52 int ch = s.charAt(--i); in prevCodePoint() local 70 int ch = s.charAt(i); in nextCodePoint() local 88 int ch = s.charAt(--i); in prevCodePoint() local 114 public static final void appendCodePoint(StringBuffer buffer, int ch) { in appendCodePoint() 130 public static final void insertCodePoint(StringBuffer buffer, int i, int ch) { in insertCodePoint() 146 public static final int setCodePointAt(StringBuffer buffer, int i, int ch) { in setCodePointAt() 176 char ch; in countCodePoint() local 204 char ch; in countCodePoint() local
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| D | ArabicShaping.java | 887 char ch = dest[i]; in shapeToArabicDigitsWithContext() local 932 private static char changeLamAlef(char ch) { in changeLamAlef() 947 private static int specialChar(char ch) { in specialChar() 971 private static int getLink(char ch) { in getLink() 1017 private static boolean isTashkeelChar(char ch) { in isTashkeelChar() 1027 private static int isSeenTailFamilyChar(char ch) { in isSeenTailFamilyChar() 1040 private static int isSeenFamilyChar(char ch){ in isSeenFamilyChar() 1054 private static boolean isTailChar(char ch) { in isTailChar() 1067 private static boolean isAlefMaksouraChar(char ch) { in isAlefMaksouraChar() 1076 private static boolean isYehHamzaChar(char ch) { in isYehHamzaChar() [all …]
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| D | ArabicShaping.java | 839 char ch = dest[i]; in shapeToArabicDigitsWithContext() local 884 private static char changeLamAlef(char ch) { in changeLamAlef() 899 private static int specialChar(char ch) { in specialChar() 923 private static int getLink(char ch) { in getLink() 969 private static boolean isTashkeelChar(char ch) { in isTashkeelChar() 979 private static int isSeenTailFamilyChar(char ch) { in isSeenTailFamilyChar() 992 private static int isSeenFamilyChar(char ch){ in isSeenFamilyChar() 1006 private static boolean isTailChar(char ch) { in isTailChar() 1019 private static boolean isAlefMaksouraChar(char ch) { in isAlefMaksouraChar() 1028 private static boolean isYehHamzaChar(char ch) { in isYehHamzaChar() [all …]
|
| /third_party/python/Objects/stringlib/ |
| D | codecs.h | 20 #define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0) argument 27 Py_UCS4 ch; in STRINGLIB() local 296 Py_UCS4 ch = data[i++]; in STRINGLIB() local 497 Py_UCS4 ch; in STRINGLIB() local 644 Py_UCS4 ch = *in++; in STRINGLIB() local 670 Py_UCS4 ch; in STRINGLIB() local 706 Py_UCS4 ch = *in++; in STRINGLIB() local 775 Py_UCS4 ch; in STRINGLIB() local 803 Py_UCS4 ch = *in++; in STRINGLIB() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/ctype/ |
| D | toupper.c | 27 char ch = 'a'; in toupper_0100() local 41 char ch = 2; in toupper_0200() local 55 char ch = 'A'; in toupper_0300() local 69 char ch = '$'; in toupper_0400() local
|
| D | tolower.c | 27 char ch = 'A'; in tolower_0100() local 41 char ch = 2; in tolower_0200() local 55 char ch = 'a'; in tolower_0300() local 69 char ch = '$'; in tolower_0400() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
| D | NormalizerData.java | 40 public int getCanonicalClass(int ch) { in getCanonicalClass() 66 public void getRecursiveDecomposition(boolean canonical, int ch, StringBuffer buffer) { in getRecursiveDecomposition() 97 boolean getExcluded (char ch) { in getExcluded() 104 String getRawDecompositionMapping (char ch) { in getRawDecompositionMapping()
|
| D | UnicodeNormalizer.java | 104 int ch; in internalDecompose() local 152 int ch = UTF16Util.nextCodePoint(target, decompPos); in internalCompose() local 182 boolean getExcluded (char ch) { in getExcluded() 189 String getRawDecompositionMapping (char ch) { in getRawDecompositionMapping()
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
| D | NormalizerData.java | 37 public int getCanonicalClass(int ch) { in getCanonicalClass() 63 public void getRecursiveDecomposition(boolean canonical, int ch, StringBuffer buffer) { in getRecursiveDecomposition() 94 boolean getExcluded (char ch) { in getExcluded() 101 String getRawDecompositionMapping (char ch) { in getRawDecompositionMapping()
|
| D | UnicodeNormalizer.java | 101 int ch; in internalDecompose() local 149 int ch = UTF16Util.nextCodePoint(target, decompPos); in internalCompose() local 179 boolean getExcluded (char ch) { in getExcluded() 186 String getRawDecompositionMapping (char ch) { in getRawDecompositionMapping()
|
| /third_party/alsa-lib/test/ |
| D | rawmidi.c | 207 unsigned char ch; in main() local 221 unsigned char ch; in main() local 233 unsigned char ch; in main() local 248 unsigned char ch; in main() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/string/ |
| D | wcsrchr.c | 29 wchar_t *ch = L"hello, world"; in wcsrchr_0100() local 43 wchar_t *ch = L"hello, world"; in wcsrchr_0200() local 57 wchar_t *ch = L"hello, world"; in wcsrchr_0300() local
|
| /third_party/python/PC/ |
| D | msvcrtmodule.c | 239 int ch; in msvcrt_getch_impl() local 242 ch = _getch(); in msvcrt_getch_impl() local 257 wchar_t ch; in msvcrt_getwch_impl() local 260 ch = _getwch(); in msvcrt_getwch_impl() local 275 int ch; in msvcrt_getche_impl() local 278 ch = _getche(); in msvcrt_getche_impl() local 293 wchar_t ch; in msvcrt_getwche_impl() local 296 ch = _getwche(); in msvcrt_getwche_impl() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| D | charconv_parse.cc | 183 bool IsDigit<10>(char ch) { in IsDigit() 187 bool IsDigit<16>(char ch) { in IsDigit() 192 unsigned ToDigit<10>(char ch) { in ToDigit() 196 unsigned ToDigit<16>(char ch) { in ToDigit() 201 bool IsExponentCharacter<10>(char ch) { in IsExponentCharacter() 206 bool IsExponentCharacter<16>(char ch) { in IsExponentCharacter()
|