Searched defs:ch (Results 276 - 300 of 971) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/icu/source/i18n/
H A Drbt_rule.cpp534 UChar32 ch = pattern.char32At(i); local
535 i += U16_LENGTH(ch);
536 const UnicodeMatcher* matcher = data->lookupMatcher(ch);
538 toUnionTo.add(ch);
H A Drbt_set.cpp93 UChar32 ch = source.char32At(i); local
94 i += U16_LENGTH(ch);
95 if (ch < 0x09 || (ch > 0x0A && ch < 0x20)|| ch > 0x7E) {
96 if (ch <= 0xFFFF) {
98 _appendHex(ch, 4, target);
101 _appendHex(ch, 8, target);
104 target += ch;
[all...]
H A Dstrmatch.cpp203 UChar32 ch; local
204 for (int32_t i=0; i<pattern.length(); i+=U16_LENGTH(ch)) {
205 ch = pattern.char32At(i);
206 const UnicodeMatcher* matcher = data->lookupMatcher(ch);
208 toUnionTo.add(ch);
H A Dunesctrn.cpp228 UChar32 ch = text.char32At(s); local
229 int32_t digit = u_digit(ch, radix);
233 s += U16_LENGTH(ch);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcanittst.cpp175 void CanonicalIteratorTest::characterTest(UnicodeString &s, UChar32 ch, CanonicalIterator &it) argument
203 errln("FAIL CanonicalIterator: " + s + (int)ch);
H A Dfldset.cpp68 static UnicodeString *split(const UnicodeString &src, UChar ch, int32_t &splits) argument
73 while((offset = src.indexOf(ch, offset + 1)) >= 0) {
83 while((end = src.indexOf(ch, start)) >= 0) {
116 char ch[256]; local
119 u_UCharsToChars(u, ch, len);
120 ch[len] = 0; /* include terminating \0 */
121 it_errln(UnicodeString("Parse Failed: Field ") + UnicodeString(ch) + UnicodeString(", err ") + UnicodeString(u_errorName(status)));
131 char ch[256]; local
134 u_UCharsToChars(u, ch, len);
135 ch[le
[all...]
H A Ditercoll.cpp97 (UnicodeString)"&a,A < b,B < c,C, d,D < z,Z < ch,cH,Ch,CH", status);
131 c3 = new RuleBasedCollator((UnicodeString)"&a < b < c/aba < d < z < ch", status);
297 UnicodeString rule("&a < ab < c/aba < d < z < ch");
299 UChar ch = 0; local
300 UnicodeString str(ch);
304 while (ch < 0xFFFF && U_SUCCESS(status)) {
307 ch ++;
308 UnicodeString str(ch);
324 ch, count);
H A Dnormconf.cpp463 UChar32 ch; local
465 for (ch = normalizer.first(); ch != Normalizer::DONE;
466 ch = normalizer.next()) {
467 result.append(ch);
470 for (ch = normalizer.last(); ch != Normalizer::DONE;
471 ch = normalizer.previous()) {
472 result.insert(0, ch);
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfilemediaengine_unittest.cc52 FileNetworkInterface(rtc::StreamInterface* output, MediaChannel* ch) argument
53 : media_channel_(ch),
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dtunnelsessionclient_unittest.cc76 char ch = static_cast<char>(i); local
77 send_stream_.Write(&ch, 1, NULL, NULL);
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Djid.cc184 unsigned char ch = *i; local
185 if (ch <= 0x7F) {
186 result += PrepNodeAscii(ch, &char_valid);
190 result += tolower(ch);
206 char Jid::PrepNodeAscii(char ch, bool* valid) { argument
208 switch (ch) {
213 return (char)(ch + ('a' - 'A'));
226 return ch;
239 unsigned char ch = *i; local
240 if (ch <
257 PrepResourceAscii(char ch, bool* valid) argument
299 char ch = *i; local
328 unsigned char ch = *i; local
361 PrepDomainLabelAscii(char ch, bool* valid) argument
[all...]
/external/chromium_org/third_party/libjpeg_turbo/
H A Ddjpeg.c307 char ch = 'x'; local
311 if (sscanf(argv[argn], "%ld%c", &lval, &ch) < 1)
313 if (ch == 'm' || ch == 'M')
401 unsigned int ch; local
417 ch = jpeg_getc(cinfo);
424 if (ch == '\r') {
426 } else if (ch == '\n') {
429 } else if (ch == '\\') {
431 } else if (isprint(ch)) {
[all...]
H A Drdjpgcom.c228 int ch; local
244 ch = read_1_byte();
246 putc(ch, stdout);
252 } else if (ch == '\r') {
254 } else if (ch == '\n') {
257 } else if (ch == '\\') {
259 } else if (isprint(ch)) {
260 putc(ch, stdout);
262 printf("\\%03o", ch);
264 lastch = ch;
[all...]
/external/chromium_org/third_party/libwebp/dec/
H A Dbuffer.c174 const int ch = options->crop_height; local
177 if (x < 0 || y < 0 || cw <= 0 || ch <= 0 || x + cw > w || y + ch > h) {
181 h = ch;
/external/chromium_org/third_party/libwebp/enc/
H A Dcost.c642 int ch, x, y; local
648 for (ch = 0; ch <= 2; ch += 2) {
651 const int ctx = it->top_nz_[4 + ch + x] + it->left_nz_[4 + ch + y];
652 VP8SetResidualCoeffs(rd->uv_levels[ch * 2 + x + y * 2], &res);
654 it->top_nz_[4 + ch + x] = it->left_nz_[4 + ch + y] = (res.last >= 0);
/external/chromium_org/third_party/libxml/src/
H A Dxmlstring.c827 xmlChar ch; local
838 if ( (ch = *ptr++) & 0x80)
839 while ((ch<<=1) & 0x80 ) {
888 xmlChar ch; local
894 if ((ch=*utf++) == 0) return(NULL);
895 if ( ch & 0x80 ) {
897 if ( (ch & 0xc0) != 0xc0 )
900 while ( (ch <<= 1) & 0x80 )
921 xmlChar ch; local
925 for(i=0; (ch
958 xmlChar ch; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dglx_usefont.c45 dump_char_struct(XCharStruct * ch, char *prefix) argument
48 prefix, ch->lbearing, ch->rbearing, ch->width);
50 prefix, ch->ascent, ch->descent, (unsigned int) ch->attributes);
295 XCharStruct *ch; local
302 ch = isvalid(fs, c);
303 if (!ch) {
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dxfont.c51 dump_char_struct(XCharStruct * ch, char *prefix) argument
54 prefix, ch->lbearing, ch->rbearing, ch->width);
56 prefix, ch->ascent, ch->descent, (unsigned int) ch->attributes);
298 XCharStruct *ch; local
305 ch = isvalid(fs, c);
306 if (!ch) {
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-port.cc176 // Returns true iff ch appears anywhere in str (excluding the
178 bool IsInSet(char ch, const char* str) { argument
179 return ch != '\0' && strchr(str, ch) != NULL;
182 // Returns true iff ch belongs to the given classification. Unlike
185 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } argument
186 bool IsAsciiPunct(char ch) { argument
187 return IsInSet(ch, "
189 IsRepeat(char ch) argument
190 IsAsciiWhiteSpace(char ch) argument
191 IsAsciiWordChar(char ch) argument
203 AtomMatchesChar(bool escaped, char pattern_char, char ch) argument
261 const char ch = regex[i]; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dxfonts.c52 dump_char_struct(XCharStruct * ch, char *prefix) argument
55 prefix, ch->lbearing, ch->rbearing, ch->width);
57 prefix, ch->ascent, ch->descent, (unsigned int) ch->attributes);
301 XCharStruct *ch; local
308 ch = isvalid(fs, c);
309 if (!ch) {
[all...]
/external/chromium_org/third_party/opus/src/src/
H A Dopus.c177 unsigned char ch, toc; local
226 ch = *data++;
227 count = ch&0x3F;
232 if (ch&0x40)
249 cbr = !(ch&0x80);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicParameterizationCode.cpp198 char ch = str[index]; local
199 if (ch != '-' && ch != '+') {
224 ch = skipSpace(str, idx);
225 if (ch >= '2' && ch <= '6') {
226 c.s *= ch - '0';
227 ch = skipSpace(str, idx);
H A DLogoPlay.cpp220 char ch = data[0]; local
221 if (is_digit(ch) || ch == '-' || ch == '+') {
228 op = ch;
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayPost.cpp235 const char* ch = sink.c_str(); local
237 const char* end = strchr(ch, '.');
238 size_t len = end ? (size_t) (end - ch) : strlen(ch);
240 if (SK_LITERAL_STR_EQUAL("parent", ch, len)) {
248 fTargetMaker->find(ch, len, &displayable);
258 ch = ++end;
H A DSkParseSVGPath.cpp127 char ch = data[0]; local
128 if (is_digit(ch) || ch == '-' || ch == '+') {
133 op = ch;

Completed in 6013 milliseconds

<<11121314151617181920>>