Searched defs:getChar (Results 1 - 25 of 37) sorted by relevance

12

/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/chromium_org/third_party/icu/source/i18n/
H A Dcsrucode.cpp86 if (limit > 0 && getChar(input, 0) == 0x0000FEFFUL) {
91 int32_t ch = getChar(input, i);
130 int32_t CharsetRecog_UTF_32_BE::getChar(const uint8_t *input, int32_t index) const function in class:CharsetRecog_UTF_32_BE
146 int32_t CharsetRecog_UTF_32_LE::getChar(const uint8_t *input, int32_t index) const function in class:CharsetRecog_UTF_32_LE
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DAddressField.java55 FIELD_MAPPING.put(value.getChar(), value);
78 char getChar() { method in class:AddressField
/external/icu/icu4c/source/i18n/
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/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.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();
159 return MetadataCache[Ty] = createTBAAScalarType(OutName, getChar());
163 return MetadataCache[Ty] = getChar();
206 llvm::MDNode *TBAAInfo = MayAlias ? getChar() : getTBAAInfo(QTy);
/external/robolectric/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/smack/src/org/xbill/DNS/
H A DTokenizer.java181 getChar() throws IOException { method in class:Tokenizer
207 int c = getChar();
258 c = getChar();
297 c = getChar();
322 c = getChar();
/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/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/dexmaker/src/test/java/com/google/dexmaker/stock/
H A DProxyBuilderTest.java178 public char getChar() { return 'c'; } method in class:ProxyBuilderTest.AllReturnTypes
200 assertEquals('z', proxy.getChar());
215 public char getChar(char input) { return input; } method in class:ProxyBuilderTest.PassThroughAllTypes
245 assertEquals('a', proxy.getChar('a'));
246 assertEquals('b', proxy.getChar('b'));
/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 ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 850 milliseconds

12