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