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

/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Duobjtest.cpp97 #define MAX_CLASS_ID 200 macro
99 static UClassID ids[MAX_CLASS_ID];
100 static const char *ids_factory[MAX_CLASS_ID];
101 static const char *ids_class[MAX_CLASS_ID];
112 if(ids_count >= MAX_CLASS_ID) {
114 sprintf(count, " (currently %d) ", MAX_CLASS_ID);
115 errln("FAIL: Fatal: Ran out of IDs! Increase MAX_CLASS_ID." + UnicodeString(count) + what);

Completed in 105 milliseconds