Searched defs:cLocaleID (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/intltest/
H A Dstrcase.cpp461 char cLocaleID[100]; local
486 locale.extract(0, 0x7fffffff, cLocaleID, sizeof(cLocaleID), "");
492 iter.adoptInstead(ubrk_open((UBreakIteratorType)type, cLocaleID, NULL, 0, &status));
523 TestCasingImpl(input, output, whichCase, iter.getAlias(), cLocaleID, options);

Completed in 57 milliseconds