Home
last modified time | relevance | path

Searched refs:lastType (Results 1 – 7 of 7) sorted by relevance

/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DIcuDataDumper.java119 private LineType lastType = LineType.COMMENT; field in IcuDataDumper.IcuDataParser
152 checkState(lastType == LineType.GROUP_END); in parse()
180 checkState(match.getType().isValidTransitionFrom(lastType), in processLine()
181 "invalid state transition: %s --//-> %s", lastType, match.getType()); in processLine() local
258 lastType = match.getType(); in processLine()
352 boolean isValidTransitionFrom(LineType lastType) { in isValidTransitionFrom() argument
353 return TRANSITIONS.get(this).contains(lastType); in isValidTransitionFrom()
/third_party/gptfdisk/
Dparttypes.cc23 AType* PartType::lastType = NULL; member in PartType
448 lastType->next = tempType; in AddType()
450 lastType = tempType; in AddType()
Dparttypes.h34 static AType* lastType; // Pointer to last entry in the list variable
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSSBOLayoutTests.cpp163 const glu::VarType& lastType = lastVar.getType(); in generateBlock() local
164 …const bool isUnsizedArr = lastType.isArrayType() && (lastType.getArraySize() == glu::VarType::UN… in generateBlock()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutTests.cpp196 const glu::VarType& lastType = lastVar.getType(); in generateBlock() local
197 …const bool isUnsizedArr = lastType.isArrayType() && (lastType.getArraySize() == glu::VarType::UN… in generateBlock()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DMeasureUnitTest.java2039 String lastType = null; in testAUnit() local
2043 if (!type.equals(lastType)) { in testAUnit()
2045 lastType = type; in testAUnit()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMeasureUnitTest.java2433 String lastType = null; in testAUnit() local
2437 if (!type.equals(lastType)) { in testAUnit()
2439 lastType = type; in testAUnit()