Searched refs:normalizedBuffer (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 2094 …ucol_normalizeShortDefinitionString(testCases[i].input, normalizedBuffer, 256, &parseError, &statu… in TestShortString() 2095 … fromNormalized = ucol_openFromShortString(normalizedBuffer, FALSE, &parseError, &status); in TestShortString() 2106 testCases[i].input, normalizedBuffer); in TestShortString()
|