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

1 2 3 4 5 6 7 8 910

  /external/apache-xml/src/main/java/org/apache/xml/utils/res/
CharArrayWrapper.java 35 public char getChar(int index){
  /external/icu/icu4c/source/i18n/
csrucode.h 70 virtual int32_t getChar(const uint8_t *input, int32_t index) const = 0;
84 int32_t getChar(const uint8_t *input, int32_t index) const;
97 int32_t getChar(const uint8_t *input, int32_t index) const;
csrucode.cpp 132 if (limit > 0 && getChar(input, 0) == 0x0000FEFFUL) {
137 int32_t ch = getChar(input, i);
176 int32_t CharsetRecog_UTF_32_BE::getChar(const uint8_t *input, int32_t index) const
192 int32_t CharsetRecog_UTF_32_LE::getChar(const uint8_t *input, int32_t index) const
  /external/deqp/executor/
xeContainerFormatParser.cpp 117 int ContainerFormatParser::getChar (int offset) const
141 int curChar = getChar(m_elementLen);
167 int nextChar = getChar(m_elementLen);
205 DE_ASSERT(getChar(0) == '#');
216 int bufChar = (offset+ndx < m_elementLen) ? getChar(offset+ndx) : 0;
249 if (getChar(offset) != ' ')
256 if (getChar(offset) != ' ')
260 if (getChar(offset) != ' ')
271 const int curChar = offset < m_elementLen ? getChar(offset) : 0;
297 bool isString = getChar(offset) == '"' || getChar(offset) == '\''
    [all...]
xeXMLParser.cpp 98 int Tokenizer::getChar (int offset) const
131 if (getChar(0) == END_OF_STRING)
139 int curChar = getChar(m_curTokenLen);
179 curChar = getChar(0);
231 // \todo [2012-10-17 pyry] Should we actually do the check against getChar(0)?
232 if (curChar != getChar(0))
250 int prev2 = m_curTokenLen > 5 ? getChar(m_curTokenLen-2) : 0;
251 int prev1 = m_curTokenLen > 4 ? getChar(m_curTokenLen-1) : 0;
284 int prevChar = getChar(m_curTokenLen-1);
334 curChar = getChar(m_curTokenLen)
    [all...]
xeContainerFormatParser.hpp 101 int getChar (int offset) const;
  /frameworks/base/core/java/android/text/format/
Time.java 432 int n = getChar(s, 0, 1000);
433 n += getChar(s, 1, 100);
434 n += getChar(s, 2, 10);
435 n += getChar(s, 3, 1);
439 n = getChar(s, 4, 10);
440 n += getChar(s, 5, 1);
445 n = getChar(s, 6, 10);
446 n += getChar(s, 7, 1);
460 n = getChar(s, 9, 10);
461 n += getChar(s, 10, 1)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/
PpScanner.cpp 128 ch = getChar();
139 if ((ch = getChar()) != 'I' ||
140 (ch = getChar()) != 'N' ||
141 (ch = getChar()) != 'F')
160 ch = getChar();
169 ch = getChar();
172 ch = getChar();
177 ch = getChar();
190 int ch2 = getChar();
207 int ch2 = getChar();
    [all...]
  /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);
  /art/test/711-checker-type-conversion/src/
Main.java 116 static char $noinline$getChar() {
158 byteArr[0] = (byte)$noinline$getChar();
167 shortArr[0] = (short)$noinline$getChar();
176 intArr[0] = $noinline$getChar();
  /packages/apps/Email/src/com/beetstra/jutf7/
Base64Util.java 114 byte getChar(final int sextet) {
UTF7StyleCharsetEncoder.java 110 out.put(base64.getChar(sextet));
184 out.put(base64.getChar(sextet));
212 out.put(base64.getChar(sextet));
  /art/test/660-store-8-16/src/
Main.java 34 expectEquals(0x101, cls.getField("staticCharField").getChar(null));
61 expectEquals(0x101, cls.getField("staticCharField").getChar(args[0]));
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CharsetRecog_Unicode.java 129 abstract int getChar(byte[] input, int index);
147 if (getChar(input, 0) == 0x0000FEFF) {
152 int ch = getChar(input, i);
184 int getChar(byte[] input, int index)
201 int getChar(byte[] input, int index)
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CharsetRecog_Unicode.java 128 abstract int getChar(byte[] input, int index);
146 if (getChar(input, 0) == 0x0000FEFF) {
151 int ch = getChar(input, i);
183 int getChar(byte[] input, int index)
200 int getChar(byte[] input, int index)
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 64 llvm::MDNode *CodeGenTBAA::getChar() {
100 return getChar();
119 return getChar();
138 createTBAAScalarType(BTy->getName(Features), getChar());
147 getChar());
157 return MetadataCache[Ty] = getChar();
162 return MetadataCache[Ty] = createTBAAScalarType(OutName, getChar());
166 return MetadataCache[Ty] = getChar();
209 llvm::MDNode *TBAAInfo = MayAlias ? getChar() : getTBAAInfo(QTy);
  /external/turbine/java/com/google/turbine/zip/
Zip.java 129 int nameLength = cd.getChar(cdindex + CENNAM);
130 int extLength = cd.getChar(cdindex + CENEXT);
131 int commentLength = cd.getChar(cdindex + CENCOM);
187 int totalEntries = eocd.getChar(index + ENDTOT);
189 int actualCommentSize = eocd.getChar(index + ENDCOM);
251 int nameLength = cd.getChar(cdindex + CENNAM);
252 int extLength = cd.getChar(cdindex + CENEXT);
253 int compression = cd.getChar(cdindex + CENHOW);
296 int locExtLength = fc.getChar(LOCEXT);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UCharacterNameReader.java 70 int count = m_byteBuffer_.getChar();
78 count = m_byteBuffer_.getChar();
171 int size = m_byteBuffer_.getChar();
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCharacterNameReader.java 70 int count = m_byteBuffer_.getChar();
78 count = m_byteBuffer_.getChar();
171 int size = m_byteBuffer_.getChar();
  /frameworks/rs/script_api/
Scanner.cpp 37 int Scanner::getChar() {
47 int c = getChar();
60 int c = getChar();
72 int c = getChar();
Scanner.h 44 int getChar();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DosLineEndingsFix.java 51 char c = document.getChar(i);
  /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/jsilver/src/com/google/streamhtmlparser/impl/
JavascriptParserImpl.java 185 if (HtmlUtils.isJavascriptWhitespace(ccBuffer.getChar(position))) {
189 switch (ccBuffer.getChar(position)) {
192 if (ccBuffer.getChar(position - 1) != '+') {
198 if (ccBuffer.getChar(position - 1) != '-') {
252 if (HtmlUtils.isJavascriptWhitespace(ccBuffer.getChar(-2))) {
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
BasicComponent.java 26 char getChar();

Completed in 696 milliseconds

1 2 3 4 5 6 7 8 910