Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dntddkbd.h86 USHORT UnitId; member
95 USHORT UnitId; member
109 USHORT UnitId; member
135 USHORT UnitId; member
139 USHORT UnitId; member
Dntddmou.h77 USHORT UnitId; member
93 USHORT UnitId; member
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DUnitConverter.java973 public class UnitId implements Freezable<UnitId>, Comparable<UnitId> { class in UnitConverter
980 private UnitId(Comparator<String> comparator) { in UnitId() method in UnitConverter.UnitId
/aosp_15_r20/build/make/tools/ide_query/ide_query_proto/
H A Dide_query.pb.go343 UnitId string `protobuf:"bytes,3,opt,name=unit_id,json=unitId,proto3" json:"unit_id,omitempty"` member