Searched refs:fromNormalized (Results 1 – 1 of 1) sorted by relevance
2064 UCollator *coll = NULL, *fromNormalized = NULL; in TestShortString() local2095 … fromNormalized = ucol_openFromShortString(normalizedBuffer, FALSE, &parseError, &status); in TestShortString()2096 … ucol_getShortDefinitionString(fromNormalized, locale, fromNormalizedBuffer, 256, &status); in TestShortString()2104 if(!ucol_equals(coll, fromNormalized)) { in TestShortString()2109 ucol_close(fromNormalized); in TestShortString()