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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dstrcase.cpp457 char cLocaleID[100]; local
482 locale.extract(0, 0x7fffffff, cLocaleID, sizeof(cLocaleID), "");
488 iter.adoptInstead(ubrk_open((UBreakIteratorType)type, cLocaleID, NULL, 0, &status));
519 TestCasingImpl(input, output, whichCase, iter.getAlias(), cLocaleID, options);
/external/icu/icu4c/source/test/intltest/
H A Dstrcase.cpp457 char cLocaleID[100]; local
482 locale.extract(0, 0x7fffffff, cLocaleID, sizeof(cLocaleID), "");
488 iter.adoptInstead(ubrk_open((UBreakIteratorType)type, cLocaleID, NULL, 0, &status));
519 TestCasingImpl(input, output, whichCase, iter.getAlias(), cLocaleID, options);

Completed in 88 milliseconds