/external/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 …]
|
/external/python/cpython2/Objects/ |
D | unicodectype.c | 57 Py_UNICODE _PyUnicode_ToTitlecase(register Py_UNICODE ch) in _PyUnicode_ToTitlecase() 74 int _PyUnicode_IsTitlecase(Py_UNICODE ch) in _PyUnicode_IsTitlecase() 84 int _PyUnicode_ToDecimalDigit(Py_UNICODE ch) in _PyUnicode_ToDecimalDigit() 91 int _PyUnicode_IsDecimalDigit(Py_UNICODE ch) in _PyUnicode_IsDecimalDigit() 101 int _PyUnicode_ToDigit(Py_UNICODE ch) in _PyUnicode_ToDigit() 108 int _PyUnicode_IsDigit(Py_UNICODE ch) in _PyUnicode_IsDigit() 118 int _PyUnicode_IsNumeric(Py_UNICODE ch) in _PyUnicode_IsNumeric() 130 int _PyUnicode_IsLowercase(Py_UNICODE ch) in _PyUnicode_IsLowercase() 140 int _PyUnicode_IsUppercase(Py_UNICODE ch) in _PyUnicode_IsUppercase() 150 Py_UNICODE _PyUnicode_ToUppercase(Py_UNICODE ch) in _PyUnicode_ToUppercase() [all …]
|
D | unicodetype_db.h | 1901 double _PyUnicode_ToNumeric(Py_UNICODE ch) in _PyUnicode_ToNumeric() 3274 int _PyUnicode_IsWhitespace(register const Py_UNICODE ch) in _PyUnicode_IsWhitespace() 3320 int _PyUnicode_IsLinebreak(register const Py_UNICODE ch) in _PyUnicode_IsLinebreak()
|
/external/u-boot/arch/arm/include/asm/arch-rockchip/ |
D | sdram.h | 44 #define SYS_REG_ROW_3_4_SHIFT(ch) (30 + (ch)) argument 46 #define SYS_REG_CHINFO_SHIFT(ch) (28 + (ch)) argument 47 #define SYS_REG_RANK_SHIFT(ch) (11 + (ch) * 16) argument 49 #define SYS_REG_COL_SHIFT(ch) (9 + (ch) * 16) argument 51 #define SYS_REG_BK_SHIFT(ch) (8 + (ch) * 16) argument 53 #define SYS_REG_CS0_ROW_SHIFT(ch) (6 + (ch) * 16) argument 55 #define SYS_REG_CS1_ROW_SHIFT(ch) (4 + (ch) * 16) argument 57 #define SYS_REG_BW_SHIFT(ch) (2 + (ch) * 16) argument 59 #define SYS_REG_DBW_SHIFT(ch) ((ch) * 16) argument 73 #define SYS_REG_EXTEND_CS0_ROW_SHIFT(ch) (5 + (ch) * 2) argument [all …]
|
D | sdram_common.h | 71 #define SYS_REG_ENC_ROW_3_4(n, ch) ((n) << (30 + (ch))) argument 72 #define SYS_REG_DEC_ROW_3_4(n, ch) (((n) >> (30 + (ch))) & 0x1) argument 73 #define SYS_REG_ENC_CHINFO(ch) (1 << (28 + (ch))) argument 78 #define SYS_REG_ENC_RANK(n, ch) (((n) - 1) << (11 + ((ch) * 16))) argument 79 #define SYS_REG_DEC_RANK(n, ch) (1 + (((n) >> (11 + 16 * (ch))) & 0x1)) argument 80 #define SYS_REG_ENC_COL(n, ch) (((n) - 9) << (9 + ((ch) * 16))) argument 81 #define SYS_REG_DEC_COL(n, ch) (9 + (((n) >> (9 + 16 * (ch))) & 0x3)) argument 82 #define SYS_REG_ENC_BK(n, ch) (((n) == 3 ? 0 : 1) << \ argument 84 #define SYS_REG_DEC_BK(n, ch) (3 - (((n) >> (8 + 16 * (ch))) & 0x1)) argument 85 #define SYS_REG_ENC_BW(n, ch) ((2 >> (n)) << (2 + ((ch) * 16))) argument [all …]
|
/external/python/cpython3/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 …]
|
/external/arm-trusted-firmware/plat/rockchip/rk3399/include/shared/ |
D | dram_regs.h | 75 #define SYS_REG_ENC_ROW_3_4(n, ch) ((n) << (30 + (ch))) argument 76 #define SYS_REG_DEC_ROW_3_4(n, ch) (((n) >> (30 + (ch))) & 0x1) argument 77 #define SYS_REG_ENC_CHINFO(ch) (1 << (28 + (ch))) argument 78 #define SYS_REG_DEC_CHINFO(n, ch) (((n) >> (28 + (ch))) & 0x1) argument 83 #define SYS_REG_ENC_RANK(n, ch) (((n) - 1) << (11 + (ch) * 16)) argument 84 #define SYS_REG_DEC_RANK(n, ch) (1 + (((n) >> (11 + (ch) * 16)) & 0x1)) argument 85 #define SYS_REG_ENC_COL(n, ch) (((n) - 9) << (9 + (ch) * 16)) argument 86 #define SYS_REG_DEC_COL(n, ch) (9 + (((n) >> (9 + (ch) * 16)) & 0x3)) argument 87 #define SYS_REG_ENC_BK(n, ch) (((n) == 3 ? 0 : 1) << (8 + (ch) * 16)) argument 88 #define SYS_REG_DEC_BK(n, ch) (3 - (((n) >> (8 + (ch) * 16)) & 0x1)) argument [all …]
|
/external/webrtc/webrtc/voice_engine/ |
D | voe_rtp_rtcp_impl.cc | 55 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in SetLocalSSRC() local 70 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in GetLocalSSRC() local 85 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in GetRemoteSSRC() local 117 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in SetSendAudioLevelIndicationStatus() local 149 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in SetReceiveAudioLevelIndicationStatus() local 180 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in SetSendAbsoluteSenderTimeStatus() local 212 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in SetReceiveAbsoluteSenderTimeStatus() local 230 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in SetRTCPStatus() local 246 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in GetRTCPStatus() local 263 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in SetRTCP_CNAME() local [all …]
|
D | voe_codec_impl.cc | 93 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in SetSendCodec() local 119 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in GetSendCodec() local 151 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in GetRecCodec() local 173 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in SetRecPayloadType() local 188 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in GetRecPayloadType() local 222 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in SetSendCNPayloadType() local 239 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in SetFECStatus() local 254 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in GetFECStatus() local 277 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in SetVADStatus() local 311 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in GetVADStatus() local [all …]
|
D | voe_video_sync_impl.cc | 52 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in GetPlayoutTimestamp() local 71 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in SetInitTimestamp() local 90 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in SetInitSequenceNumber() local 109 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in SetMinimumPlayoutDelay() local 126 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in GetDelayEstimate() local 163 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in GetRtpRtcp() local 178 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in GetLeastRequiredDelayMs() local
|
D | voe_file_impl.cc | 68 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in StartPlayingFileLocally() local 97 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in StartPlayingFileLocally() local 116 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in StopPlayingFileLocally() local 131 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in IsPlayingFileLocally() local 177 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in StartPlayingFileAsMicrophone() local 233 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in StartPlayingFileAsMicrophone() local 268 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in StopPlayingFileAsMicrophone() local 291 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in IsPlayingFileAsMicrophone() local 322 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in StartRecordingPlayout() local 346 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in StartRecordingPlayout() local [all …]
|
/external/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()
|
/external/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()
|
/external/libcups/cups/ |
D | string-private.h | 96 _cups_isalnum(int ch) /* I - Character to test */ in _cups_isalnum() 104 _cups_isalpha(int ch) /* I - Character to test */ in _cups_isalpha() 111 _cups_islower(int ch) /* I - Character to test */ in _cups_islower() 117 _cups_isspace(int ch) /* I - Character to test */ in _cups_isspace() 124 _cups_isupper(int ch) /* I - Character to test */ in _cups_isupper() 130 _cups_tolower(int ch) /* I - Character to convert */ in _cups_tolower() 136 _cups_toupper(int ch) /* I - Character to convert */ in _cups_toupper()
|
/external/arm-trusted-firmware/plat/nvidia/tegra/common/drivers/bpmp/ |
D | bpmp.c | 24 static uint32_t channel_field(unsigned int ch) in channel_field() 29 static bool master_free(unsigned int ch) in master_free() 34 static bool master_acked(unsigned int ch) in master_acked() 39 static void signal_slave(unsigned int ch) in signal_slave() 44 static void free_master(unsigned int ch) in free_master() 54 unsigned int ch = (unsigned int)plat_my_core_pos(); in tegra_bpmp_send_receive_atomic() local 119 unsigned int ch; in tegra_bpmp_init() local
|
/external/python/cpython2/PC/ |
D | msvcrtmodule.c | 185 int ch; in msvcrt_getch() local 192 ch = _getch(); in msvcrt_getch() local 212 Py_UNICODE ch; in msvcrt_getwch() local 219 ch = _getwch(); in msvcrt_getwch() local 234 int ch; in msvcrt_getche() local 241 ch = _getche(); in msvcrt_getche() local 257 Py_UNICODE ch; in msvcrt_getwche() local 264 ch = _getwche(); in msvcrt_getwche() local 279 char ch; in msvcrt_putch() local 298 Py_UNICODE *ch; in msvcrt_putwch() local [all …]
|
/external/python/cpython2/Include/ |
D | unicodeobject.h | 334 #define Py_UNICODE_ISSPACE(ch) iswspace(ch) argument 336 #define Py_UNICODE_ISLOWER(ch) iswlower(ch) argument 337 #define Py_UNICODE_ISUPPER(ch) iswupper(ch) argument 338 #define Py_UNICODE_ISTITLE(ch) _PyUnicode_IsTitlecase(ch) argument 339 #define Py_UNICODE_ISLINEBREAK(ch) _PyUnicode_IsLinebreak(ch) argument 341 #define Py_UNICODE_TOLOWER(ch) towlower(ch) argument 342 #define Py_UNICODE_TOUPPER(ch) towupper(ch) argument 343 #define Py_UNICODE_TOTITLE(ch) _PyUnicode_ToTitlecase(ch) argument 345 #define Py_UNICODE_ISDECIMAL(ch) _PyUnicode_IsDecimalDigit(ch) argument 346 #define Py_UNICODE_ISDIGIT(ch) _PyUnicode_IsDigit(ch) argument [all …]
|
/external/python/cpython3/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 …]
|
/external/v8/src/asmjs/ |
D | asm-scanner.cc | 88 uc32 ch = stream_->Advance(); in Next() local 226 void AsmJsScanner::ConsumeIdentifier(uc32 ch) { in ConsumeIdentifier() 274 void AsmJsScanner::ConsumeNumber(uc32 ch) { in ConsumeNumber() 347 uc32 ch = stream_->Advance(); in ConsumeCComment() local 365 uc32 ch = stream_->Advance(); in ConsumeCPPComment() local 392 void AsmJsScanner::ConsumeCompareOrShift(uc32 ch) { in ConsumeCompareOrShift() 426 bool AsmJsScanner::IsIdentifierStart(uc32 ch) { in IsIdentifierStart() 431 bool AsmJsScanner::IsIdentifierPart(uc32 ch) { return IsAsciiIdentifier(ch); } in IsIdentifierPart() 433 bool AsmJsScanner::IsNumberStart(uc32 ch) { in IsNumberStart()
|
/external/icu/android_icu4j/src/main/tests/android/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
|
/external/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
|
/external/cldr/tools/java/com/ibm/icu/dev/test/ |
D | UTF16Util.java | 29 int ch = s.charAt(i); in nextCodePoint() local 47 int ch = s.charAt(--i); in prevCodePoint() local 65 int ch = s.charAt(i); in nextCodePoint() local 83 int ch = s.charAt(--i); in prevCodePoint() local 109 public static final void appendCodePoint(StringBuffer buffer, int ch) { in appendCodePoint() 125 public static final void insertCodePoint(StringBuffer buffer, int i, int ch) { in insertCodePoint() 141 public static final int setCodePointAt(StringBuffer buffer, int i, int ch) { in setCodePointAt() 171 char ch; in countCodePoint() local 199 char ch; in countCodePoint() local
|
/external/arm-trusted-firmware/drivers/arm/css/scmi/ |
D | scmi_common.c | 29 void scmi_get_channel(scmi_channel_t *ch) in scmi_get_channel() 42 void scmi_send_sync_command(scmi_channel_t *ch) in scmi_send_sync_command() 77 void scmi_put_channel(scmi_channel_t *ch) in scmi_put_channel() 95 scmi_channel_t *ch = (scmi_channel_t *)p; in scmi_proto_version() local 128 scmi_channel_t *ch = (scmi_channel_t *)p; in scmi_proto_msg_attr() local 157 void *scmi_init(scmi_channel_t *ch) in scmi_init()
|
/external/pdfium/fxbarcode/pdf417/ |
D | BC_PDF417HighLevelEncoder.cpp | 54 bool IsAlphaUpperOrSpace(wchar_t ch) { in IsAlphaUpperOrSpace() 58 bool IsAlphaLowerOrSpace(wchar_t ch) { in IsAlphaLowerOrSpace() 62 bool IsMixed(wchar_t ch) { in IsMixed() 67 bool IsPunctuation(wchar_t ch) { in IsPunctuation() 72 bool IsText(wchar_t ch) { in IsText() 86 wchar_t ch = bytes[i] & 0xff; in EncodeHighLevel() local 151 wchar_t ch = msg[startpos + idx]; in EncodeText() local 284 int32_t ch = bytes[i] & 0xff; in EncodeBinary() local 318 wchar_t ch = msg[idx]; in DetermineConsecutiveDigitCount() local 335 wchar_t ch = msg[idx]; in DetermineConsecutiveTextCount() local [all …]
|
/external/apache-http/src/org/apache/http/message/ |
D | BasicTokenIterator.java | 247 final char ch = this.currentHeader.charAt(from); in findTokenStart() local 300 final char ch = this.currentHeader.charAt(from); in findTokenSeparator() local 358 protected boolean isTokenSeparator(char ch) { in isTokenSeparator() 374 protected boolean isWhitespace(char ch) { in isWhitespace() 394 protected boolean isTokenChar(char ch) { in isTokenChar() 428 protected boolean isHttpSeparator(char ch) { in isHttpSeparator()
|