Home | History | Annotate | Download | only in i18n

Lines Matching refs:bin

151 RuleBasedCollator::RuleBasedCollator(const uint8_t *bin, int32_t length,
161 if(bin == NULL || length == 0 || base == NULL) {
176 CollationDataReader::read(base->tailoring, bin, length, *t, errorCode);