Home
last modified time | relevance | path

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

12345678910>>...44

/external/icu/icu4c/source/test/perf/charperf/
Dcharperf.h119 inline void isAlpha(UChar32 ch) in isAlpha()
124 inline void isUpper(UChar32 ch) in isUpper()
129 inline void isLower(UChar32 ch) in isLower()
134 inline void isDigit(UChar32 ch) in isDigit()
139 inline void isSpace(UChar32 ch) in isSpace()
144 inline void isAlphaNumeric(UChar32 ch) in isAlphaNumeric()
154 inline void isPrint(UChar32 ch) in isPrint()
159 inline void isControl(UChar32 ch) in isControl()
164 inline void toLower(UChar32 ch) in toLower()
169 inline void toUpper(UChar32 ch) in toUpper()
[all …]
/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_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_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_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
Dvoe_external_media_impl.cc68 voe::ChannelOwner ch = shared_->channel_manager().GetChannel(channel); in RegisterExternalMediaProcessing() local
104 voe::ChannelOwner ch = shared_->channel_manager().GetChannel(channel); in DeRegisterExternalMediaProcessing() local
131 voe::ChannelOwner ch = shared_->channel_manager().GetChannel(channel); in GetAudioFrame() local
168 voe::ChannelOwner ch = shared_->channel_manager().GetChannel(channel); in SetExternalMixing() local
Dvoe_network_impl.cc41 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in RegisterExternalTransport() local
52 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in DeRegisterExternalTransport() local
78 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in ReceivedRTPPacket() local
101 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); in ReceivedRTCPPacket() local
/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/icu/icu4c/source/layout/
DIndicReordering.h278 inline le_bool IndicClassTable::isVowelModifier(LEUnicode ch) const in isVowelModifier()
283 inline le_bool IndicClassTable::isStressMark(LEUnicode ch) const in isStressMark()
288 inline le_bool IndicClassTable::isConsonant(LEUnicode ch) const in isConsonant()
293 inline le_bool IndicClassTable::isReph(LEUnicode ch) const in isReph()
298 inline le_bool IndicClassTable::isVirama(LEUnicode ch) const in isVirama()
303 inline le_bool IndicClassTable::isAlLakuna(LEUnicode ch) const in isAlLakuna()
308 inline le_bool IndicClassTable::isNukta(LEUnicode ch) const in isNukta()
313 inline le_bool IndicClassTable::isVattu(LEUnicode ch) const in isVattu()
318 inline le_bool IndicClassTable::isMatra(LEUnicode ch) const in isMatra()
323 inline le_bool IndicClassTable::isSplitMatra(LEUnicode ch) const in isSplitMatra()
[all …]
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
DUTF16Util.java28 int ch = s.charAt(i); in nextCodePoint() local
46 int ch = s.charAt(--i); in prevCodePoint() local
64 int ch = s.charAt(i); in nextCodePoint() local
82 int ch = s.charAt(--i); in prevCodePoint() local
108 public static final void appendCodePoint(StringBuffer buffer, int ch) { in appendCodePoint()
124 public static final void insertCodePoint(StringBuffer buffer, int i, int ch) { in insertCodePoint()
140 public static final int setCodePointAt(StringBuffer buffer, int i, int ch) { in setCodePointAt()
170 char ch; in countCodePoint() local
198 char ch; in countCodePoint() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
DUTF16Util.java29 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/icu4j/main/classes/core/src/com/ibm/icu/text/
DArabicShaping.java882 char ch = dest[i]; in shapeToArabicDigitsWithContext() local
927 private static char changeLamAlef(char ch) { in changeLamAlef()
942 private static int specialChar(char ch) { in specialChar()
966 private static int getLink(char ch) { in getLink()
1012 private static boolean isTashkeelChar(char ch) { in isTashkeelChar()
1022 private static int isSeenTailFamilyChar(char ch) { in isSeenTailFamilyChar()
1035 private static int isSeenFamilyChar(char ch){ in isSeenFamilyChar()
1049 private static boolean isTailChar(char ch) { in isTailChar()
1062 private static boolean isAlefMaksouraChar(char ch) { in isAlefMaksouraChar()
1071 private static boolean isYehHamzaChar(char ch) { in isYehHamzaChar()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DArabicShaping.java834 char ch = dest[i]; in shapeToArabicDigitsWithContext() local
879 private static char changeLamAlef(char ch) { in changeLamAlef()
894 private static int specialChar(char ch) { in specialChar()
918 private static int getLink(char ch) { in getLink()
964 private static boolean isTashkeelChar(char ch) { in isTashkeelChar()
974 private static int isSeenTailFamilyChar(char ch) { in isSeenTailFamilyChar()
987 private static int isSeenFamilyChar(char ch){ in isSeenFamilyChar()
1001 private static boolean isTailChar(char ch) { in isTailChar()
1014 private static boolean isAlefMaksouraChar(char ch) { in isAlefMaksouraChar()
1023 private static boolean isYehHamzaChar(char ch) { in isYehHamzaChar()
[all …]
/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417HighLevelEncoder.cpp63 FX_WCHAR ch = (FX_WCHAR)(bytes.GetAt(i) & 0xff); in encodeHighLevel() local
158 FX_WCHAR ch = msg.GetAt(startpos + idx); in encodeText() local
295 int32_t ch = bytes->GetAt(i) & 0xff; in encodeBinary() local
322 FX_BOOL CBC_PDF417HighLevelEncoder::isDigit(FX_WCHAR ch) { in isDigit()
325 FX_BOOL CBC_PDF417HighLevelEncoder::isAlphaUpper(FX_WCHAR ch) { in isAlphaUpper()
328 FX_BOOL CBC_PDF417HighLevelEncoder::isAlphaLower(FX_WCHAR ch) { in isAlphaLower()
331 FX_BOOL CBC_PDF417HighLevelEncoder::isMixed(FX_WCHAR ch) { in isMixed()
334 FX_BOOL CBC_PDF417HighLevelEncoder::isPunctuation(FX_WCHAR ch) { in isPunctuation()
337 FX_BOOL CBC_PDF417HighLevelEncoder::isText(FX_WCHAR ch) { in isText()
347 FX_WCHAR ch = msg.GetAt(idx); in determineConsecutiveDigitCount() local
[all …]
/external/opencv3/modules/core/misc/java/src/java/
Dcore+CvType.java38 public static final int CV_8UC(int ch) { in CV_8UC()
42 public static final int CV_8SC(int ch) { in CV_8SC()
46 public static final int CV_16UC(int ch) { in CV_16UC()
50 public static final int CV_16SC(int ch) { in CV_16SC()
54 public static final int CV_32SC(int ch) { in CV_32SC()
58 public static final int CV_32FC(int ch) { in CV_32FC()
62 public static final int CV_64FC(int ch) { in CV_64FC()
129 int ch = channels(type); in typeToString() local
/external/pdfium/xfa/src/fxbarcode/datamatrix/
DBC_HighLevelEncoder.cpp291 FX_BOOL CBC_HighLevelEncoder::isDigit(FX_WCHAR ch) { in isDigit()
294 FX_BOOL CBC_HighLevelEncoder::isExtendedASCII(FX_WCHAR ch) { in isExtendedASCII()
303 FX_WCHAR ch = msg.GetAt(idx); in determineConsecutiveDigitCount() local
317 FX_WCHAR CBC_HighLevelEncoder::randomize253State(FX_WCHAR ch, in randomize253State()
353 FX_BOOL CBC_HighLevelEncoder::isNativeC40(FX_WCHAR ch) { in isNativeC40()
356 FX_BOOL CBC_HighLevelEncoder::isNativeText(FX_WCHAR ch) { in isNativeText()
359 FX_BOOL CBC_HighLevelEncoder::isNativeX12(FX_WCHAR ch) { in isNativeX12()
363 FX_BOOL CBC_HighLevelEncoder::isX12TermSep(FX_WCHAR ch) { in isX12TermSep()
366 FX_BOOL CBC_HighLevelEncoder::isNativeEDIFACT(FX_WCHAR ch) { in isNativeEDIFACT()
369 FX_BOOL CBC_HighLevelEncoder::isSpecialB256(FX_WCHAR ch) { in isSpecialB256()
/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/slf4j/log4j-over-slf4j/compatibility/lib/
Dlogback-core-0.9.8-SNAPSHOT.jar ... -INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback
Dlogback-classic-0.9.8-SNAPSHOT.jar ... -INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback
/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/webrtc/webrtc/libjingle/xmpp/
Djid.cc167 unsigned char ch = *i; in PrepNode() local
189 char Jid::PrepNodeAscii(char ch, bool* valid) { in PrepNodeAscii()
222 unsigned char ch = *i; in PrepResource() local
240 char Jid::PrepResourceAscii(char ch, bool* valid) { in PrepResourceAscii()
282 char ch = *i; in PrepDomain() local
311 unsigned char ch = *i; in PrepDomainLabel() local
344 char Jid::PrepDomainLabelAscii(char ch, bool* valid) { in PrepDomainLabelAscii()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DNormalizerData.java35 public int getCanonicalClass(int ch) { in getCanonicalClass()
61 public void getRecursiveDecomposition(boolean canonical, int ch, StringBuffer buffer) { in getRecursiveDecomposition()
92 boolean getExcluded (char ch) { in getExcluded()
99 String getRawDecompositionMapping (char ch) { in getRawDecompositionMapping()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DNormalizerData.java36 public int getCanonicalClass(int ch) { in getCanonicalClass()
62 public void getRecursiveDecomposition(boolean canonical, int ch, StringBuffer buffer) { in getRecursiveDecomposition()
93 boolean getExcluded (char ch) { in getExcluded()
100 String getRawDecompositionMapping (char ch) { in getRawDecompositionMapping()
/external/pdfium/xfa/src/fgas/include/
Dfx_sys.h36 inline FX_BOOL FX_islower(int32_t ch) { in FX_islower()
39 inline FX_BOOL FX_isupper(int32_t ch) { in FX_isupper()
42 inline int32_t FX_tolower(int32_t ch) { in FX_tolower()
45 inline int32_t FX_toupper(int32_t ch) { in FX_toupper()

12345678910>>...44