OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exemplars
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/i18n/
alphaindex.cpp
373
UnicodeSet
exemplars
;
local
374
ulocdata_getExemplarSet(uld.getAlias(),
exemplars
.toUSet(), 0, ULOCDATA_ES_INDEX, &status);
376
dest.addAll(
exemplars
);
384
ulocdata_getExemplarSet(uld.getAlias(),
exemplars
.toUSet(), 0, ULOCDATA_ES_STANDARD, &status);
392
UnicodeSetIterator it(
exemplars
);
405
exemplars
.removeAll(lowersToRemove);
406
exemplars
.addAll(uppersToAdd);
408
// get the
exemplars
, and handle special cases
410
// question: should we add auxiliary
exemplars
?
411
if (
exemplars
.containsSome(*CORE_LATIN))
[
all
...]
/external/icu4c/i18n/unicode/
alphaindex.h
667
// be discarded from the
exemplars
. This contains
672
// be discarded from the
exemplars
. This contains
/external/icu4c/test/cintltst/
cldrtest.c
[
all
...]
Completed in 263 milliseconds