Searched refs:neededToNormalize (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cnormtst.c | 1045 UBool neededToNormalize, expectNeeded; in _testIter() local 1067 (UBool)(out!=NULL), &neededToNormalize, in _testIter() 1092 (UBool)(out!=NULL), &neededToNormalize, in _testIter() 1134 if(neededToNormalize!=expectNeeded) { in _testIter() 1192 UBool neededToNormalize; in TestNextPrevious() local 1256 neededToNormalize=9; in TestNextPrevious() 1259 UNORM_NFD, 0, TRUE, &neededToNormalize, in TestNextPrevious() 1261 if(errorCode!=U_BUFFER_OVERFLOW_ERROR || neededToNormalize!=FALSE || length!=2) { in TestNextPrevious() 1268 neededToNormalize=9; in TestNextPrevious() 1271 UNORM_NFD, 0, TRUE, &neededToNormalize, in TestNextPrevious() [all …]
|