Home
last modified time | relevance | path

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

/external/icu4c/tools/genpname/
Dgenpname.cpp269 class EnumToValueEntry { class
280 const EnumToValueEntry* p = this; in isContiguous()
293 return ((EnumToValueEntry*)e1)->enumValue - ((EnumToValueEntry*)e2)->enumValue; in compareEnumToValueEntry()
370 void buildValues(const EnumToValueEntry* e2v,
393 buildNCEnumToValue(const EnumToValueEntry* e2v,
515 Builder::buildNCEnumToValue(const EnumToValueEntry* e2v, in buildNCEnumToValue()
588 void Builder::buildValues(const EnumToValueEntry* e2v, in buildValues()
1149 EnumToValueEntry* enumToValue = MALLOC(EnumToValueEntry, PROPERTY_COUNT); in MMain()