OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cLocaleID
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/unicode/
locid.h
[
all
...]
/external/icu/icu4c/source/test/intltest/
strcase.cpp
530
char
cLocaleID
[100];
555
locale.extract(0, 0x7fffffff,
cLocaleID
, sizeof(
cLocaleID
), "");
561
iter.adoptInstead(ubrk_open((UBreakIteratorType)type,
cLocaleID
, NULL, 0, &status));
592
TestCasingImpl(input, output, whichCase, iter.getAlias(),
cLocaleID
, options);
[
all
...]
Completed in 238 milliseconds