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

/external/icu4c/test/cintltst/
H A Dcapitst.c675 static const UChar umlautUStr[] = {0x00DC, 0}; local
779 doAssert( (ucol_greater(col, umlautUStr, u_strlen(umlautUStr), oeStr, u_strlen(oeStr))), "Original German phonebook collation sorts differently than expected");
780 doAssert( (ucol_greater(someClonedCollators[0], umlautUStr, u_strlen(umlautUStr), oeStr, u_strlen(oeStr))), "Cloned German phonebook collation sorts differently than expected");

Completed in 50 milliseconds