Home
last modified time | relevance | path

Searched refs:getChar (Results 1 – 19 of 19) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenTBAA.cpp48 llvm::MDNode *CodeGenTBAA::getChar() { in getChar() function in CodeGenTBAA
102 return getChar(); in getTBAAInfo()
121 return getChar(); in getTBAAInfo()
140 getTBAAInfoForNamedType(BTy->getName(Features), getChar()); in getTBAAInfo()
149 getChar()); in getTBAAInfo()
160 return MetadataCache[Ty] = getChar(); in getTBAAInfo()
168 return MetadataCache[Ty] = getChar(); in getTBAAInfo()
176 return MetadataCache[Ty] = getTBAAInfoForNamedType(OutName, getChar()); in getTBAAInfo()
180 return MetadataCache[Ty] = getChar(); in getTBAAInfo()
DCodeGenTBAA.h56 llvm::MDNode *getChar();
/external/jsilver/src/com/google/streamhtmlparser/util/
DJavascriptTokenBuffer.java112 HtmlUtils.isJavascriptWhitespace(getChar(-1))) { in appendChar()
152 public char getChar(int position) { in getChar() method in JavascriptTokenBuffer
196 if (HtmlUtils.isJavascriptWhitespace(getChar(-1))) {
200 for (position = end; HtmlUtils.isJavascriptIdentifier(getChar(position));
230 char c = getChar(position);
/external/icu4c/i18n/
Dcsrucode.cpp79 if (getChar(input, 0) == 0x0000FEFFUL) { in match()
84 int32_t ch = getChar(input, i); in match()
122 int32_t CharsetRecog_UTF_32_BE::getChar(const uint8_t *input, int32_t index) const in getChar() function in CharsetRecog_UTF_32_BE
138 int32_t CharsetRecog_UTF_32_LE::getChar(const uint8_t *input, int32_t index) const in getChar() function in CharsetRecog_UTF_32_LE
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;
/external/jsilver/src/com/google/streamhtmlparser/impl/
DJavascriptParserImpl.java185 if (HtmlUtils.isJavascriptWhitespace(ccBuffer.getChar(position))) { in enterStateJsSlash()
189 switch (ccBuffer.getChar(position)) { in enterStateJsSlash()
192 if (ccBuffer.getChar(position - 1) != '+') { in enterStateJsSlash()
198 if (ccBuffer.getChar(position - 1) != '-') { in enterStateJsSlash()
252 if (HtmlUtils.isJavascriptWhitespace(ccBuffer.getChar(-2))) { in enterStateJsCommentAfter()
/external/nist-sip/java/gov/nist/javax/sip/address/
DNetObject.java113 if (f.getChar(this) != g.getChar(that)) in equals()
203 if (f.getChar(this) != g.getChar(that)) in match()
314 char charField = f.getChar(this); in debugDump()
/external/nist-sip/java/gov/nist/javax/sip/header/
DSIPObject.java119 if (f.getChar(this) != g.getChar(that)) in equals()
209 if (f.getChar(this) != g.getChar(that)) in match()
325 char charField = f.getChar(this); in debugDump()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
DArrayTest.java134 ret = Array.getChar(x, 0); in test_getCharLjava_lang_ObjectI()
138 ret = Array.getChar(new Object(), 0); in test_getCharLjava_lang_ObjectI()
148 ret = Array.getChar(x, 4); in test_getCharLjava_lang_ObjectI()
488 assertEquals("Get returned incorrect value", 1, Array.getChar(x, 0)); in test_setCharLjava_lang_ObjectIC()
DFieldTest.java167 res = new Character(f.getChar(o)); in getField()
509 val = f.getChar(x); in test_getCharLjava_lang_Object()
514 f.getChar(x); in test_getCharLjava_lang_Object()
838 val = f.getChar(x); in test_setCharLjava_lang_ObjectC()
/external/nist-sip/java/gov/nist/core/
DGenericObject.java250 char charField = f.getChar(mergeObject); in merge()
444 if (f.getChar(this) != g.getChar(that)) in equals()
529 if (f.getChar(this) != g.getChar(that)) in match()
628 char charField = f.getChar(this); in debugDump()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemNumber.java1603 …return (new Character(table.getChar((int)val - 1))).toString(); // index into table is off one, s… in int2singlealphaCount()
1632 table[i + 1] = aTable.getChar(i); in int2alphaCount()
1635 table[0] = aTable.getChar(i); in int2alphaCount()
1790 if (buf[charPos - 1] != zeroChar.getChar(0)) in tradAlphaCount()
1791 buf[charPos++] = zeroChar.getChar(0); in tradAlphaCount()
1822 table[j + 1] = THEletters.getChar(j); in tradAlphaCount()
1825 …table[0] = THEletters.getChar(j - 1); // don't need this … in tradAlphaCount()
1835 org.apache.xml.utils.res.XResourceBundle.LANG_MULTIPLIER_CHAR))).getChar(i); in tradAlphaCount()
1889 table[j + 1] = theletters.getChar(j); in tradAlphaCount()
1892 table[0] = theletters.getChar(j - 1); // don't need this in tradAlphaCount()
/external/apache-xml/src/main/java/org/apache/xml/utils/res/
DCharArrayWrapper.java35 public char getChar(int index){ in getChar() method in CharArrayWrapper
/external/javassist/src/test/test/javassist/convert/
DArrayAccessReplaceTest.java76 assertEquals(i, simple.getChar(i)); in testChar()
255 public char getChar(int pos); in getChar() method
305 public char getChar(int pos) { in getChar() method in ArrayAccessReplaceTest.Simple
/external/harfbuzz/tests/shaping/
Dmain.cpp51 static HB_UChar32 getChar(const HB_UChar16 *string, hb_uint32 length, hb_uint32 &i) in getChar() function
73 glyphs[glyph_pos] = FT_Get_Char_Index(face, getChar(string, length, i)); in hb_stringToGlyphs()
93 if (!FT_Get_Char_Index(face, getChar(string, length, i))) in hb_canRender()
/external/nist-sip/java/gov/nist/javax/sip/message/
DMessageObject.java94 char charField = f.getChar(this); in debugDump()
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
DByteBufferTest.java1134 value = buf.getChar(); in testGetChar()
1139 buf.getChar(); in testGetChar()
1157 value = buf.getChar(i); in testGetCharint()
1164 buf.getChar(-1); in testGetCharint()
1170 buf.getChar(buf.limit() - nbytes + 1); in testGetCharint()
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
DLexer.java75 int c = getChar(); in getToken()
1049 private int getChar() throws IOException in getChar() method in Lexer
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-1024754 change getChar* functions to return result and push 'c' into local scopes for clarity
24762 (getChar):
24922 (getChar):
25328 (getChar):