Searched refs:idFromSS (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/test/cintltst/ |
D | capitst.c | 1856 uint32_t identifier = 0, idFromSS = 0; in TestShortString() local 1911 idFromSS = ucol_shortStringToIdentifier(testCases[i].input, (UBool)j, &status); in TestShortString() 1912 ucol_identifierToShortString(idFromSS, fromIDBuffer, 256, (UBool)j, &status); in TestShortString() 1916 if(idFromSS != identifier) { in TestShortString() 1918 j, idFromSS, identifier, testCases[i].input); in TestShortString()
|