Home | History | Annotate | Download | only in genpname

Lines Matching defs:Property

89 class Property : public Alias {
94 Property(int32_t enumValue,
100 Property::Property(int32_t _enumValue,
113 /* return a list of unique names, not including "", for this property
198 const Property* a;
201 PropertyArrayList(const Property* _a, int32_t _n) {
268 * An element in the map from enumerated property enums to value maps.
941 // Note: u_init() will try to open ICU property data.
1011 // already eliminated duplicate names for a single property, which
1018 printf("Error: Duplicate names in property list: \"%s\", \"%s\"\n",
1025 die("Two or more duplicate names in property list");
1055 printf("Property enums: %d\n", (int)count);
1139 // Create top-level property indices
1141 PropertyArrayList props(PROPERTY, PROPERTY_COUNT);
1147 // Create indices for the value list for each enumerated property
1153 if (PROPERTY[i].valueCount == 0) continue;
1154 AliasArrayList values(PROPERTY[i].valueList,
1155 PROPERTY[i].valueCount);
1156 enumToValue[j].enumValue = PROPERTY[i].enumValue;
1158 enumToValue[j].enumToName_count = PROPERTY[i].valueCount;