HomeSort by relevance Sort by last modified time
    Searched refs:ch (Results 251 - 275 of 4247) sorted by null

<<11121314151617181920>>

  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ThaiCharacterClasses.java 107 public static int getCharClass(char ch)
111 if (ch >= '\u0E00' && ch <= '\u0E5B') {
112 charClass = classTable[ch - '\u0E00'];
148 for (char ch = '\u0E00'; ch <= '\u0E5B'; ch += 1) {
149 int charClass = getCharClass(ch);
151 if ((ch & 0x000F) == 0) {
152 output.print("\n /*" + Utility.hex(ch, 4) + "*/ ")
    [all...]
  /external/syslinux/com32/elflink/ldlinux/
msg.c 15 static void msg_putchar(uint8_t ch);
27 char ch; local
41 while ((ch = getc(f)) != EOF) {
43 if (ch == 0x1A)
46 NextCharJump(ch); /* Do what shall be done */
192 static void msg_putchar(uint8_t ch)
195 if (ch >= 0x10 && ch < 0x18) {
196 msg_modectl(ch);
200 switch (ch) {
    [all...]
  /bionic/libc/arch-mips/string/
strchr.c 57 if (a.b.B##i != ch) { \
67 return do_bytes(w + cnt, ch); \
72 do_bytes (const op_t* w, unsigned char ch)
99 const unsigned char ch = c; local
105 for ( ; *p != ch && ((size_t) p % op_size) != 0; p++)
109 if (*p != ch) {
112 mask_c = ch | (ch << 8);
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
CssUrlValidateFunction.java 45 char ch = in.charAt(i); local
46 switch (ch) {
78 out.append(ch);
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_debug.h 21 #define NOUVEAU_DBG(ch, args...) \
22 if ((NOUVEAU_DEBUG) & (NOUVEAU_DEBUG_##ch)) \
  /libcore/luni/src/main/java/org/xml/sax/
DocumentHandler.java 171 * @param ch The characters from the XML document.
179 public abstract void characters (char ch[], int start, int length)
200 * @param ch The characters from the XML document.
207 public abstract void ignorableWhitespace (char ch[], int start, int length)
  /packages/apps/Email/src/com/beetstra/jutf7/
UTF7Charset.java 56 boolean canEncodeDirectly(char ch) {
57 return directlyEncoded.indexOf(ch) >= 0;
  /prebuilts/go/darwin-x86/doc/progs/
timeout1.go 12 ch := make(chan bool, 1)
22 case <-ch:
23 // a read from ch has occurred
25 // the read from ch has timed out
  /prebuilts/go/linux-x86/doc/progs/
timeout1.go 12 ch := make(chan bool, 1)
22 case <-ch:
23 // a read from ch has occurred
25 // the read from ch has timed out
  /external/llvm/utils/unittest/googletest/src/
gtest-port.cc 176 // Returns true iff ch appears anywhere in str (excluding the
178 bool IsInSet(char ch, const char* str) {
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'; }
186 bool IsAsciiPunct(char ch) {
187 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~")
261 const char ch = regex[i]; local
    [all...]
  /external/protobuf/gtest/src/
gtest-port.cc 174 // Returns true iff ch appears anywhere in str (excluding the
176 bool IsInSet(char ch, const char* str) {
177 return ch != '\0' && strchr(str, ch) != NULL;
180 // Returns true iff ch belongs to the given classification. Unlike
183 bool IsDigit(char ch) { return '0' <= ch && ch <= '9'; }
184 bool IsPunct(char ch) {
185 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~")
259 const char ch = regex[i]; local
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-port.cc 176 // Returns true iff ch appears anywhere in str (excluding the
178 bool IsInSet(char ch, const char* str) {
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'; }
186 bool IsAsciiPunct(char ch) {
187 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~")
261 const char ch = regex[i]; local
    [all...]
  /external/dtc/tests/
utilfdt_test.c 94 int ch; local
105 for (ch = ' '; ch < 127; ch++) {
106 if (!strchr("iuxs", ch)) {
107 *fmt = ch;
  /external/icu/icu4c/source/test/letest/
SimpleFontInstance.cpp 99 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const
101 return LEFontInstance::mapCharToGlyph(ch, mapper, filterZeroWidth);
106 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const
108 return LEFontInstance::mapCharToGlyph(ch, mapper);
111 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch) const
113 return (LEGlyphID) ch;
  /external/icu/icu4c/source/test/perf/leperf/
SimpleFontInstance.cpp 97 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const
99 return LEFontInstance::mapCharToGlyph(ch, mapper, filterZeroWidth);
104 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const
106 return LEFontInstance::mapCharToGlyph(ch, mapper);
109 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch) const
111 return (LEGlyphID) ch;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwait/
6-2.c 116 pthread_t ch[NTHREADS]; local
143 ret = pthread_create(&ch[i], NULL, threaded, NULL);
151 ret = pthread_kill(ch[0], SIGUSR1);
164 if (!pthread_equal(last_awaken, ch[0])) {
170 ret = pthread_kill(ch[i], SIGUSR1);
179 ret = pthread_join(ch[i], NULL);
  /external/pdfium/fxbarcode/pdf417/
BC_PDF417HighLevelEncoder.h 52 static bool isDigit(wchar_t ch);
53 static bool isAlphaUpper(wchar_t ch);
54 static bool isAlphaLower(wchar_t ch);
55 static bool isMixed(wchar_t ch);
56 static bool isPunctuation(wchar_t ch);
57 static bool isText(wchar_t ch);
  /external/python/cpython2/PC/
msvcrtmodule.c 185 int ch; local
192 ch = _getch();
194 s[0] = ch;
212 Py_UNICODE ch; local
219 ch = _getwch();
221 u[0] = ch;
234 int ch; local
241 ch = _getche();
243 s[0] = ch;
257 Py_UNICODE ch; local
279 char ch; local
298 Py_UNICODE *ch; local
323 char ch; local
344 Py_UNICODE ch; local
    [all...]
  /external/syslinux/utils/
lss16toppm 65 my($ch,$n);
70 if ( read(STDIN, $ch, 1) != 1 ) {
74 $ch = ord($ch);
75 $nybble_buf = $ch >> 4;
76 $n = $ch & 0xF;
  /system/extras/simpleperf/
build_id.h 48 unsigned char ch = 0; local
50 ch <<= 4;
52 ch |= s[j] - '0';
54 ch |= s[j] - 'a' + 10;
56 ch |= s[j] - 'A' + 10;
59 data_[i / 2] = ch;
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UCharacter.java 68 * boolean isJavaIdentifierPart(char ch).
5454 char ch = text.charAt(--limit); local
5483 char ch = text[--limit]; local
5511 char ch = text.charAt(--index); local
5524 char ch = text.charAt(index++); local
5562 char ch = text[--index]; local
5579 char ch = text[index++]; local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Strings.java 81 char ch; local
90 ch = W2;
95 ch = (char)(((bytes[i] & 0x0f) << 12)
101 ch = (char)(((bytes[i] & 0x1f) << 6) | (bytes[i + 1] & 0x3f));
106 ch = (char)(((bytes[i] & 0x1f) << 6) | (bytes[i + 1] & 0x3f));
111 ch = (char)(bytes[i] & 0xff);
115 cs[length++] = ch;
150 char ch = c[i]; local
152 if (ch < 0x0080)
154 sOut.write(ch);
209 char ch = chars[i]; local
238 char ch = chars[i]; local
272 char ch = string.charAt(i); local
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/net/
base64.c 195 int tarindex, state, ch; local
202 while ((ch = (unsigned char)*src++) != '\0') {
203 if (isspace(ch)) /* Skip whitespace anywhere. */
206 if (ch == Pad64)
209 pos = strchr(Base64, ch);
267 if (ch == Pad64) { /* We got a pad char. */
268 ch = (unsigned char)*src++; /* Skip it, get next. */
276 for (; ch != '\0'; ch = (unsigned char)*src++)
277 if (!isspace(ch))
    [all...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
base64.c 241 int tarindex, state, ch; local
247 while ((ch = *src++) != '\0') {
248 if (isspace(ch)) /* Skip whitespace anywhere. */
251 if (ch == Pad64)
254 pos = strchr(Base64, ch);
308 if (ch == Pad64) { /* We got a pad char. */
309 ch = *src++; /* Skip it, get next. */
317 for ((void)NULL; ch != '\0'; ch = *src++)
318 if (!isspace(ch))
    [all...]
  /external/libopus/src/
repacketizer_demo.c 44 static void int_to_char(opus_uint32 i, unsigned char ch[4])
46 ch[0] = i>>24;
47 ch[1] = (i>>16)&0xFF;
48 ch[2] = (i>>8)&0xFF;
49 ch[3] = i&0xFF;
52 static opus_uint32 char_to_int(unsigned char ch[4])
54 return ((opus_uint32)ch[0]<<24) | ((opus_uint32)ch[1]<<16)
55 | ((opus_uint32)ch[2]<< 8) | (opus_uint32)ch[3]
121 unsigned char ch[4]; local
    [all...]

Completed in 1562 milliseconds

<<11121314151617181920>>