Home
last modified time | relevance | path

Searched defs:ch (Results 1 – 25 of 1240) sorted by relevance

12345678910>>...50

/external/icu/icu4c/source/test/perf/charperf/
Dcharperf.h123 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/
Dunicodectype.c57 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 …]
Dunicodetype_db.h1901 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/python/cpython3/Objects/
Dunicodectype.c64 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 …]
Dunicodetype_db.h4016 double _PyUnicode_ToNumeric(Py_UCS4 ch) in _PyUnicode_ToNumeric()
5741 int _PyUnicode_IsWhitespace(const Py_UCS4 ch) in _PyUnicode_IsWhitespace()
5782 int _PyUnicode_IsLinebreak(const Py_UCS4 ch) in _PyUnicode_IsLinebreak()
/external/webrtc/webrtc/voice_engine/
Dvoe_rtp_rtcp_impl.cc55 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 …]
Dvoe_codec_impl.cc93 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 …]
Dvoe_video_sync_impl.cc52 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
Dvoe_file_impl.cc68 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 …]
Dvoe_volume_control_impl.cc212 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/mesa3d/src/gallium/state_trackers/nine/
Dnine_dump.h35 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/libxml2/
Dchvalid.c226 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/
Dstring-private.h96 _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/python/cpython2/PC/
Dmsvcrtmodule.c185 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/
Dunicodeobject.h334 #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/icu/android_icu4j/src/main/tests/android/icu/dev/test/
DUTF16Util.java34 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/
DUTF16Util.java30 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/python/cpython3/Include/
Dunicodeobject.h129 #define Py_UNICODE_ISSPACE(ch) \ argument
132 #define Py_UNICODE_ISLOWER(ch) _PyUnicode_IsLowercase(ch) argument
133 #define Py_UNICODE_ISUPPER(ch) _PyUnicode_IsUppercase(ch) argument
134 #define Py_UNICODE_ISTITLE(ch) _PyUnicode_IsTitlecase(ch) argument
135 #define Py_UNICODE_ISLINEBREAK(ch) _PyUnicode_IsLinebreak(ch) argument
137 #define Py_UNICODE_TOLOWER(ch) _PyUnicode_ToLowercase(ch) argument
138 #define Py_UNICODE_TOUPPER(ch) _PyUnicode_ToUppercase(ch) argument
139 #define Py_UNICODE_TOTITLE(ch) _PyUnicode_ToTitlecase(ch) argument
141 #define Py_UNICODE_ISDECIMAL(ch) _PyUnicode_IsDecimalDigit(ch) argument
142 #define Py_UNICODE_ISDIGIT(ch) _PyUnicode_IsDigit(ch) argument
[all …]
/external/apache-http/src/org/apache/http/message/
DBasicTokenIterator.java247 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/fxbarcode/pdf417/
DBC_PDF417HighLevelEncoder.cpp66 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/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/
DConstant.java49 char ch = content.charAt(i); in Constant() local
61 public boolean has(char ch) { in has()
65 public boolean hasNo(char ch) { in hasNo()
69 public boolean has(char ch, String additional) { in has()
73 public boolean hasNo(char ch, String additional) { in hasNo()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DArabicShaping.java839 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 …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DArabicShaping.java887 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/datamatrix/
DBC_HighLevelEncoder.cpp275 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()
/external/pdfium/core/fxcrt/xml/
Dcxml_parser.cpp63 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

12345678910>>...50