Home
last modified time | relevance | path

Searched refs:fromNormalized (Results 1 – 1 of 1) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
Dcapitst.c2185 UCollator *coll = NULL, *fromNormalized = NULL; in TestShortString() local
2216fromNormalized = 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()