Home
last modified time | relevance | path

Searched refs:UnitLength (Results 1 – 9 of 9) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java594 private UnitLength getUnitLength(XPathParts parts) { in getUnitLength()
595 return UnitLength.valueOf(parts.getAttributeValue(-3, "type").toUpperCase(Locale.ENGLISH)); in getUnitLength()
634 UnitLength unitLength = getUnitLength(parts); in handleCompoundUnit()
641 public String handleCompoundUnit(UnitLength unitLength, String compoundType, Count count) { in handleCompoundUnit()
694 UnitLength unitLength = getUnitLength(parts); in handleCompoundUnit1()
703 private String handleCompoundUnit1Name(UnitLength unitLength, String compoundPattern) { in handleCompoundUnit1Name()
708 … String modFormat = combinePrefix(meterFormat, compoundPattern, unitLength == UnitLength.LONG); in handleCompoundUnit1Name()
713 public String handleCompoundUnit1(UnitLength unitLength, Count count, String compoundPattern) { in handleCompoundUnit1()
735 … String modFormat = combinePrefix(meterFormat, compoundPattern, unitLength == UnitLength.LONG); in handleCompoundUnit1()
754 …public String makeCompoundUnitPath(UnitLength unitLength, String compoundType, String patternType)… in makeCompoundUnitPath()
[all …]
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestExampleGenerator.java11 import org.unicode.cldr.test.ExampleGenerator.UnitLength;
342 UnitLength.valueOf(test[1]), in checkCompoundUnits()
397 UnitLength.valueOf(test[1]), in TestCompoundUnit2()
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h232 uint64_t UnitLength; member
462 Hdr.UnitLength; in getNextUnitOffset()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h227 uint32_t UnitLength; member
464 uint64_t getNextUnitOffset() const { return Base + 4 + Hdr.UnitLength; } in getNextUnitOffset()
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugLineTest.cpp138 uint64_t UnitLength; in checkDefaultPrologue() local
143 UnitLength = PrologueLength + 2; in checkDefaultPrologue()
149 UnitLength = PrologueLength + 2; in checkDefaultPrologue()
153 UnitLength = PrologueLength + 4; in checkDefaultPrologue()
160 UnitLength += BodyLength + (Format == DWARF32 ? 4 : 8); in checkDefaultPrologue()
162 EXPECT_EQ(Prologue.TotalLength, UnitLength); in checkDefaultPrologue()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp621 unsigned UnitLength = Data.getU32(&Offset); in translateLineTable() local
622 uint64_t UnitEnd = Offset + UnitLength; in translateLineTable()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp367 W.printHex("Length", UnitLength); in dump()
388 std::tie(UnitLength, Format) = AS.getInitialLength(C); in extract()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp367 W.printHex("Length", UnitLength); in dump()
386 UnitLength = AS.getU32(Offset); in extract()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAccelTable.cpp193 uint32_t UnitLength = 0; member