Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/executor/
DxeContainerFormatParser.cpp117 int ContainerFormatParser::getChar (int offset) const in getChar() function in xe::ContainerFormatParser
141 int curChar = getChar(m_elementLen); in advance()
167 int nextChar = getChar(m_elementLen); in advance()
205 DE_ASSERT(getChar(0) == '#'); in parseContainerLine()
216 int bufChar = (offset+ndx < m_elementLen) ? getChar(offset+ndx) : 0; in parseContainerLine()
249 if (getChar(offset) != ' ') in parseContainerLine()
256 if (getChar(offset) != ' ') in parseContainerLine()
260 if (getChar(offset) != ' ') in parseContainerLine()
271 const int curChar = offset < m_elementLen ? getChar(offset) : 0; in parseContainerLine()
297 bool isString = getChar(offset) == '"' || getChar(offset) == '\''; in parseContainerValue()
[all …]
DxeContainerFormatParser.hpp101 int getChar (int offset) const;
/third_party/vk-gl-cts/framework/xexml/
DxeXMLParser.cpp98 int Tokenizer::getChar (int offset) const in getChar() function in xe::xml::Tokenizer
131 if (getChar(0) == END_OF_STRING) in advance()
139 int curChar = getChar(m_curTokenLen); in advance()
179 curChar = getChar(0); in advance()
232 if (curChar != getChar(0)) in advance()
250 int prev2 = m_curTokenLen > 5 ? getChar(m_curTokenLen-2) : 0; in advance()
251 int prev1 = m_curTokenLen > 4 ? getChar(m_curTokenLen-1) : 0; in advance()
284 int prevChar = getChar(m_curTokenLen-1); in advance()
334 curChar = getChar(m_curTokenLen); in advance()
DxeXMLParser.hpp106 int getChar (int offset) const;
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCharsetRecog_Unicode.java129 abstract int getChar(byte[] input, int index); in getChar() method in CharsetRecog_Unicode.CharsetRecog_UTF_32
147 if (getChar(input, 0) == 0x0000FEFF) { in match()
152 int ch = getChar(input, i); in match()
184 int getChar(byte[] input, int index) in getChar() method in CharsetRecog_Unicode.CharsetRecog_UTF_32_BE
201 int getChar(byte[] input, int index) in getChar() method in CharsetRecog_Unicode.CharsetRecog_UTF_32_LE
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsetRecog_Unicode.java128 abstract int getChar(byte[] input, int index); in getChar() method in CharsetRecog_Unicode.CharsetRecog_UTF_32
146 if (getChar(input, 0) == 0x0000FEFF) { in match()
151 int ch = getChar(input, i); in match()
183 int getChar(byte[] input, int index) in getChar() method in CharsetRecog_Unicode.CharsetRecog_UTF_32_BE
200 int getChar(byte[] input, int index) in getChar() method in CharsetRecog_Unicode.CharsetRecog_UTF_32_LE
/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPpScanner.cpp142 ch = getChar(); in lFloatConst()
155 if ((ch = getChar()) != 'I' || in lFloatConst()
156 (ch = getChar()) != 'N' || in lFloatConst()
157 (ch = getChar()) != 'F') in lFloatConst()
178 ch = getChar(); in lFloatConst()
188 ch = getChar(); in lFloatConst()
214 ch = getChar(); in lFloatConst()
218 ch = getChar(); in lFloatConst()
224 ch = getChar(); in lFloatConst()
269 int ch2 = getChar(); in lFloatConst()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
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;
Dcsrucode.cpp132 if (limit > 0 && getChar(input, 0) == 0x0000FEFFUL) { in match()
137 int32_t ch = getChar(input, i); in match()
176 int32_t CharsetRecog_UTF_32_BE::getChar(const uint8_t *input, int32_t index) const in getChar() function in CharsetRecog_UTF_32_BE
192 int32_t CharsetRecog_UTF_32_LE::getChar(const uint8_t *input, int32_t index) const in getChar() function in CharsetRecog_UTF_32_LE
/third_party/icu/icu4c/source/i18n/
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 override;
97 int32_t getChar(const uint8_t *input, int32_t index) const override;
Dcsrucode.cpp132 if (limit > 0 && getChar(input, 0) == 0x0000FEFFUL) { in match()
137 int32_t ch = getChar(input, i); in match()
176 int32_t CharsetRecog_UTF_32_BE::getChar(const uint8_t *input, int32_t index) const in getChar() function in CharsetRecog_UTF_32_BE
192 int32_t CharsetRecog_UTF_32_LE::getChar(const uint8_t *input, int32_t index) const in getChar() function in CharsetRecog_UTF_32_LE
/third_party/node/deps/icu-small/source/i18n/
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 override;
97 int32_t getChar(const uint8_t *input, int32_t index) const override;
Dcsrucode.cpp132 if (limit > 0 && getChar(input, 0) == 0x0000FEFFUL) { in match()
137 int32_t ch = getChar(input, i); in match()
176 int32_t CharsetRecog_UTF_32_BE::getChar(const uint8_t *input, int32_t index) const in getChar() function in CharsetRecog_UTF_32_BE
192 int32_t CharsetRecog_UTF_32_LE::getChar(const uint8_t *input, int32_t index) const in getChar() function in CharsetRecog_UTF_32_LE
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharacterNameReader.java70 int count = m_byteBuffer_.getChar(); in read()
78 count = m_byteBuffer_.getChar(); in read()
171 int size = m_byteBuffer_.getChar(); in readAlg()
DTrie2.java115 header.options = bytes.getChar(); in createFromSerialized()
116 header.indexLength = bytes.getChar(); in createFromSerialized()
117 header.shiftedDataLength = bytes.getChar(); in createFromSerialized()
118 header.index2NullOffset = bytes.getChar(); in createFromSerialized()
119 header.dataNullOffset = bytes.getChar(); in createFromSerialized()
120 header.shiftedHighStart = bytes.getChar(); in createFromSerialized()
DICUResourceBundleReader.java386 chars[i] = bytes.getChar(offset); in getChars()
430 int length = bytes.getChar(offset); in getTableKeyOffsets()
550 sb.append(bytes.getChar(offset)); in makeStringFromBytes()
595 return getInt(offset) == 3 && bytes.getChar(offset + 4) == 0x2205 && in isNoInheritanceMarker()
596 bytes.getChar(offset + 6) == 0x2205 && bytes.getChar(offset + 8) == 0x2205; in isNoInheritanceMarker()
DICUBinary.java590 int headerSize = bytes.getChar(0);
591 int sizeofUDataInfo = bytes.getChar(4);
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUCharacterNameReader.java70 int count = m_byteBuffer_.getChar(); in read()
78 count = m_byteBuffer_.getChar(); in read()
171 int size = m_byteBuffer_.getChar(); in readAlg()
DTrie2.java117 header.options = bytes.getChar(); in createFromSerialized()
118 header.indexLength = bytes.getChar(); in createFromSerialized()
119 header.shiftedDataLength = bytes.getChar(); in createFromSerialized()
120 header.index2NullOffset = bytes.getChar(); in createFromSerialized()
121 header.dataNullOffset = bytes.getChar(); in createFromSerialized()
122 header.shiftedHighStart = bytes.getChar(); in createFromSerialized()
DICUResourceBundleReader.java388 chars[i] = bytes.getChar(offset); in getChars()
432 int length = bytes.getChar(offset); in getTableKeyOffsets()
552 sb.append(bytes.getChar(offset)); in makeStringFromBytes()
597 return getInt(offset) == 3 && bytes.getChar(offset + 4) == 0x2205 && in isNoInheritanceMarker()
598 bytes.getChar(offset + 6) == 0x2205 && bytes.getChar(offset + 8) == 0x2205; in isNoInheritanceMarker()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCodePointTrie.java168 int options = bytes.getChar(); in fromBinary()
171 int indexLength = bytes.getChar(); in fromBinary()
174 int dataLength = bytes.getChar(); in fromBinary()
177 int index3NullOffset = bytes.getChar(); in fromBinary()
180 int dataNullOffset = bytes.getChar(); in fromBinary()
186 int shiftedHighStart = bytes.getChar(); in fromBinary()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCodePointTrie.java160 int options = bytes.getChar(); in fromBinary()
163 int indexLength = bytes.getChar(); in fromBinary()
166 int dataLength = bytes.getChar(); in fromBinary()
169 int index3NullOffset = bytes.getChar(); in fromBinary()
172 int dataNullOffset = bytes.getChar(); in fromBinary()
178 int shiftedHighStart = bytes.getChar(); in fromBinary()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationDataReader.java383 char header0 = inBytes.getChar(); in read()
388 data.fastLatinTableHeader[i] = inBytes.getChar(); in read()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationDataReader.java384 char header0 = inBytes.getChar(); in read()
389 data.fastLatinTableHeader[i] = inBytes.getChar(); in read()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/
DOverlayDraw.comp82 uint getChar(const uint textWidget, const uvec2 coordInWidget, const uint fontGlyphWidth)
244 const uint textChar = getChar(textWidget, coordInWidget, fontGlyphSize.x);

12