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

/external/icu4c/i18n/
H A Ducol.cpp6901 /* ucol_checkIdent internal function. Does byte level string compare. */
6909 UCollationResult ucol_checkIdent(collIterate *sColl, collIterate *tColl, UBool normalize, UErrorCode *status) function
7574 //result = ucol_checkIdent(&sColl, &tColl, coll->normalizationMode == UCOL_ON);
7575 result = ucol_checkIdent(sColl, tColl, TRUE, status);

Completed in 27 milliseconds