Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcapitst.c2059 UCollator *coll = NULL, *fromNormalized = NULL; in TestShortString() local
2090fromNormalized = ucol_openFromShortString(normalizedBuffer, FALSE, &parseError, &status); in TestShortString()
2091 … ucol_getShortDefinitionString(fromNormalized, locale, fromNormalizedBuffer, 256, &status); in TestShortString()
2099 if(!ucol_equals(coll, fromNormalized)) { in TestShortString()
2104 ucol_close(fromNormalized); in TestShortString()