Searched refs:neededToNormalize (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cnormtst.c | 1041 UBool neededToNormalize, expectNeeded; in _testIter() local 1063 (UBool)(out!=NULL), &neededToNormalize, in _testIter() 1088 (UBool)(out!=NULL), &neededToNormalize, in _testIter() 1130 if(neededToNormalize!=expectNeeded) { in _testIter() 1188 UBool neededToNormalize; in TestNextPrevious() local 1252 neededToNormalize=9; in TestNextPrevious() 1255 UNORM_NFD, 0, TRUE, &neededToNormalize, in TestNextPrevious() 1257 if(errorCode!=U_BUFFER_OVERFLOW_ERROR || neededToNormalize!=FALSE || length!=2) { in TestNextPrevious() 1264 neededToNormalize=9; in TestNextPrevious() 1267 UNORM_NFD, 0, TRUE, &neededToNormalize, in TestNextPrevious() [all …]
|