Searched refs:fromNormalized (Results 1 – 1 of 1) sorted by relevance
2185 UCollator *coll = NULL, *fromNormalized = NULL; in TestShortString() local2216 … fromNormalized = ucol_openFromShortString(normalizedBuffer, false, &parseError, &status); in TestShortString()2217 … ucol_getShortDefinitionString(fromNormalized, locale, fromNormalizedBuffer, 256, &status); in TestShortString()2225 if(!ucol_equals(coll, fromNormalized)) { in TestShortString()2230 ucol_close(fromNormalized); in TestShortString()