Searched defs:getChar (Results 1 - 25 of 53) 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/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/icu4c/source/i18n/
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/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/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/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...]
/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);
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
H A DBasicComponent.java26 char getChar(); method in interface:BasicComponent
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DTrieMap.java541 i = getChar(bytes, i, output);
547 public static int getChar(byte[] bytes, int start, char[] output) { method in class:TrieMap.ByteConverter
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTrieMap.java540 i = getChar(bytes, i, output);
546 public static int getChar(byte[] bytes, int start, char[] output) { method in class:TrieMap.ByteConverter
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowBundle.java149 public char getChar(String key) { method in class:ShadowBundle
150 return getChar(key, (char) 0);
154 public char getChar(String key, char defaultValue) { method in class:ShadowBundle
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
H A DVDUBuffer.java182 public char getChar(int c, int l) { method in class:VDUBuffer
/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
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
H A DLexer.java75 int c = getChar();
1049 private int getChar() throws IOException method in class:Lexer
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/
H A DDumperOptions.java47 public Character getChar() { method in class:DumperOptions.ScalarStyle
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DUCharacterName.java138 result = m_algorithm_[count].getChar(upperCaseName);
730 int getChar(String name) method in class:UCharacterName.AlgorithmName
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUCharacterName.java137 result = m_algorithm_[count].getChar(upperCaseName);
729 int getChar(String name) method in class:UCharacterName.AlgorithmName
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/stock/
H A DProxyBuilderTest.java291 public char getChar() { return 'c'; } method in class:ProxyBuilderTest.AllReturnTypes
314 assertEquals('z', proxy.getChar());
329 public char getChar(char input) { return input; } method in class:ProxyBuilderTest.PassThroughAllTypes
360 assertEquals('a', proxy.getChar('a'));
361 assertEquals('b', proxy.getChar('b'));
/external/robolectric/v3/libs/
H A Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-util-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/util/ASMifiable.class " package org.objectweb.asm ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.filebuffers_3.5.100.v20100520-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.text_3.5.400.v20150505-1044.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...

Completed in 2921 milliseconds

123