Searched refs:addIfDifferent (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationbuilder.h141 uint32_t addIfDifferent(const UnicodeString &prefix, const UnicodeString &str,
H A Dcollationbuilder.cpp745 ce32 = addIfDifferent(prefix, str, ces, cesLength, ce32, errorCode);
1070 ce32 = addIfDifferent(nfdPrefix, nfdString, newCEs, newCEsLength, ce32, errorCode);
1091 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32, errorCode);
1107 ce32 = addIfDifferent(prefix, str, newCEs, newCEsLength, ce32, errorCode);
1171 uint32_t ce32 = addIfDifferent(nfdPrefix, newString,
1306 addIfDifferent(prefix, composite, ces, cesLength, Collation::UNASSIGNED_CE32, errorCode);
1311 CollationBuilder::addIfDifferent(const UnicodeString &prefix, const UnicodeString &str, function in class:CollationBuilder

Completed in 114 milliseconds