OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ucol_contractionendcp
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
ucol_imp.h
129
* uint32_t contrEndCP; - hash table of final code points in contractions (uint8_t *). See
ucol_contractionEndCP
.
[
all
...]
ucol.cpp
798
inline UBool
ucol_contractionEndCP
(UChar c, const UCollator *coll) {
889
if (
ucol_contractionEndCP
(c, result)) break;
[
all
...]
Completed in 756 milliseconds