Lines Matching refs:Category
27 enum Category { enum
43 static Category toCategory(const char *categoryName);
50 static Category toCategory(const UnicodeString &categoryName);
56 static const char *getCategoryName(Category category);
137 const T *next(Category &index) const { in next()
142 index = static_cast<Category>(idx); in next()
146 index = static_cast<Category>(idx); in next()
153 T *nextMutable(Category &index) { in nextMutable()
171 const T &get(Category v) const { in get()
206 Category category, in getMutable()
228 Category category, in getMutableWithDefault()
259 Category category, in getMutable()