Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
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) { in testClass()
114 sprintf(count, " (currently %d) ", MAX_CLASS_ID); in testClass()
/external/chromium_org/third_party/icu/source/test/intltest/
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) { in testClass()
114 sprintf(count, " (currently %d) ", MAX_CLASS_ID); in testClass()