Searched refs:getChar (Results 1 - 25 of 71) sorted by relevance

123

/external/apache-xml/src/main/java/org/apache/xml/utils/res/
H A DCharArrayWrapper.java35 public char getChar(int index){ method in class:CharArrayWrapper
/external/deqp/executor/
H A DxeContainerFormatParser.cpp117 int ContainerFormatParser::getChar (int offset) const function in class:xe::ContainerFormatParser
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(offse
[all...]
H A DxeXMLParser.cpp98 int Tokenizer::getChar (int offset) const function in class:xe::xml::Tokenizer
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_curTokenLe
[all...]
H A DxeContainerFormatParser.hpp101 int getChar (int offset) const;
H A DxeXMLParser.hpp106 int getChar (int offset) const;
/external/icu/icu4c/source/i18n/
H A Dcsrucode.h70 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;
H A Dcsrucode.cpp132 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 function in class:CharsetRecog_UTF_32_BE
192 int32_t CharsetRecog_UTF_32_LE::getChar(const uint8_t *input, int32_t index) const function in class:CharsetRecog_UTF_32_LE
/external/jsilver/src/com/google/streamhtmlparser/util/
H A DJavascriptTokenBuffer.java112 HtmlUtils.isJavascriptWhitespace(getChar(-1))) {
152 public char getChar(int position) { method in class:JavascriptTokenBuffer
196 if (HtmlUtils.isJavascriptWhitespace(getChar(-1))) {
200 for (position = end; HtmlUtils.isJavascriptIdentifier(getChar(position));
230 char c = getChar(position);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCharsetRecog_Unicode.java129 abstract int getChar(byte[] input, int index); method in class:CharsetRecog_Unicode.CharsetRecog_UTF_32
147 if (getChar(input, 0) == 0x0000FEFF) {
152 int ch = getChar(input, i);
184 int getChar(byte[] input, int index) method in class:CharsetRecog_Unicode.CharsetRecog_UTF_32_BE
201 int getChar(byte[] input, int index) method in class:CharsetRecog_Unicode.CharsetRecog_UTF_32_LE
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCharsetRecog_Unicode.java128 abstract int getChar(byte[] input, int index); method in class:CharsetRecog_Unicode.CharsetRecog_UTF_32
146 if (getChar(input, 0) == 0x0000FEFF) {
151 int ch = getChar(input, i);
183 int getChar(byte[] input, int index) method in class:CharsetRecog_Unicode.CharsetRecog_UTF_32_BE
200 int getChar(byte[] input, int index) method in class:CharsetRecog_Unicode.CharsetRecog_UTF_32_LE
/external/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp64 llvm::MDNode *CodeGenTBAA::getChar() { function in class:CodeGenTBAA
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);
H A DCodeGenTBAA.h75 /// getChar - This is the mdnode for "char", which is special, and any types
77 llvm::MDNode *getChar();
/external/turbine/java/com/google/turbine/zip/
H A DZip.java129 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/
H A DUCharacterNameReader.java70 int count = m_byteBuffer_.getChar();
78 count = m_byteBuffer_.getChar();
171 int size = m_byteBuffer_.getChar();
H A DTrie2.java117 header.options = bytes.getChar();
118 header.indexLength = bytes.getChar();
119 header.shiftedDataLength = bytes.getChar();
120 header.index2NullOffset = bytes.getChar();
121 header.dataNullOffset = bytes.getChar();
122 header.shiftedHighStart = bytes.getChar();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUCharacterNameReader.java70 int count = m_byteBuffer_.getChar();
78 count = m_byteBuffer_.getChar();
171 int size = m_byteBuffer_.getChar();
H A DTrie2.java115 header.options = bytes.getChar();
116 header.indexLength = bytes.getChar();
117 header.shiftedDataLength = bytes.getChar();
118 header.index2NullOffset = bytes.getChar();
119 header.dataNullOffset = bytes.getChar();
120 header.shiftedHighStart = bytes.getChar();
/external/jsilver/src/com/google/streamhtmlparser/impl/
H A DJavascriptParserImpl.java185 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/
H A DBasicComponent.java26 char getChar(); method in interface:BasicComponent
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DNetObject.java117 if (f.getChar(this) != g.getChar(that))
207 if (f.getChar(this) != g.getChar(that))
318 char charField = f.getChar(this);
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPObject.java119 if (f.getChar(this) != g.getChar(that))
209 if (f.getChar(this) != g.getChar(that))
325 char charField = f.getChar(this);
/external/nist-sip/java/gov/nist/core/
H A DGenericObject.java250 char charField = f.getChar(mergeObject);
444 if (f.getChar(this) != g.getChar(that))
529 if (f.getChar(this) != g.getChar(that))
628 char charField = f.getChar(this);
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DMessageObject.java94 char charField = f.getChar(this);
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemNumber.java1603 return (new Character(table.getChar((int)val - 1))).toString(); // index into table is off one, starts at 0
1632 table[i + 1] = aTable.getChar(i);
1635 table[0] = aTable.getChar(i);
1790 if (buf[charPos - 1] != zeroChar.getChar(0))
1791 buf[charPos++] = zeroChar.getChar(0);
1822 table[j + 1] = THEletters.getChar(j);
1825 table[0] = THEletters.getChar(j - 1); // don't need this
1835 org.apache.xml.utils.res.XResourceBundle.LANG_MULTIPLIER_CHAR))).getChar(i);
1889 table[j + 1] = theletters.getChar(j);
1892 table[0] = theletters.getChar(
[all...]
/external/javassist/src/test/test/javassist/convert/
H A DArrayAccessReplaceTest.java76 assertEquals(i, simple.getChar(i));
255 public char getChar(int pos); method in interface:ArrayAccessReplaceTest.SimpleInterface
305 public char getChar(int pos) { method in class:ArrayAccessReplaceTest.Simple

Completed in 3337 milliseconds

123