HomeSort by relevance Sort by last modified time
    Searched refs:ch (Results 1 - 25 of 1559) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
prefetch-enum.cpp 8 char ch; local
9 __builtin_prefetch(&ch, 0, A);
builtins-va_arg.cpp 15 char ch; local
18 ch = *fmt++;
19 if (ch != '%') {
23 ch = *fmt++;
24 switch (ch) {
39 if (ch == '0') {
  /libcore/benchmarks/src/benchmarks/regression/
CharacterBenchmark.java 62 for (int ch = 0; ch < 65536; ++ch) {
63 dummy ^= ((char) ch == ' ');
68 for (int ch = 0; ch < 65536; ++ch) {
69 dummy ^= (ch == ' ');
79 for (int ch = 0; ch < 65536; ++ch)
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_get_side_info.cpp 119 int32 ch, gr; local
140 for (ch = 0; ch < stereo; ch++)
143 si->ch[ch].scfsi[0] = (tmp << 28) >> 31; /* 1 */
144 si->ch[ch].scfsi[1] = (tmp << 29) >> 31; /* 1 */
145 si->ch[ch].scfsi[2] = (tmp << 30) >> 31; /* 1 *
    [all...]
  /bionic/libm/
digittoint.c 32 __LIBC_HIDDEN__ int digittoint(char ch) {
33 int d = ch - '0';
37 d = ch - 'a';
41 d = ch - 'A';
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
ProxyData.java 5 package ch.ethz.ssh2;
ConnectionMonitor.java 5 package ch.ethz.ssh2;
  /external/qemu/distrib/sdl-1.2.15/src/audio/dc/
aica.h 33 void aica_play(int ch,int mode,unsigned long smpptr,int looptst,int loopend,int freq,int vol,int pan,int loopflag);
34 void aica_stop(int ch);
35 void aica_vol(int ch,int vol);
36 void aica_pan(int ch,int pan);
37 void aica_freq(int ch,int freq);
38 int aica_get_pos(int ch);
  /packages/apps/Email/src/com/beetstra/jutf7/
Base64Util.java 75 final char ch = this.alphabet[i]; local
76 if (ch >= 128)
77 throw new IllegalArgumentException("invalid character in alphabet: " + ch);
78 inverseAlphabet[ch] = i;
86 * @param ch The character, as a ASCII encoded byte
90 int getSextet(final byte ch) {
91 if (ch >= 128)
93 return inverseAlphabet[ch];
99 * @param ch The character
100 * @return true if the alphabet contains <code>ch</code>, false otherwise
    [all...]
ModifiedUTF7Charset.java 44 boolean canEncodeDirectly(char ch) {
45 if (ch == shift())
47 return ch >= 0x20 && ch <= 0x7E;
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
scanner.c 74 static void noop(InputSrc *in, int ch, yystypepp * yylvalpp) {}
162 static void str_ungetch(StringInputSrc *in, int ch, yystypepp *type) {
163 if (in->p[-1] == ch)in->p--;
168 if (ch == '\n') {
195 #define APPEND_CHAR_S(ch, str, len, max_len) \
197 str[len++] = ch; \
207 * ch - '.' or 'e'
211 static int lFloatConst(int ch, int len, yystypepp * yylvalpp)
214 assert((ch == '.') || (ch == 'e') || (ch == 'E'))
262 int len, ch, ii, ival = 0; local
    [all...]
  /bionic/libc/string/
index.c 34 index(const char *p, int ch)
37 if (*p == (char) ch)
strchr.c 35 __strchr_chk(const char *p, int ch, size_t s_len)
40 if (*p == (char) ch)
49 strchr(const char *p, int ch) {
50 return __strchr_chk(p, ch, __BIONIC_FORTIFY_UNKNOWN_SIZE);
strrchr.c 35 __strrchr_chk(const char *p, int ch, size_t s_len)
42 if (*p == (char) ch)
51 strrchr(const char *p, int ch)
53 return __strrchr_chk(p, ch, __BIONIC_FORTIFY_UNKNOWN_SIZE);
  /external/icu4c/test/perf/charperf/
charperf.h 19 typedef void (*CharPerfFn)(UChar32 ch);
20 typedef void (*StdLibCharPerfFn)(wchar_t ch);
119 inline void isAlpha(UChar32 ch)
121 u_isalpha(ch);
124 inline void isUpper(UChar32 ch)
126 u_isupper(ch);
129 inline void isLower(UChar32 ch)
131 u_islower(ch);
134 inline void isDigit(UChar32 ch)
136 u_isdigit(ch);
    [all...]
  /external/nist-sip/java/gov/nist/core/
StringTokenizer.java 75 public static boolean isHexDigit(char ch) {
76 return (ch >= 'A' && ch <= 'F') ||
77 (ch >= 'a' && ch <= 'f') ||
78 isDigit(ch);
81 public static boolean isAlpha(char ch) {
82 if (ch <= 127) {
83 return ((ch >= 'a' && ch <= 'z') || (ch >= 'A' && ch <= 'Z'))
    [all...]
  /external/e2fsprogs/lib/et/
et_name.c 26 int ch; local
37 ch = (int)((num >> BITS_PER_CHAR * i) & ((1 << BITS_PER_CHAR) - 1));
38 if (ch != 0)
39 *p++ = char_set[ch-1];
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
IChannelWorkerThread.java 5 package ch.ethz.ssh2.channel;
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
NegotiateException.java 5 package ch.ethz.ssh2.transport;
  /external/aac/libAACenc/src/
psy_main.cpp 255 int i, ch, n, chInc = 0, resetChannels = 3; local
267 for (ch=0; ch<cm->elInfo[i].nChannelsInEl; ch++) {
269 hPsy->psyElement[i]->psyStatic[ch] = hPsy->pStaticChannels[chInc];
271 FDKaacEnc_psyInitStates(hPsy, hPsy->psyElement[i]->psyStatic[ch], audioObjectType);
273 hPsy->psyElement[i]->psyStatic[ch]->isLFE = 0;
276 hPsy->psyElement[i]->psyStatic[ch] = hPsy->pStaticChannels[nMaxChannels-1];
277 hPsy->psyElement[i]->psyStatic[ch]->isLFE = 1;
286 for (ch=0; ch<cm->elInfo[i].nChannelsInEl; ch++)
318 int i, ch; local
458 INT ch; \/* counts through channels *\/ local
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
FixASCIIControlsReader.java 109 * @param ch a char
112 private char processChar(char ch)
117 if (ch == '&')
121 return ch;
124 if (ch == '#')
132 return ch;
135 if (ch == 'x')
141 else if ('0' <= ch && ch <= '9')
143 control = Character.digit(ch, 10)
    [all...]
  /external/icu4c/common/
ustrtrns.cpp 46 UChar32 ch; local
75 while((ch=*src) != 0 &&
76 ((uint32_t)ch < 0xd800 || (0xe000 <= ch && ch <= 0xffff))) {
79 *pDest++ = (UChar)ch;
85 if(ch != 0) {
95 ch = *src++;
98 if((uint32_t)ch < 0xd800 || (0xe000 <= ch && ch <= 0xffff))
160 UChar32 ch; local
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3convertutf.c 59 UTF32 ch; local
63 ch = *source++;
64 if (ch <= UNI_MAX_BMP) { /* Target is a character <= 0xFFFF */
66 if (ch >= UNI_SUR_HIGH_START && ch <= UNI_SUR_LOW_END) {
75 *target++ = (UTF16)ch; /* normal case */
77 } else if (ch > UNI_MAX_LEGAL_UTF32) {
89 ch -= halfBase;
90 *target++ = (UTF16)((ch >> halfShift) + UNI_SUR_HIGH_START);
91 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START)
107 UTF32 ch, ch2; local
212 UTF32 ch; local
336 UTF32 ch = 0; local
409 UTF32 ch; local
462 UTF32 ch = 0; local
    [all...]
  /external/llvm/lib/Support/
ConvertUTF.c 124 UTF32 ch; local
128 ch = *source++;
129 if (ch <= UNI_MAX_BMP) { /* Target is a character <= 0xFFFF */
131 if (ch >= UNI_SUR_HIGH_START && ch <= UNI_SUR_LOW_END) {
140 *target++ = (UTF16)ch; /* normal case */
142 } else if (ch > UNI_MAX_LEGAL_UTF32) {
154 ch -= halfBase;
155 *target++ = (UTF16)((ch >> halfShift) + UNI_SUR_HIGH_START);
156 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START)
172 UTF32 ch, ch2; local
227 UTF32 ch; local
297 UTF32 ch; local
428 UTF32 ch = 0; local
501 UTF32 ch = 0; local
    [all...]
  /external/harfbuzz/tests/linebreaking/
harfbuzz-qt.cpp 32 HB_LineBreakClass HB_GetLineBreakClass(HB_UChar32 ch)
35 return (HB_LineBreakClass)QUnicodeTables::lineBreakClass(ch);
41 void HB_GetUnicodeCharProperties(HB_UChar32 ch, HB_CharCategory *category, int *combiningClass)
43 *category = (HB_CharCategory)QChar::category(ch);
44 *combiningClass = QChar::combiningClass(ch);
47 HB_CharCategory HB_GetUnicodeCharCategory(HB_UChar32 ch)
49 return (HB_CharCategory)QChar::category(ch);
52 int HB_GetUnicodeCharCombiningClass(HB_UChar32 ch)
54 return QChar::combiningClass(ch);
57 HB_UChar16 HB_GetMirroredChar(HB_UChar16 ch)
    [all...]

Completed in 506 milliseconds

1 2 3 4 5 6 7 8 91011>>