Home | History | Annotate | Download | only in i18n

Lines Matching full:collation

24 #include "collation.h"
50 * Collation element modifier. Interface class for a modifier
57 /** Returns a new CE to replace the non-special input CE32, or else Collation::NO_CE. */
59 /** Returns a new CE to replace the input CE, or else Collation::NO_CE. */
161 * Does not write beyond Collation::MAX_EXPANSION_LENGTH.
183 return getConditionalCE32(Collation::indexFromCE32(ce32));
187 return Collation::makeCE32FromTagAndIndex(Collation::BUILDER_DATA_TAG, index);
190 return Collation::hasCE32Tag(ce32, Collation::BUILDER_DATA_TAG);
233 /** @see Collation::BUILDER_DATA_TAG */