HomeSort by relevance Sort by last modified time
    Searched full:getchar (Results 1 - 25 of 430) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/lzma/CPP/Common/
StdInStream.h 27 int GetChar();
StdInStream.cpp 55 int intChar = GetChar();
90 while ((c = GetChar()) != EOF)
99 int CStdInStream::GetChar()
  /external/chromium_org/third_party/icu/source/i18n/
csrucode.h 68 virtual int32_t getChar(const uint8_t *input, int32_t index) const = 0;
82 int32_t getChar(const uint8_t *input, int32_t index) const;
95 int32_t getChar(const uint8_t *input, int32_t index) const;
csrucode.cpp 81 if (limit > 0 && getChar(input, 0) == 0x0000FEFFUL) {
86 int32_t ch = getChar(input, i);
124 int32_t CharsetRecog_UTF_32_BE::getChar(const uint8_t *input, int32_t index) const
140 int32_t CharsetRecog_UTF_32_LE::getChar(const uint8_t *input, int32_t index) const
  /external/icu4c/i18n/
csrucode.h 68 virtual int32_t getChar(const uint8_t *input, int32_t index) const = 0;
82 int32_t getChar(const uint8_t *input, int32_t index) const;
95 int32_t getChar(const uint8_t *input, int32_t index) const;
csrucode.cpp 84 if (getChar(input, 0) == 0x0000FEFFUL) {
89 int32_t ch = getChar(input, i);
128 int32_t CharsetRecog_UTF_32_BE::getChar(const uint8_t *input, int32_t index) const
144 int32_t CharsetRecog_UTF_32_LE::getChar(const uint8_t *input, int32_t index) const
  /external/ppp/pppd/
cbcp.c 173 GETCHAR(code, inp);
174 GETCHAR(id, inp);
239 GETCHAR(code, p);
240 GETCHAR(id, p);
258 GETCHAR(opt, p);
259 GETCHAR(olen, p);
274 GETCHAR(delay, p);
282 GETCHAR(addrt, p);
296 GETCHAR(code, p);
319 GETCHAR(type, pckt)
    [all...]
ipxcp.c 672 GETCHAR(citype, p); \
673 GETCHAR(cilen, p); \
687 GETCHAR(citype, p); \
688 GETCHAR(cilen, p); \
693 GETCHAR(cichar, p); \
708 GETCHAR(citype, p); \
709 GETCHAR(cilen, p); \
722 GETCHAR(citype, p); \
723 GETCHAR(cilen, p); \
782 GETCHAR (citype, p)
    [all...]
lcp.c 791 GETCHAR(citype, p); \
792 GETCHAR(cilen, p); \
801 GETCHAR(citype, p); \
802 GETCHAR(cilen, p); \
814 GETCHAR(citype, p); \
815 GETCHAR(cilen, p); \
819 GETCHAR(cichar, p); \
827 GETCHAR(citype, p); \
828 GETCHAR(cilen, p); \
835 GETCHAR(cichar, p);
    [all...]
upap.c 332 GETCHAR(code, inp);
333 GETCHAR(id, inp);
407 GETCHAR(ruserlen, inp);
415 GETCHAR(rpasswdlen, inp);
487 GETCHAR(msglen, inp);
528 GETCHAR(msglen, inp);
627 GETCHAR(code, p);
628 GETCHAR(id, p);
678 GETCHAR(code, p);
  /bionic/libc/upstream-freebsd/lib/libc/stdio/
getchar.c 34 static char sccsid[] = "@(#)getchar.c 8.1 (Berkeley) 6/4/93";
40 * A subroutine version of the macro getchar.
48 #undef getchar macro
52 getchar() function
  /external/chromium_org/cloud_print/gcp20/prototype/
conio_posix.cc 45 int c = getchar();
  /external/eigen/bench/
sparse_randomsetter.cpp 59 // getchar();
100 // << " nnz=" << set1.nonZeros() << "\n";getchar();
109 // << " nnz=" << set1.nonZeros() << "\n";getchar();
118 // << " nnz=" << set1.nonZeros() << "\n";getchar();
  /external/chromium_org/third_party/icu/patches/
csetdet.patch 31 - if (getChar(input, 0) == 0x0000FEFFUL) {
32 + if (limit > 0 && getChar(input, 0) == 0x0000FEFFUL) {
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 65 llvm::MDNode *CodeGenTBAA::getChar() {
101 return getChar();
120 return getChar();
139 createTBAAScalarType(BTy->getName(Features), getChar());
148 getChar());
158 return MetadataCache[Ty] = getChar();
166 return MetadataCache[Ty] = createTBAAScalarType(OutName, getChar());
170 return MetadataCache[Ty] = getChar();
213 llvm::MDNode *TBAAInfo = MayAlias ? getChar() : getTBAAInfo(QTy);
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ArrayTest.java 69 try { Array.getChar(booleans, 0); fail(); } catch (IllegalArgumentException expected) {}
70 try { Array.getChar(bytes, 0); fail(); } catch (IllegalArgumentException expected) {}
71 assertEquals(chars[0], Array.getChar(chars, 0));
72 try { Array.getChar(doubles, 0); fail(); } catch (IllegalArgumentException expected) {}
73 try { Array.getChar(floats, 0); fail(); } catch (IllegalArgumentException expected) {}
74 try { Array.getChar(ints, 0); fail(); } catch (IllegalArgumentException expected) {}
75 try { Array.getChar(longs, 0); fail(); } catch (IllegalArgumentException expected) {}
76 try { Array.getChar(shorts, 0); fail(); } catch (IllegalArgumentException expected) {}
77 try { Array.getChar(null, 0); fail(); } catch (NullPointerException expected) {}
  /external/bison/lib/
unlocked-io.h 107 # undef getchar macro
108 # define getchar() getchar_unlocked () macro
110 # define getchar_unlocked() getchar ()
  /ndk/sources/host-tools/sed-4.2.1/lib/
unlocked-io.h 107 # undef getchar macro
108 # define getchar() getchar_unlocked () macro
110 # define getchar_unlocked() getchar ()
  /external/webrtc/src/system_wrappers/source/spreadsortlib/
spreadsort.hpp 1097 get_char getchar; member in struct:boost::detail::offset_char_lessthan
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/res/
CharArrayWrapper.java 35 public char getChar(int index){
  /external/jsilver/src/com/google/streamhtmlparser/util/
JavascriptTokenBuffer.java 112 HtmlUtils.isJavascriptWhitespace(getChar(-1))) {
152 public char getChar(int position) {
196 if (HtmlUtils.isJavascriptWhitespace(getChar(-1))) {
200 for (position = end; HtmlUtils.isJavascriptIdentifier(getChar(position));
230 char c = getChar(position);
  /external/stlport/stlport/stl/
_cstdio.h 60 # undef getchar macro
93 using _STLP_VENDOR_CSTD::getchar;
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
ISACHist.cc 47 getchar();
54 getchar();
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 60 # undef getchar macro
93 using _STLP_VENDOR_CSTD::getchar;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 60 # undef getchar macro
93 using _STLP_VENDOR_CSTD::getchar;

Completed in 514 milliseconds

1 2 3 4 5 6 7 8 91011>>