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
728
UnicodeSet
exemplars
;
local
729
ulocdata_getExemplarSet(uld.getAlias(),
exemplars
.toUSet(), 0, ULOCDATA_ES_INDEX, &status);
731
initialLabels_->addAll(
exemplars
);
738
ulocdata_getExemplarSet(uld.getAlias(),
exemplars
.toUSet(), 0, ULOCDATA_ES_STANDARD, &status);
743
// question: should we add auxiliary
exemplars
?
744
if (
exemplars
.containsSome(0x61, 0x7A) /* a-z */ ||
exemplars
.size() == 0) {
745
exemplars
.add(0x61, 0x7A);
747
if (
exemplars
.containsSome(0xAC00, 0xD7A3)) { // Hangul syllables
749
exemplars
.remove(0xAC00, 0xD7A3)
[
all
...]
/external/icu4c/i18n/unicode/
alphaindex.h
675
* This method is called to get the index
exemplars
. Normally these come from the locale directly,
690
* This is based on the
exemplars
, but we also process to make sure that they are unique,
/external/icu4c/test/cintltst/
cldrtest.c
[
all
...]
Completed in 255 milliseconds