HomeSort by relevance Sort by last modified time
    Searched refs:cLocaleID (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
strcase.cpp 461 char cLocaleID[100];
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);
  /external/icu4c/test/intltest/
strcase.cpp 458 char cLocaleID[100];
483 locale.extract(0, 0x7fffffff, cLocaleID, sizeof(cLocaleID), "");
489 iter.adoptInstead(ubrk_open((UBreakIteratorType)type, cLocaleID, NULL, 0, &status));
520 TestCasingImpl(input, output, whichCase, iter.getAlias(), cLocaleID, options);
  /external/chromium_org/third_party/icu/source/common/unicode/
locid.h 697 * @param cLocaleID The new locale name.
699 Locale& init(const char* cLocaleID, UBool canonicalize);
  /external/icu4c/common/unicode/
locid.h 702 * @param cLocaleID The new locale name.
703 * @param canonicalize whether to call uloc_canonicalize on cLocaleID
705 Locale& init(const char* cLocaleID, UBool canonicalize);