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

1234

/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.h68 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;
H A Dcsrucode.cpp130 if (limit > 0 && getChar(input, 0) == 0x0000FEFFUL) {
135 int32_t ch = getChar(input, i);
174 int32_t CharsetRecog_UTF_32_BE::getChar(const uint8_t *input, int32_t index) const function in class:CharsetRecog_UTF_32_BE
190 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/mockito/cglib-and-asm/src/org/mockito/asm/util/
H A DCheckMethodAdapter.java1012 if (getChar(signature, 0) == '<') {
1016 while (getChar(signature, pos) == 'L') {
1036 if (getChar(signature, 0) == '<') {
1040 while ("ZCBSIFJDL[T".indexOf(getChar(signature, pos)) != -1) {
1044 if (getChar(signature, pos) == 'V') {
1049 while (getChar(signature, pos) == '^') {
1051 if (getChar(signature, pos) == 'L') {
1090 while (getChar(signature, pos) != '>') {
1110 if ("L[T".indexOf(getChar(signature, pos)) != -1) {
1113 while (getChar(signatur
1301 private static char getChar(final String signature, int pos) { method in class:CheckMethodAdapter
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCharsetRecog_Unicode.java121 abstract int getChar(byte[] input, int index); method in class:CharsetRecog_Unicode.CharsetRecog_UTF_32
137 if (getChar(input, 0) == 0x0000FEFF) {
142 int ch = getChar(input, i);
173 int getChar(byte[] input, int index) method in class:CharsetRecog_Unicode.CharsetRecog_UTF_32_BE
188 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.java120 abstract int getChar(byte[] input, int index); method in class:CharsetRecog_Unicode.CharsetRecog_UTF_32
136 if (getChar(input, 0) == 0x0000FEFF) {
141 int ch = getChar(input, i);
172 int getChar(byte[] input, int index) method in class:CharsetRecog_Unicode.CharsetRecog_UTF_32_BE
187 int getChar(byte[] input, int index) method in class:CharsetRecog_Unicode.CharsetRecog_UTF_32_LE
/external/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp60 llvm::MDNode *CodeGenTBAA::getChar() { function in class:CodeGenTBAA
96 return getChar();
115 return getChar();
134 createTBAAScalarType(BTy->getName(Features), getChar());
143 getChar());
153 return MetadataCache[Ty] = getChar();
158 return MetadataCache[Ty] = createTBAAScalarType(OutName, getChar());
162 return MetadataCache[Ty] = getChar();
205 llvm::MDNode *TBAAInfo = MayAlias ? getChar() : getTBAAInfo(QTy);
H A DCodeGenTBAA.h78 /// getChar - This is the mdnode for "char", which is special, and any types
80 llvm::MDNode *getChar();
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DUCharacterNameReader.java67 int count = m_byteBuffer_.getChar();
75 count = m_byteBuffer_.getChar();
168 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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUCharacterNameReader.java67 int count = m_byteBuffer_.getChar();
75 count = m_byteBuffer_.getChar();
168 int size = m_byteBuffer_.getChar();
H A DTrie2.java113 header.options = bytes.getChar();
114 header.indexLength = bytes.getChar();
115 header.shiftedDataLength = bytes.getChar();
116 header.index2NullOffset = bytes.getChar();
117 header.dataNullOffset = bytes.getChar();
118 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 821 milliseconds

1234