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

/external/chromium_org/third_party/icu/source/common/
H A Dunormcmp.cpp136 * Internal option for unorm_cmpEquivFold() for decomposing.
143 unorm_cmpEquivFold(const UChar *s1, int32_t length1, function
567 * The outer normalization is then only performed by unorm_cmpEquivFold()
633 return unorm_cmpEquivFold(s1, length1, s2, length2, options, pErrorCode);
/external/icu/icu4c/source/common/
H A Dunormcmp.cpp136 * Internal option for unorm_cmpEquivFold() for decomposing.
143 unorm_cmpEquivFold(const UChar *s1, int32_t length1, function
596 * The outer normalization is then only performed by unorm_cmpEquivFold()
640 return unorm_cmpEquivFold(s1, length1, s2, length2, options, pErrorCode);

Completed in 173 milliseconds