Searched defs:ucollator (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/unicode/
H A Dtblcoll.h779 UCollator *ucollator; member in class:RuleBasedCollator
840 * Creates the c struct for ucollator
847 * Creates the c struct for ucollator
854 * Creates the c struct for ucollator. This used internally by StringSearch.
855 * Hence the responsibility of cleaning up the ucollator is not done by
857 * @param collator new ucollator data
881 // if not owned and not a write through alias, copy the ucollator
925 if (ucollator && dataIsOwned) {
926 ucol_close(ucollator);
928 ucollator
[all...]

Completed in 42 milliseconds