Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Duobjtest.cpp99 #define MAX_CLASS_ID 200 macro
101 static UClassID ids[MAX_CLASS_ID];
102 static const char *ids_factory[MAX_CLASS_ID];
103 static const char *ids_class[MAX_CLASS_ID];
114 if(ids_count >= MAX_CLASS_ID) { in testClass()
116 sprintf(count, " (currently %d) ", MAX_CLASS_ID); in testClass()