Home
last modified time | relevance | path

Searched defs:SnapshotInfo (Results 1 – 2 of 2) sorted by relevance

/external/OpenCSD/decoder/tests/snapshot_parser_lib/include/
Dsnapshot_info.h41 struct SnapshotInfo struct
43 std::string version;
44 std::string description;
/external/cldr/tools/java/org/unicode/cldr/util/
DPluralSnapshot.java69 public static class SnapshotInfo implements Iterable<Entry<PluralSnapshot, Set<String>>> { class in PluralSnapshot
77 private SnapshotInfo(PluralType pluralType, Integral integral) { in SnapshotInfo() method in PluralSnapshot.SnapshotInfo