Searched refs:unorm_compare (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dunorm.h34 * There is one exception: The new API does not provide a replacement for unorm_compare().
171 * Lowest-order bit number of unorm_compare() options bits corresponding to
174 * The options parameter for unorm_compare() uses most bits for
178 * (That is, from unorm_compare(..., options, ...),
182 * @see unorm_compare
464 * Option bit for unorm_compare:
471 * Option bit for unorm_compare:
480 * Option bit for u_strCaseCompare, u_strcasecmp, unorm_compare, etc:
554 unorm_compare(const UChar *s1, int32_t length1,
H A Dnormlzr.h432 * @see unorm_compare
786 // all argument checking is done in unorm_compare
787 return unorm_compare(s1.getBuffer(), s1.length(),
H A Durename.h1142 #define unorm_compare U_ICU_ENTRY_POINT_RENAME(unorm_compare) macro
/external/icu/icu4c/source/common/unicode/
H A Dunorm.h34 * There is one exception: The new API does not provide a replacement for unorm_compare().
171 * Lowest-order bit number of unorm_compare() options bits corresponding to
174 * The options parameter for unorm_compare() uses most bits for
178 * (That is, from unorm_compare(..., options, ...),
182 * @see unorm_compare
464 * Option bit for unorm_compare:
471 * Option bit for unorm_compare:
480 * Option bit for u_strCaseCompare, u_strcasecmp, unorm_compare, etc:
554 unorm_compare(const UChar *s1, int32_t length1,
H A Dnormlzr.h432 * @see unorm_compare
786 // all argument checking is done in unorm_compare
787 return unorm_compare(s1.getBuffer(), s1.length(),
H A Durename.h1090 #define unorm_compare U_ICU_ENTRY_POINT_RENAME(unorm_compare) macro
/external/chromium_org/third_party/icu/source/common/
H A Dunormcmp.cpp16 * unorm_compare() function moved here from unorm.cpp for better modularization.
126 * (Comments in unorm_compare() are more up to date than this TODO.)
567 unorm_compare(const UChar *s1, int32_t length1, function
/external/icu/icu4c/source/common/
H A Dunormcmp.cpp16 * unorm_compare() function moved here from unorm.cpp for better modularization.
126 * (Comments in unorm_compare() are more up to date than this TODO.)
567 unorm_compare(const UChar *s1, int32_t length1, function

Completed in 176 milliseconds