Searched refs:fromShortBuffer (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 2067 char fromShortBuffer[256], normalizedBuffer[256], fromNormalizedBuffer[256]; in TestShortString() local 2087 ucol_getShortDefinitionString(coll, locale, fromShortBuffer, 256, &status); in TestShortString() 2089 if(strcmp(fromShortBuffer, testCases[i].expectedOutput)) { in TestShortString() 2091 fromShortBuffer, testCases[i].expectedOutput, testCases[i].input); in TestShortString() 2098 if(strcmp(fromShortBuffer, fromNormalizedBuffer)) { in TestShortString() 2100 fromShortBuffer, fromNormalizedBuffer); in TestShortString()
|