OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handleCE32
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
collationsets.h
55
UBool
handleCE32
(UChar32 start, UChar32 end, uint32_t ce32);
108
void
handleCE32
(UChar32 start, UChar32 end, uint32_t ce32);
collationsets.cpp
38
return ts->
handleCE32
(start, end, ce32);
55
TailoredSet::
handleCE32
(UChar32 start, UChar32 end, uint32_t ce32) {
379
cne->
handleCE32
(cne->ranges.getRangeStart(i), cne->ranges.getRangeEnd(i), ce32);
383
cne->
handleCE32
(start, end, ce32);
421
handleCE32
(c, c, ce32);
426
ContractionsAndExpansions::
handleCE32
(UChar32 start, UChar32 end, uint32_t ce32) {
543
handleCE32
(start, end, ce32);
552
handleCE32
(start, end, (uint32_t)prefixes.getValue());
569
handleCE32
(start, end, ce32);
578
handleCE32
(start, end, (uint32_t)suffixes.getValue())
[
all
...]
Completed in 253 milliseconds