OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ids_class
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
uobjtest.cpp
101
static const char *
ids_class
[MAX_CLASS_ID];
variable
155
if(!strcmp(
ids_class
[i], className)) {
156
logln("OK: ID found is the same as " + UnicodeString(
ids_class
[i]) + UnicodeString(" *y= ") + ids_factory[i] + what);
159
errln("FAIL: ID is the same as " + UnicodeString(
ids_class
[i]) + UnicodeString(" *y= ") + ids_factory[i] + what);
167
ids_class
[ids_count] = className;
478
i, ids[i],
ids_class
[i], ids_factory[i]);
/external/icu4c/test/intltest/
uobjtest.cpp
101
static const char *
ids_class
[MAX_CLASS_ID];
variable
155
if(!strcmp(
ids_class
[i], className)) {
156
logln("OK: ID found is the same as " + UnicodeString(
ids_class
[i]) + UnicodeString(" *y= ") + ids_factory[i] + what);
159
errln("FAIL: ID is the same as " + UnicodeString(
ids_class
[i]) + UnicodeString(" *y= ") + ids_factory[i] + what);
167
ids_class
[ids_count] = className;
497
i, ids[i],
ids_class
[i], ids_factory[i]);
Completed in 855 milliseconds