| /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 | 62 Py_UCS4 _PyUnicode_ToTitlecase(Py_UCS4 ch) in _PyUnicode_ToTitlecase() 74 int _PyUnicode_IsTitlecase(Py_UCS4 ch) in _PyUnicode_IsTitlecase() 84 int _PyUnicode_IsXidStart(Py_UCS4 ch) in _PyUnicode_IsXidStart() 94 int _PyUnicode_IsXidContinue(Py_UCS4 ch) in _PyUnicode_IsXidContinue() 104 int _PyUnicode_ToDecimalDigit(Py_UCS4 ch) in _PyUnicode_ToDecimalDigit() 111 int _PyUnicode_IsDecimalDigit(Py_UCS4 ch) in _PyUnicode_IsDecimalDigit() 121 int _PyUnicode_ToDigit(Py_UCS4 ch) in _PyUnicode_ToDigit() 128 int _PyUnicode_IsDigit(Py_UCS4 ch) in _PyUnicode_IsDigit() 138 int _PyUnicode_IsNumeric(Py_UCS4 ch) in _PyUnicode_IsNumeric() 158 int _PyUnicode_IsPrintable(Py_UCS4 ch) in _PyUnicode_IsPrintable() [all …]
|
| D | unicodetype_db.h | 4223 double _PyUnicode_ToNumeric(Py_UCS4 ch) in _PyUnicode_ToNumeric() 6254 int _PyUnicode_IsWhitespace(const Py_UCS4 ch) in _PyUnicode_IsWhitespace() 6295 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 …]
|
| /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/node/deps/v8/src/asmjs/ |
| D | asm-scanner.cc | 88 base::uc32 ch = stream_->Advance(); in Next() local 226 void AsmJsScanner::ConsumeIdentifier(base::uc32 ch) { in ConsumeIdentifier() 274 void AsmJsScanner::ConsumeNumber(base::uc32 ch) { in ConsumeNumber() 347 base::uc32 ch = stream_->Advance(); in ConsumeCComment() local 365 base::uc32 ch = stream_->Advance(); in ConsumeCPPComment() local 392 void AsmJsScanner::ConsumeCompareOrShift(base::uc32 ch) { in ConsumeCompareOrShift() 426 bool AsmJsScanner::IsIdentifierStart(base::uc32 ch) { in IsIdentifierStart() 431 bool AsmJsScanner::IsIdentifierPart(base::uc32 ch) { in IsIdentifierPart() 435 bool AsmJsScanner::IsNumberStart(base::uc32 ch) { in IsNumberStart()
|
| /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/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/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/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/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 508 Py_UCS4 ch; in STRINGLIB() local 655 Py_UCS4 ch = *in++; in STRINGLIB() local 681 Py_UCS4 ch; in STRINGLIB() local 717 Py_UCS4 ch = *in++; in STRINGLIB() local 786 Py_UCS4 ch; in STRINGLIB() local 814 Py_UCS4 ch = *in++; in STRINGLIB() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/ctype/ |
| 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
|
| 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
|
| /third_party/curl/lib/ |
| D | http_chunks.c | 78 void Curl_httpchunk_init(struct Curl_easy *data, struct Curl_chunker *ch, in Curl_httpchunk_init() 89 void Curl_httpchunk_reset(struct Curl_easy *data, struct Curl_chunker *ch, in Curl_httpchunk_reset() 100 void Curl_httpchunk_free(struct Curl_easy *data, struct Curl_chunker *ch) in Curl_httpchunk_free() 106 bool Curl_httpchunk_is_done(struct Curl_easy *data, struct Curl_chunker *ch) in Curl_httpchunk_is_done() 113 struct Curl_chunker *ch, in httpchunk_readwrite() 374 struct Curl_chunker *ch, in Curl_httpchunk_read() 383 struct Curl_chunker ch; member
|
| /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()
|
| /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()
|
| /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/node/deps/v8/src/debug/wasm/gdb-server/ |
| D | session.cc | 30 bool Session::GetChar(char* ch) { in GetChar() 40 char ch; in SendPacket() local 72 char ch; in GetPayload() local 94 char ch; in GetPacket() local
|
| /third_party/python/PC/ |
| D | msvcrtmodule.c | 240 int ch; in msvcrt_getch_impl() local 243 ch = _getch(); in msvcrt_getch_impl() local 258 wchar_t ch; in msvcrt_getwch_impl() local 261 ch = _getwch(); in msvcrt_getwch_impl() local 276 int ch; in msvcrt_getche_impl() local 279 ch = _getche(); in msvcrt_getche_impl() local 294 wchar_t ch; in msvcrt_getwche_impl() local 297 ch = _getwche(); in msvcrt_getwche_impl() local
|
| /third_party/gn/src/base/json/ |
| D | string_escape.cc | 34 for (auto ch : str) { in IsAscii() local 41 size_t ComputeAsciiEscapedSize(char ch) { in ComputeAsciiEscapedSize() 122 for (auto ch : str) in EscapeJSONStringImpl() local 129 for (auto ch : str) { in EscapeJSONStringImpl() 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()
|