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

1 2 3 4 5 67 8 91011>>

  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/
Dispatcher.java 54 void register(SelectableChannel ch, int ops, Handler h)
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/server/
Dispatcher.java 54 void register(SelectableChannel ch, int ops, Handler h)
  /external/pdfium/fxbarcode/pdf417/
BC_PDF417HighLevelEncoder.cpp 66 wchar_t ch = (wchar_t)(bytes[i] & 0xff); local
67 if (ch == '?' && bytes[i] != '?') {
71 msg += ch;
156 wchar_t ch = msg[startpos + idx]; local
159 if (isAlphaUpper(ch)) {
160 if (ch == ' ')
163 tmp += (wchar_t)(ch - 65);
166 if (isAlphaLower(ch)) {
171 if (isMixed(ch)) {
177 tmp += PUNCTUATION[ch];
291 int32_t ch = (*bytes)[i] & 0xff; local
343 wchar_t ch = msg[idx]; local
360 wchar_t ch = msg[idx]; local
391 wchar_t ch = msg[idx]; local
    [all...]
  /external/pdfium/fxbarcode/oned/
BC_OnedCodaBarWriter.cpp 93 bool CBC_OnedCodaBarWriter::FindChar(wchar_t ch, bool isContent) {
94 if (ch > 0x7F)
97 char narrow_ch = static_cast<char>(ch);
106 [this](const wchar_t& ch) { return this->FindChar(ch, false); });
112 wchar_t ch;
114 ch = contents[index];
115 if (ch > 175) {
119 if (!FindChar(ch, true))
121 filtercontents += ch;
    [all...]
  /external/aac/libFDK/src/
FDK_qmf_domain.cpp 206 int ch; local
208 for (ch = 0; ch < ((8) + (1)); ch++) {
209 if (qd->QmfDomainIn[ch].pAnaQmfStates) {
211 FreeAnaQmfStates16(&qd->QmfDomainIn[ch].pAnaQmfStates);
214 FreeAnaQmfStates24(&qd->QmfDomainIn[ch].pAnaQmfStates);
217 FreeAnaQmfStates32(&qd->QmfDomainIn[ch].pAnaQmfStates);
219 FreeAnaQmfStates(&qd->QmfDomainIn[ch].pAnaQmfStates);
223 if (qd->QmfDomainIn[ch].pOverlapBuffer)
266 int ch; local
391 int ch, size; local
    [all...]
  /external/sqlite/android/
PhoneNumberUtils.cpp 75 * Returns interger corresponding to the input if input "ch" is
79 static int tryGetISODigit (char ch)
81 if ('0' <= ch && ch <= '9') {
82 return ch - '0';
89 * True if ch is ISO-LATIN characters 0-9, *, # , +
92 static bool isDialable(char ch)
94 return ('0' <= ch && ch <= '9') || ch == '*' || ch == '#' || ch == '+'
118 char ch = str[i]; local
154 char ch = str[i]; local
    [all...]
  /bionic/libc/dns/nameser/
ns_ttl.c 84 int ch; local
86 for (p = odst; (ch = *p) != '\0'; p++)
87 if (isascii(ch) && isupper(ch))
88 *p = tolower(ch);
99 int ch, digits, dirty; local
105 while ((ch = *src++) != '\0') {
106 if (!isascii(ch) || !isprint(ch))
108 if (isdigit(ch)) {
    [all...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
ns_ttl.c 114 int ch; local
116 for (p = odst; (ch = *p) != '\0'; p++)
117 if (isascii(ch) && isupper(ch))
118 *p = (char)( tolower(ch));
127 int ch, digits, dirty; local
133 while ((ch = *src++) != '\0') {
134 if (!isascii(ch) || !isprint(ch))
136 if (isdigit(ch)) {
    [all...]
  /external/python/cpython2/Demo/threads/
squasher.py 58 ch = co.tran(codisassembler)
59 if ch == '*':
62 ch = '^'
64 co.tran(coassembler, ch)
65 ch = ch2
66 if ch in ' \t':
72 ch = ch2
73 co.tran(coassembler, ch)
78 ch = co.tran(cosquasher)
79 if ch == '\0'
    [all...]
  /external/pdfium/core/fpdfapi/parser/
cpdf_syntax_parser.cpp 52 bool CPDF_SyntaxParser::GetCharAt(FX_FILESIZE pos, uint8_t& ch) {
55 return GetNextChar(ch);
77 bool CPDF_SyntaxParser::GetNextChar(uint8_t& ch) {
85 ch = m_pFileBuf[pos - m_BufOffset];
90 bool CPDF_SyntaxParser::GetCharAtBackward(FX_FILESIZE pos, uint8_t* ch) {
102 *ch = m_pFileBuf[pos - m_BufOffset];
119 uint8_t ch; local
120 if (!GetNextChar(ch))
123 if (PDFCharIsDelimiter(ch)) {
127 m_WordBuffer[m_WordSize++] = ch;
181 uint8_t ch; local
268 uint8_t ch; local
300 uint8_t ch; local
315 uint8_t ch; local
695 uint8_t ch; local
755 uint8_t ch; local
    [all...]
cpdf_simple_parser.cpp 20 uint8_t ch; local
24 ch = m_pData[m_dwCurPos++];
25 while (PDFCharIsWhitespace(ch)) {
28 ch = m_pData[m_dwCurPos++];
31 if (ch != '%')
37 ch = m_pData[m_dwCurPos++];
38 if (PDFCharIsLineEnding(ch))
45 if (PDFCharIsDelimiter(ch)) {
46 if (ch == '/') {
50 ch = m_pData[m_dwCurPos++]
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
rclex.c 270 int ch; local
337 ch = *t - '0';
341 ch = (ch << 3) | (*t - '0');
345 ch = (ch << 3) | (*t - '0');
349 *s++ = ch;
354 ch = 0;
362 ch = (ch << 4) | (*t - '0')
433 int ch; local
646 char ch; local
771 int ch; local
    [all...]
  /external/syslinux/core/fs/pxe/
http.c 11 static bool is_tspecial(int ch)
14 switch(ch) {
25 static bool is_ctl(int ch)
27 return ch < 0x20;
30 static bool is_token(int ch)
33 return !is_ctl(ch) && !is_tspecial(ch);
36 static bool append_ch(char *str, size_t size, size_t *pos, int ch)
43 str[*pos] = ch;
236 int ch = pxe_getc(inode) local
    [all...]
  /prebuilts/go/darwin-x86/src/text/scanner/
scanner.go 137 ch rune // character before current srcPos
152 // as white space. To recognize a character ch <= ' ' as white space,
153 // set the ch'th bit in Whitespace (the Scanner's behavior is undefined
154 // for values ch > ' '). The field may be changed at any time.
162 IsIdentRune func(ch rune, i int) bool
198 s.ch = -2 // no char read yet, not EOF
215 ch, width := rune(s.srcBuf[s.srcPos]), 1
217 if ch >= utf8.RuneSelf {
260 ch = rune(s.srcBuf[s.srcPos])
261 if ch >= utf8.RuneSelf
    [all...]
  /prebuilts/go/linux-x86/src/text/scanner/
scanner.go 137 ch rune // character before current srcPos
152 // as white space. To recognize a character ch <= ' ' as white space,
153 // set the ch'th bit in Whitespace (the Scanner's behavior is undefined
154 // for values ch > ' '). The field may be changed at any time.
162 IsIdentRune func(ch rune, i int) bool
198 s.ch = -2 // no char read yet, not EOF
215 ch, width := rune(s.srcBuf[s.srcPos]), 1
217 if ch >= utf8.RuneSelf {
260 ch = rune(s.srcBuf[s.srcPos])
261 if ch >= utf8.RuneSelf
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
unicodeobject.h 334 #define Py_UNICODE_ISSPACE(ch) iswspace(ch)
336 #define Py_UNICODE_ISLOWER(ch) iswlower(ch)
337 #define Py_UNICODE_ISUPPER(ch) iswupper(ch)
338 #define Py_UNICODE_ISTITLE(ch) _PyUnicode_IsTitlecase(ch)
339 #define Py_UNICODE_ISLINEBREAK(ch) _PyUnicode_IsLinebreak(ch)
1350 Py_UNICODE ch \/* Unicode character *\/ variable
1354 Py_UNICODE ch \/* Unicode character *\/ variable
1358 Py_UNICODE ch \/* Unicode character *\/ variable
1362 const Py_UNICODE ch \/* Unicode character *\/ variable
1366 const Py_UNICODE ch \/* Unicode character *\/ variable
1370 Py_UNICODE ch \/* Unicode character *\/ variable
1374 Py_UNICODE ch \/* Unicode character *\/ variable
1378 Py_UNICODE ch \/* Unicode character *\/ variable
1382 Py_UNICODE ch \/* Unicode character *\/ variable
1386 Py_UNICODE ch \/* Unicode character *\/ variable
1390 Py_UNICODE ch \/* Unicode character *\/ variable
1394 Py_UNICODE ch \/* Unicode character *\/ variable
1398 Py_UNICODE ch \/* Unicode character *\/ variable
1402 Py_UNICODE ch \/* Unicode character *\/ variable
1406 Py_UNICODE ch \/* Unicode character *\/ variable
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
unicodeobject.h 334 #define Py_UNICODE_ISSPACE(ch) iswspace(ch)
336 #define Py_UNICODE_ISLOWER(ch) iswlower(ch)
337 #define Py_UNICODE_ISUPPER(ch) iswupper(ch)
338 #define Py_UNICODE_ISTITLE(ch) _PyUnicode_IsTitlecase(ch)
339 #define Py_UNICODE_ISLINEBREAK(ch) _PyUnicode_IsLinebreak(ch)
1350 Py_UNICODE ch \/* Unicode character *\/ variable
1354 Py_UNICODE ch \/* Unicode character *\/ variable
1358 Py_UNICODE ch \/* Unicode character *\/ variable
1362 const Py_UNICODE ch \/* Unicode character *\/ variable
1366 const Py_UNICODE ch \/* Unicode character *\/ variable
1370 Py_UNICODE ch \/* Unicode character *\/ variable
1374 Py_UNICODE ch \/* Unicode character *\/ variable
1378 Py_UNICODE ch \/* Unicode character *\/ variable
1382 Py_UNICODE ch \/* Unicode character *\/ variable
1386 Py_UNICODE ch \/* Unicode character *\/ variable
1390 Py_UNICODE ch \/* Unicode character *\/ variable
1394 Py_UNICODE ch \/* Unicode character *\/ variable
1398 Py_UNICODE ch \/* Unicode character *\/ variable
1402 Py_UNICODE ch \/* Unicode character *\/ variable
1406 Py_UNICODE ch \/* Unicode character *\/ variable
    [all...]
  /external/python/cpython2/Include/
unicodeobject.h 334 #define Py_UNICODE_ISSPACE(ch) iswspace(ch)
336 #define Py_UNICODE_ISLOWER(ch) iswlower(ch)
337 #define Py_UNICODE_ISUPPER(ch) iswupper(ch)
338 #define Py_UNICODE_ISTITLE(ch) _PyUnicode_IsTitlecase(ch)
339 #define Py_UNICODE_ISLINEBREAK(ch) _PyUnicode_IsLinebreak(ch)
1350 Py_UNICODE ch \/* Unicode character *\/ variable
1354 Py_UNICODE ch \/* Unicode character *\/ variable
1358 Py_UNICODE ch \/* Unicode character *\/ variable
1362 const Py_UNICODE ch \/* Unicode character *\/ variable
1366 const Py_UNICODE ch \/* Unicode character *\/ variable
1370 Py_UNICODE ch \/* Unicode character *\/ variable
1374 Py_UNICODE ch \/* Unicode character *\/ variable
1378 Py_UNICODE ch \/* Unicode character *\/ variable
1382 Py_UNICODE ch \/* Unicode character *\/ variable
1386 Py_UNICODE ch \/* Unicode character *\/ variable
1390 Py_UNICODE ch \/* Unicode character *\/ variable
1394 Py_UNICODE ch \/* Unicode character *\/ variable
1398 Py_UNICODE ch \/* Unicode character *\/ variable
1402 Py_UNICODE ch \/* Unicode character *\/ variable
1406 Py_UNICODE ch \/* Unicode character *\/ variable
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
unicodeobject.h 334 #define Py_UNICODE_ISSPACE(ch) iswspace(ch)
336 #define Py_UNICODE_ISLOWER(ch) iswlower(ch)
337 #define Py_UNICODE_ISUPPER(ch) iswupper(ch)
338 #define Py_UNICODE_ISTITLE(ch) _PyUnicode_IsTitlecase(ch)
339 #define Py_UNICODE_ISLINEBREAK(ch) _PyUnicode_IsLinebreak(ch)
1350 Py_UNICODE ch \/* Unicode character *\/ variable
1354 Py_UNICODE ch \/* Unicode character *\/ variable
1358 Py_UNICODE ch \/* Unicode character *\/ variable
1362 const Py_UNICODE ch \/* Unicode character *\/ variable
1366 const Py_UNICODE ch \/* Unicode character *\/ variable
1370 Py_UNICODE ch \/* Unicode character *\/ variable
1374 Py_UNICODE ch \/* Unicode character *\/ variable
1378 Py_UNICODE ch \/* Unicode character *\/ variable
1382 Py_UNICODE ch \/* Unicode character *\/ variable
1386 Py_UNICODE ch \/* Unicode character *\/ variable
1390 Py_UNICODE ch \/* Unicode character *\/ variable
1394 Py_UNICODE ch \/* Unicode character *\/ variable
1398 Py_UNICODE ch \/* Unicode character *\/ variable
1402 Py_UNICODE ch \/* Unicode character *\/ variable
1406 Py_UNICODE ch \/* Unicode character *\/ variable
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
unicodeobject.h 334 #define Py_UNICODE_ISSPACE(ch) iswspace(ch)
336 #define Py_UNICODE_ISLOWER(ch) iswlower(ch)
337 #define Py_UNICODE_ISUPPER(ch) iswupper(ch)
338 #define Py_UNICODE_ISTITLE(ch) _PyUnicode_IsTitlecase(ch)
339 #define Py_UNICODE_ISLINEBREAK(ch) _PyUnicode_IsLinebreak(ch)
1350 Py_UNICODE ch \/* Unicode character *\/ variable
1354 Py_UNICODE ch \/* Unicode character *\/ variable
1358 Py_UNICODE ch \/* Unicode character *\/ variable
1362 const Py_UNICODE ch \/* Unicode character *\/ variable
1366 const Py_UNICODE ch \/* Unicode character *\/ variable
1370 Py_UNICODE ch \/* Unicode character *\/ variable
1374 Py_UNICODE ch \/* Unicode character *\/ variable
1378 Py_UNICODE ch \/* Unicode character *\/ variable
1382 Py_UNICODE ch \/* Unicode character *\/ variable
1386 Py_UNICODE ch \/* Unicode character *\/ variable
1390 Py_UNICODE ch \/* Unicode character *\/ variable
1394 Py_UNICODE ch \/* Unicode character *\/ variable
1398 Py_UNICODE ch \/* Unicode character *\/ variable
1402 Py_UNICODE ch \/* Unicode character *\/ variable
1406 Py_UNICODE ch \/* Unicode character *\/ variable
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
unicodeobject.h 334 #define Py_UNICODE_ISSPACE(ch) iswspace(ch)
336 #define Py_UNICODE_ISLOWER(ch) iswlower(ch)
337 #define Py_UNICODE_ISUPPER(ch) iswupper(ch)
338 #define Py_UNICODE_ISTITLE(ch) _PyUnicode_IsTitlecase(ch)
339 #define Py_UNICODE_ISLINEBREAK(ch) _PyUnicode_IsLinebreak(ch)
1350 Py_UNICODE ch \/* Unicode character *\/ variable
1354 Py_UNICODE ch \/* Unicode character *\/ variable
1358 Py_UNICODE ch \/* Unicode character *\/ variable
1362 const Py_UNICODE ch \/* Unicode character *\/ variable
1366 const Py_UNICODE ch \/* Unicode character *\/ variable
1370 Py_UNICODE ch \/* Unicode character *\/ variable
1374 Py_UNICODE ch \/* Unicode character *\/ variable
1378 Py_UNICODE ch \/* Unicode character *\/ variable
1382 Py_UNICODE ch \/* Unicode character *\/ variable
1386 Py_UNICODE ch \/* Unicode character *\/ variable
1390 Py_UNICODE ch \/* Unicode character *\/ variable
1394 Py_UNICODE ch \/* Unicode character *\/ variable
1398 Py_UNICODE ch \/* Unicode character *\/ variable
1402 Py_UNICODE ch \/* Unicode character *\/ variable
1406 Py_UNICODE ch \/* Unicode character *\/ variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
unicodeobject.h 334 #define Py_UNICODE_ISSPACE(ch) iswspace(ch)
336 #define Py_UNICODE_ISLOWER(ch) iswlower(ch)
337 #define Py_UNICODE_ISUPPER(ch) iswupper(ch)
338 #define Py_UNICODE_ISTITLE(ch) _PyUnicode_IsTitlecase(ch)
339 #define Py_UNICODE_ISLINEBREAK(ch) _PyUnicode_IsLinebreak(ch)
1350 Py_UNICODE ch \/* Unicode character *\/ variable
1354 Py_UNICODE ch \/* Unicode character *\/ variable
1358 Py_UNICODE ch \/* Unicode character *\/ variable
1362 const Py_UNICODE ch \/* Unicode character *\/ variable
1366 const Py_UNICODE ch \/* Unicode character *\/ variable
1370 Py_UNICODE ch \/* Unicode character *\/ variable
1374 Py_UNICODE ch \/* Unicode character *\/ variable
1378 Py_UNICODE ch \/* Unicode character *\/ variable
1382 Py_UNICODE ch \/* Unicode character *\/ variable
1386 Py_UNICODE ch \/* Unicode character *\/ variable
1390 Py_UNICODE ch \/* Unicode character *\/ variable
1394 Py_UNICODE ch \/* Unicode character *\/ variable
1398 Py_UNICODE ch \/* Unicode character *\/ variable
1402 Py_UNICODE ch \/* Unicode character *\/ variable
1406 Py_UNICODE ch \/* Unicode character *\/ variable
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
OnigurumaIntrinsics.c 31 void * memset (void *dest, char ch, unsigned int count)
49 *(Pointer++) = ch;
  /external/pdfium/fxbarcode/datamatrix/
BC_HighLevelEncoder.h 35 static bool isDigit(wchar_t ch);
36 static bool isExtendedASCII(wchar_t ch);
50 static wchar_t randomize253State(wchar_t ch, int32_t codewordPosition);
56 static bool isNativeC40(wchar_t ch);
57 static bool isNativeText(wchar_t ch);
58 static bool isNativeX12(wchar_t ch);
59 static bool isX12TermSep(wchar_t ch);
60 static bool isNativeEDIFACT(wchar_t ch);
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-classic-0.9.8-SNAPSHOT.jar 

Completed in 1171 milliseconds

1 2 3 4 5 67 8 91011>>