OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unassignedCEFromCodePoint
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/i18n/
collation.h
485
static inline int64_t
unassignedCEFromCodePoint
(UChar32 c) {
collationdatabuilder.cpp
478
return Collation::
unassignedCEFromCodePoint
(c);
847
ce32 = encodeOneCE(Collation::
unassignedCEFromCodePoint
(c), errorCode);
[
all
...]
collationiterator.cpp
437
ceBuffer.append(Collation::
unassignedCEFromCodePoint
(c), errorCode);
[
all
...]
Completed in 385 milliseconds