Searched defs:ch (Results 51 - 75 of 457) sorted by relevance

1234567891011>>

/external/icu4c/io/
H A Dustream.cpp94 char ch; local
101 ch = stream.get();
109 sLimit = &ch + (int)continueReading;
111 s = &ch;
133 buffer[idx++] = ch;
158 buffer[idx++] = ch;
/external/icu4c/samples/numfmt/
H A Dutil.cpp49 UChar ch = source[i]; local
50 if (ch < 0x09 || (ch > 0x0D && ch < 0x20) || ch > 0x7E) {
52 appendHex(ch, 4, target);
54 target += ch;
/external/icu4c/test/letest/
H A DSimpleFontInstance.cpp91 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const argument
93 return LEFontInstance::mapCharToGlyph(ch, mapper, filterZeroWidth);
98 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const argument
100 return LEFontInstance::mapCharToGlyph(ch, mapper);
103 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch) const
105 return (LEGlyphID) ch;
/external/icu4c/test/perf/strsrchperf/
H A Dstrsrchperf.cpp53 UChar ch = src[end]; local
55 if (ch == 0x000A || ch == 0x000D || ch == 0x2028) {
/external/icu4c/tools/ctestfw/
H A Ddbgutil.cpp115 char ch[256]; local
118 u_UCharsToChars(u, ch, len);
119 ch[len] = 0; /* include terminating \0 */
120 return atoi(ch);
127 char ch[256]; local
130 u_UCharsToChars(u, ch, len);
131 ch[len] = 0; /* include terminating \0 */
132 return atof(ch);
/external/jdiff/src/jdiff/
H A DCommentsHandler.java113 public void characters(char[] ch, int start, int length) { argument
115 String chunk = new String(ch, start, length);
/external/jpeg/
H A Drdcolmap.c125 register int ch; local
127 ch = getc(infile);
128 if (ch == '#') {
130 ch = getc(infile);
131 } while (ch != '\n' && ch != EOF);
133 return ch;
144 register int ch; local
149 ch = pbm_getc(infile);
150 if (ch
[all...]
H A Drdswitch.c25 register int ch; local
27 ch = getc(file);
28 if (ch == '#') {
30 ch = getc(file);
31 } while (ch != '\n' && ch != EOF);
33 return ch;
42 register int ch; local
47 ch = text_getc(file);
48 if (ch
134 register int ch; local
274 char ch; local
[all...]
/external/nist-sip/java/gov/nist/core/
H A DStringTokenizer.java75 public static boolean isHexDigit(char ch) { argument
76 return (ch >= 'A' && ch <= 'F') ||
77 (ch >= 'a' && ch <= 'f') ||
78 isDigit(ch);
81 public static boolean isAlpha(char ch) { argument
82 if (ch <= 127) {
83 return ((ch >= 'a' && ch <
90 isDigit(char ch) argument
99 isAlphaDigit(char ch) argument
[all...]
/external/openssl/crypto/bio/
H A Db_dump.c83 unsigned char ch; local
120 ch=((unsigned char)*(s+i*dump_width+j)) & 0xff;
121 BIO_snprintf(tmp,sizeof tmp,"%02x%c",ch,
131 ch=((unsigned char)*(s+i*dump_width+j)) & 0xff;
134 ((ch>=' ')&&(ch<='~'))?ch:'.');
137 ((ch>=os_toascii[' '])&&(ch<=os_toascii['~']))
138 ? os_toebcdic[ch]
[all...]
/external/protobuf/gtest/test/
H A Dgtest-tuple_test.cc100 const char ch = 'a'; local
101 const FooTuple a(i, ch);
104 const FooTuple b(j, ch);
/external/speex/libspeex/
H A Dspeex_callbacks.c129 unsigned char ch; local
130 ch = speex_bits_unpack_unsigned(bits, 8);
131 _speex_putc(ch, data);
132 /*printf("speex_std_char_handler ch=%x\n", ch);*/
/external/webkit/JavaScriptCore/runtime/
H A DFunctionPrototype.cpp77 UChar ch = functionBody[i]; local
78 if (!Lexer::isWhiteSpace(ch) && !Lexer::isLineTerminator(ch)) {
79 if (ch != ';' && ch != '}')
/external/webkit/JavaScriptCore/wrec/
H A DCharacterClassConstructor.cpp38 void CharacterClassConstructor::addSorted(Vector<UChar>& matches, UChar ch) argument
47 int val = matches[pos+index] - ch;
59 matches.append(ch);
61 matches.insert(pos, ch);
111 void CharacterClassConstructor::put(UChar ch) argument
129 UChar hi = ch;
187 } else if (ch == '-')
193 m_charBuffer = ch;
198 m_charBuffer = ch;
H A DWRECFunctors.h47 GeneratePatternCharacterFunctor(const UChar ch) argument
48 : m_ch(ch)
/external/webkit/WebCore/html/
H A DHTMLFrameSetElement.cpp210 void HTMLFrameSetElement::recalcStyle(StyleChange ch) argument
219 HTMLElement::recalcStyle(ch);
/external/apache-http/src/org/apache/http/message/
H A DBasicTokenIterator.java242 final char ch = this.currentHeader.charAt(from);
243 if (isTokenSeparator(ch) || isWhitespace(ch)) {
295 final char ch = this.currentHeader.charAt(from);
296 if (isTokenSeparator(ch)) {
298 } else if (isWhitespace(ch)) {
300 } else if (isTokenChar(ch)) {
348 * @param ch the character to check
353 protected boolean isTokenSeparator(char ch) { argument
354 return (ch
369 isWhitespace(char ch) argument
389 isTokenChar(char ch) argument
423 isHttpSeparator(char ch) argument
[all...]
/external/apache-http/src/org/apache/http/protocol/
H A DHTTP.java92 public static boolean isWhitespace(char ch) { argument
93 return ch == SP || ch == HT || ch == CR || ch == LF;
/external/apache-http/src/org/apache/http/util/
H A DCharArrayBuffer.java110 public void append(char ch) { argument
115 this.buffer[this.len] = ch;
136 int ch = b[i1];
137 if (ch < 0) {
138 ch = 256 + ch;
140 this.buffer[i2] = (char) ch;
206 public int indexOf(int ch, int beginIndex, int endIndex) { argument
217 if (this.buffer[i] == ch) {
224 public int indexOf(int ch) { argument
[all...]
/external/bluetooth/bluez/input/
H A Dmanager.c89 uint8_t ch; local
105 ch = sdp_get_proto_port(protos, RFCOMM_UUID);
109 if (ch <= 0) {
118 HSP_HS_UUID, ch);
/external/bluetooth/bluez/tools/
H A Dcsr_bcsp.c137 void put_uart(uint8_t ch) argument
139 if (write(fd, &ch, 1) < 0)
143 uint8_t get_uart(uint8_t *ch) argument
145 int res = read(fd, ch, 1);
/external/bluetooth/glib/gio/
H A Dgcancellable.c315 char ch; local
320 g_io_channel_read_chars (cancellable->read_channel, &ch, 1,
326 read (cancellable->cancel_pipe[0], &ch, 1);
471 char ch = 'x'; local
475 write (cancellable->cancel_pipe[1], &ch, 1);
/external/bluetooth/glib/tests/
H A Dtree-test.c72 char *ch = key; local
73 g_assert ((*ch) > 0);
92 char *ch = key; local
94 g_assert (**p == *ch);
H A Dunicode-normalize.c14 unsigned ch; local
20 if (sscanf (input + offset, "%x", &ch) != 1)
26 g_string_append_unichar (result, ch);
/external/chromium/net/third_party/nss/ssl/
H A Dssltrace.c86 unsigned char ch = *cp++; local
87 *bp++ = hex[(ch >> 4) & 0xf];
88 *bp++ = hex[ch & 0xf];
90 *ap++ = printable[ch];
145 unsigned char ch = *cp++; local
146 *bp++ = hex[(ch >> 4) & 0xf];
147 *bp++ = hex[ch & 0xf];

Completed in 2529 milliseconds

1234567891011>>