Home
last modified time | relevance | path

Searched defs:curChar (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/executor/
DxeContainerFormatParser.cpp141 int curChar = getChar(m_elementLen); in advance() local
271 const int curChar = offset < m_elementLen ? getChar(offset) : 0; in parseContainerLine() local
307 int curChar = offset < m_elementLen ? getChar(offset) : 0; in parseContainerValue() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DComposedCharIter.java173 private int curChar = 0; field in ComposedCharIter
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DComposedCharIter.java171 private int curChar = 0; field in ComposedCharIter
/third_party/vk-gl-cts/framework/xexml/
DxeXMLParser.cpp139 int curChar = getChar(m_curTokenLen); in advance() local