/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 …]
|
/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/u-boot/arch/arm/include/asm/arch-rockchip/ |
D | sdram_common.h | 34 #define SYS_REG_ROW_3_4_SHIFT(ch) (30 + (ch)) argument 36 #define SYS_REG_CHINFO_SHIFT(ch) (28 + (ch)) argument 37 #define SYS_REG_RANK_SHIFT(ch) (11 + (ch) * 16) argument 39 #define SYS_REG_COL_SHIFT(ch) (9 + (ch) * 16) argument 41 #define SYS_REG_BK_SHIFT(ch) (8 + (ch) * 16) argument 43 #define SYS_REG_CS0_ROW_SHIFT(ch) (6 + (ch) * 16) argument 45 #define SYS_REG_CS1_ROW_SHIFT(ch) (4 + (ch) * 16) argument 47 #define SYS_REG_BW_SHIFT(ch) (2 + (ch) * 16) argument 49 #define SYS_REG_DBW_SHIFT(ch) ((ch) * 16) argument
|
/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_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 …]
|
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_volume_control_impl.cc | 212 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in SetInputMute() local 230 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in GetInputMute() local 261 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in GetSpeechOutputLevel() local 293 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in GetSpeechOutputLevelFullRange() local 320 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in SetChannelOutputVolumeScaling() local 337 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in GetChannelOutputVolumeScaling() local 379 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in SetOutputVolumePan() local 408 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in GetOutputVolumePan() local
|
/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/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/mesa3d/src/gallium/state_trackers/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/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/v8/src/asmjs/ |
D | asm-scanner.cc | 87 uc32 ch = stream_->Advance(); in Next() local 225 void AsmJsScanner::ConsumeIdentifier(uc32 ch) { in ConsumeIdentifier() 273 void AsmJsScanner::ConsumeNumber(uc32 ch) { in ConsumeNumber() 349 uc32 ch = stream_->Advance(); in ConsumeCComment() local 364 uc32 ch = stream_->Advance(); in ConsumeCPPComment() local 387 void AsmJsScanner::ConsumeCompareOrShift(uc32 ch) { in ConsumeCompareOrShift() 421 bool AsmJsScanner::IsIdentifierStart(uc32 ch) { in IsIdentifierStart() 425 bool AsmJsScanner::IsIdentifierPart(uc32 ch) { return IsAsciiIdentifier(ch); } in IsIdentifierPart() 427 bool AsmJsScanner::IsNumberStart(uc32 ch) { in IsNumberStart()
|
/external/python/cpython3/Include/ |
D | unicodeobject.h | 125 #define Py_UNICODE_ISSPACE(ch) \ argument 128 #define Py_UNICODE_ISLOWER(ch) _PyUnicode_IsLowercase(ch) argument 129 #define Py_UNICODE_ISUPPER(ch) _PyUnicode_IsUppercase(ch) argument 130 #define Py_UNICODE_ISTITLE(ch) _PyUnicode_IsTitlecase(ch) argument 131 #define Py_UNICODE_ISLINEBREAK(ch) _PyUnicode_IsLinebreak(ch) argument 133 #define Py_UNICODE_TOLOWER(ch) _PyUnicode_ToLowercase(ch) argument 134 #define Py_UNICODE_TOUPPER(ch) _PyUnicode_ToUppercase(ch) argument 135 #define Py_UNICODE_TOTITLE(ch) _PyUnicode_ToTitlecase(ch) argument 137 #define Py_UNICODE_ISDECIMAL(ch) _PyUnicode_IsDecimalDigit(ch) argument 138 #define Py_UNICODE_ISDIGIT(ch) _PyUnicode_IsDigit(ch) argument [all …]
|
/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/icu/android_icu4j/src/main/java/android/icu/text/ |
D | ArabicShaping.java | 841 char ch = dest[i]; in shapeToArabicDigitsWithContext() local 886 private static char changeLamAlef(char ch) { in changeLamAlef() 901 private static int specialChar(char ch) { in specialChar() 925 private static int getLink(char ch) { in getLink() 971 private static boolean isTashkeelChar(char ch) { in isTashkeelChar() 982 private static int isSeenTailFamilyChar(char ch) { in isSeenTailFamilyChar() 995 private static int isSeenFamilyChar(char ch){ in isSeenFamilyChar() 1010 private static boolean isTailChar(char ch) { in isTailChar() 1024 private static boolean isAlefMaksouraChar(char ch) { in isAlefMaksouraChar() 1034 private static boolean isYehHamzaChar(char ch) { in isYehHamzaChar() [all …]
|
/external/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 …]
|
/external/pdfium/fxbarcode/pdf417/ |
D | BC_PDF417HighLevelEncoder.cpp | 66 wchar_t ch = (wchar_t)(bytes[i] & 0xff); in encodeHighLevel() local 156 wchar_t ch = msg[startpos + idx]; in encodeText() local 291 int32_t ch = (*bytes)[i] & 0xff; in encodeBinary() local 318 bool CBC_PDF417HighLevelEncoder::isDigit(wchar_t ch) { in isDigit() 321 bool CBC_PDF417HighLevelEncoder::isAlphaUpper(wchar_t ch) { in isAlphaUpper() 324 bool CBC_PDF417HighLevelEncoder::isAlphaLower(wchar_t ch) { in isAlphaLower() 327 bool CBC_PDF417HighLevelEncoder::isMixed(wchar_t ch) { in isMixed() 330 bool CBC_PDF417HighLevelEncoder::isPunctuation(wchar_t ch) { in isPunctuation() 333 bool CBC_PDF417HighLevelEncoder::isText(wchar_t ch) { in isText() 343 wchar_t ch = msg[idx]; in determineConsecutiveDigitCount() 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()
|
/external/pdfium/core/fxcrt/xml/ |
D | cxml_parser.cpp | 63 bool g_FXCRT_XML_IsWhiteSpace(uint8_t ch) { in g_FXCRT_XML_IsWhiteSpace() 67 bool g_FXCRT_XML_IsDigital(uint8_t ch) { in g_FXCRT_XML_IsDigital() 71 bool g_FXCRT_XML_IsNameIntro(uint8_t ch) { in g_FXCRT_XML_IsNameIntro() 75 bool g_FXCRT_XML_IsNameChar(uint8_t ch) { in g_FXCRT_XML_IsNameChar() 135 uint8_t ch = m_pBuffer[m_dwIndex]; in GetName() local 188 uint8_t ch; in GetCharRef() local 276 uint8_t ch = 0; in GetAttrValue() local 317 uint8_t ch; in GetTagName() local 420 uint8_t ch = m_pBuffer[m_dwIndex++]; in ParseElementInternal() local
|
/external/pdfium/fxbarcode/datamatrix/ |
D | BC_HighLevelEncoder.cpp | 275 bool CBC_HighLevelEncoder::isDigit(wchar_t ch) { in isDigit() 278 bool CBC_HighLevelEncoder::isExtendedASCII(wchar_t ch) { in isExtendedASCII() 287 wchar_t ch = msg[idx]; in determineConsecutiveDigitCount() local 299 wchar_t CBC_HighLevelEncoder::randomize253State(wchar_t ch, in randomize253State() 333 bool CBC_HighLevelEncoder::isNativeC40(wchar_t ch) { in isNativeC40() 336 bool CBC_HighLevelEncoder::isNativeText(wchar_t ch) { in isNativeText() 339 bool CBC_HighLevelEncoder::isNativeX12(wchar_t ch) { in isNativeX12() 343 bool CBC_HighLevelEncoder::isX12TermSep(wchar_t ch) { in isX12TermSep() 346 bool CBC_HighLevelEncoder::isNativeEDIFACT(wchar_t ch) { in isNativeEDIFACT()
|