Searched refs:ch (Results 251 - 275 of 1466) sorted by relevance

<<11121314151617181920>>

/external/tremolo/Tremolo/
H A Dres012.c104 ogg_int32_t **in,int *nonzero,int ch){
122 for(i=0;i<ch;i++)
125 ch=used;
129 char **partword=(char **)alloca(ch*sizeof(*partword));
130 for(j=0;j<ch;j++)
144 for(j=1;j<ch;j++)
148 for(j=0;j<ch;j++){
165 for(j=0;j<ch;j++){
187 int max=(pcmend*ch)>>1;
197 int beginoff=info->begin/ch;
103 res_inverse(vorbis_dsp_state *vd,vorbis_info_residue *info, ogg_int32_t **in,int *nonzero,int ch) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToStream.java940 protected boolean escapingNotNeeded(char ch) argument
943 if (ch < 127)
947 if (ch >= CharInfo.S_SPACE || (CharInfo.S_LINEFEED == ch ||
948 CharInfo.S_CARRIAGERETURN == ch || CharInfo.S_HORIZONAL_TAB == ch))
954 ret = m_encodingInfo.isInEncoding(ch);
972 * @param ch Character array.
983 protected int writeUTF16Surrogate(char c, char ch[], int i, int end) argument
996 final char low = ch[
1057 accumDefaultEntity( java.io.Writer writer, char ch, int i, char[] chars, int len, boolean fromTextNode, boolean escLF) argument
1107 writeNormalizedChars( char ch[], int start, int length, boolean isCData, boolean useSystemLineSeparator) argument
1256 cdata(char ch[], int start, final int length) argument
1344 charactersRaw(char ch[], int start, int length) argument
1674 isCharacterInC0orC1Range(char ch) argument
1689 isNELorLSEPCharacter(char ch) argument
1706 processDirty( char[] chars, int end, int i, char ch, int lastDirty, boolean fromTextNode) argument
1783 accumDefaultEscape( Writer writer, char ch, int i, char[] chars, int len, boolean fromTextNode, boolean escLF) argument
2391 comment(char ch[], int start, int length) argument
2536 ignorableWhitespace(char ch[], int start, int length) argument
2983 setContentHandler(ContentHandler ch) argument
[all...]
H A DEncodingInfo.java30 * isInEncoding(char ch);
99 * @param ch the char in question.
104 public boolean isInEncoding(char ch) { argument
113 return m_encoding.isInEncoding(ch);
172 public boolean isInEncoding(char ch); argument
373 // needing to call inEncoding(char ch, String encoding)
378 // inEncoding(char ch, String encoding)
418 * @param ch the char in question, that is not a high char of
425 private static boolean inEncoding(char ch, String encoding) { argument
429 cArray[0] = ch;
494 inEncoding(char ch, byte[] data) argument
[all...]
/external/ant-glob/src/org/apache/tools/ant/types/selectors/
H A DSelectorUtils.java368 char ch;
384 ch = patArr[i];
385 if (ch != '?') {
386 if (different(caseSensitive, ch, strArr[i])) {
400 ch = patArr[patIdxStart];
401 if (ch == '*' || strIdxStart > strIdxEnd) {
404 if (ch != '?') {
405 if (different(caseSensitive, ch, strArr[strIdxStart])) {
420 ch = patArr[patIdxEnd];
421 if (ch
496 different( boolean caseSensitive, char ch, char other) argument
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DChineseDateFormat.java102 // protected String subFormat(char ch, int count, int beginOffset,
105 // switch (ch) {
116 // return super.subFormat(ch, count, beginOffset, pos, formatData, cal);
128 char ch, int count, int beginOffset,
136 super.subFormat(buf, ch, count, beginOffset, fieldNum, capitalizationContext, pos, cal);
152 protected int subParse(String text, int start, char ch, int count, boolean obeyCount, boolean allowNegative, argument
160 return super.subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal);
170 protected DateFormat.Field patternCharToDateFormatField(char ch) { argument
172 return super.patternCharToDateFormatField(ch);
127 subFormat(StringBuffer buf, char ch, int count, int beginOffset, int fieldNum, DisplayContext capitalizationContext, FieldPosition pos, Calendar cal) argument
/external/icu/icu4c/source/io/
H A Dustream.cpp95 char ch; local
102 ch = stream.get();
110 sLimit = &ch + (int)continueReading;
112 s = &ch;
134 buffer[idx++] = ch;
159 buffer[idx++] = ch;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DChineseDateFormat.java100 // protected String subFormat(char ch, int count, int beginOffset,
103 // switch (ch) {
114 // return super.subFormat(ch, count, beginOffset, pos, formatData, cal);
126 char ch, int count, int beginOffset,
134 super.subFormat(buf, ch, count, beginOffset, fieldNum, capitalizationContext, pos, cal);
150 protected int subParse(String text, int start, char ch, int count, boolean obeyCount, boolean allowNegative, argument
158 return super.subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal);
168 protected DateFormat.Field patternCharToDateFormatField(char ch) { argument
170 return super.patternCharToDateFormatField(ch);
125 subFormat(StringBuffer buf, char ch, int count, int beginOffset, int fieldNum, DisplayContext capitalizationContext, FieldPosition pos, Calendar cal) argument
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DFilterUrlByProtocolAttributePolicy.java97 char ch = s.charAt(i);
98 switch (ch) {
106 ch = s.charAt(i);
107 switch (ch) {
117 if (ch > 0x100 && !colonsIrrelevant) {
123 switch (ch) {
/external/owasp/sanitizer/src/tests/org/owasp/html/
H A DElementPolicyTest.java22 final char ch; field in class:ElementPolicyTest.HasCharElementPolicy
24 HasCharElementPolicy(char ch) { argument
25 this.ch = ch;
31 return elementName.indexOf(ch) >= 0 ? elementName : null;
36 return "(has '" + ch + "')";
/external/pcre/dist2/src/
H A Dpcre2_substitute.c118 uint32_t ch; local
130 erc = PRIV(check_escape)(&ptr, ptrend, &ch, &errorcode,
387 uint32_t ch; local
659 GETCHARINCTEST(ch, subptr);
665 uint32_t type = UCD_CHARTYPE(ch);
668 ch = UCD_OTHERCASE(ch);
675 )[ch/8] & (1 << (ch%8))) == 0)
676 ch
[all...]
/external/toybox/toys/pending/
H A Dmore.c76 int ch, input_key = 0, show_prompt; local
115 while ((ch = getc(fp)) != EOF) {
130 putchar(ch);
131 if (ch == '\t') col = (col | 0x7) + 1;
133 if (col == cols) putchar(ch = '\n');
134 if (ch == '\n') {
/external/v8/src/inspector/
H A Dstring-16.cc90 UChar32 ch; local
96 ch = static_cast<uint16_t>(*source++);
98 if (ch >= 0xD800 && ch <= 0xDBFF) {
104 ch = ((ch - 0xD800) << 10) + (ch2 - 0xDC00) + 0x0010000;
118 if (ch >= 0xDC00 && ch <= 0xDFFF) {
125 if (ch < (UChar32)0x80) {
127 } else if (ch < (UChar3
360 putUTF8Triple(char*& buffer, UChar ch) argument
[all...]
/external/webrtc/webrtc/voice_engine/
H A Dvoe_codec_impl.cc93 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); local
94 voe::Channel* channelPtr = ch.channel();
119 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); local
120 voe::Channel* channelPtr = ch.channel();
151 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); local
152 voe::Channel* channelPtr = ch.channel();
173 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); local
174 voe::Channel* channelPtr = ch.channel();
188 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); local
189 voe::Channel* channelPtr = ch
222 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); local
239 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); local
254 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); local
277 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); local
311 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); local
353 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); local
370 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); local
[all...]
H A Dvoe_external_media_impl.cc68 voe::ChannelOwner ch = shared_->channel_manager().GetChannel(channel); local
69 voe::Channel* channelPtr = ch.channel();
104 voe::ChannelOwner ch = shared_->channel_manager().GetChannel(channel); local
105 voe::Channel* channelPtr = ch.channel();
131 voe::ChannelOwner ch = shared_->channel_manager().GetChannel(channel); local
132 voe::Channel* channelPtr = ch.channel();
168 voe::ChannelOwner ch = shared_->channel_manager().GetChannel(channel); local
169 voe::Channel* channelPtr = ch.channel();
H A Dvoe_file_impl.cc68 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); local
69 voe::Channel* channelPtr = ch.channel();
97 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); local
98 voe::Channel* channelPtr = ch.channel();
116 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); local
117 voe::Channel* channelPtr = ch.channel();
131 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); local
132 voe::Channel* channelPtr = ch.channel();
177 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); local
178 voe::Channel* channelPtr = ch
233 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); local
268 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); local
291 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); local
322 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); local
346 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); local
367 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel); local
[all...]
/external/pdfium/xfa/fxfa/fm2js/
H A Dxfa_fm2jscontext.cpp3400 FX_WCHAR ch = pData[i]; local
3401 if ('%' != ch) {
3402 wsResultBuf.AppendChar(ch);
3411 ch = pData[i];
3412 if (ch <= '9' && ch >= '0') {
3414 chTemp += (ch - '0') * (!iCount ? 16 : 1);
3415 } else if (ch <= 'F' && ch >= 'A') {
3416 chTemp += (ch
3445 FX_WCHAR ch = pData[i]; local
3518 FX_WCHAR ch = 0; local
3671 FX_WCHAR ch = wsURLString.GetAt(u); local
3777 uint32_t ch = pData[i]; local
3824 FX_WCHAR ch = pData[u]; local
4066 int32_t ch = pData[i]; local
4262 uint8_t ch = oneString.GetAt(u); local
4614 int32_t ch = pData[i]; local
[all...]
/external/aac/libAACdec/src/
H A Daacdecoder.cpp781 int ch; local
786 for (ch=0; ch<(8); ch++) {
787 if (self->pAacDecoderStaticChannelInfo[ch] != NULL) {
788 if (self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer != NULL) {
789 FreeOverlapBuffer (&self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer);
791 if (self->pAacDecoderStaticChannelInfo[ch] != NULL) {
792 FreeAacDecoderStaticChannelInfo (&self->pAacDecoderStaticChannelInfo[ch]);
795 if (self->pAacDecoderChannelInfo[ch] !
827 INT ascChannels, ch, ascChanged = 0; local
1149 int ch; local
1191 int ch; local
1253 int ch; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
H A DFingerprints.js19 var ch=typeStr.substring(idx+1, idx+2)
20 switch (ch) {
/external/syslinux/com32/gdbstub/
H A Dserial.c87 * void serial_putc(int ch);
88 * Write character `ch' to port UART_BASE.
90 void serial_putc(int ch) argument
97 uart_writeb(ch, UART_BASE + UART_TBR);
110 int ch; local
114 ch = uart_readb(UART_BASE + UART_RBR); /* fetch (first) character */
115 ch &= 0x7f; /* remove any parity bits we get */
116 if (ch == 0x7f) { /* Make DEL... look like BS */
117 ch = 0x08;
119 return ch;
[all...]
/external/syslinux/gpxe/src/core/
H A Dserial.c97 * void serial_putc(int ch);
98 * Write character `ch' to port UART_BASE.
100 void serial_putc ( int ch ) {
108 uart_writeb(ch, UART_BASE + UART_TBR);
121 int ch; local
125 ch = uart_readb(UART_BASE + UART_RBR); /* fetch (first) character */
126 ch &= 0x7f; /* remove any parity bits we get */
127 if (ch == 0x7f) { /* Make DEL... look like BS */
128 ch = 0x08;
130 return ch;
[all...]
/external/syslinux/gpxe/src/include/
H A Dcurses.h474 static inline int addch ( const chtype ch ) {
475 return waddch( stdscr, ch );
522 static inline void bkgdset ( chtype ch ) {
523 wattrset ( stdscr, ch );
579 static inline int hline ( chtype ch, int n ) { argument
580 return whline ( stdscr, ch, n );
587 static inline int mvaddch ( int y, int x, const chtype ch ) {
589 ? waddch( stdscr, ch ) : ERR );
632 static inline int mvhline ( int y, int x, chtype ch, int n ) { argument
634 ? whline ( stdscr, ch,
642 mvvline( int y, int x, chtype ch, int n ) argument
692 mvwhline( WINDOW *win, int y, int x, chtype ch, int n ) argument
701 mvwvline( WINDOW *win, int y, int x, chtype ch, int n ) argument
722 vline( chtype ch, int n ) argument
[all...]
/external/clang/lib/Analysis/
H A DCocoaConventions.cpp106 char ch = *it; local
107 if (ch == 'C' || ch == 'c') {
109 if (ch == 'c' && it != start && isLetter(*(it - 1)))
/external/google-breakpad/src/tools/linux/symupload/
H A Dminidump_upload.cc110 int ch; local
112 while ((ch = getopt(argc, (char * const *)argv, "p:u:v:x:h?")) != -1) {
113 switch (ch) {
128 fprintf(stderr, "Invalid option '%c'\n", ch);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DCharacterIteratorWrapper.java119 for (char ch = iterator.first(); ch != CharacterIterator.DONE; ch = iterator.next()) {
120 fillIn[offset++] = ch;
H A DReplaceableUCharacterIterator.java106 int ch = current();
107 if(UTF16.isLeadSurrogate((char)ch)){
118 return Character.toCodePoint((char)ch, (char)ch2);
121 return ch;

Completed in 662 milliseconds

<<11121314151617181920>>