Home
last modified time | relevance | path

Searched refs:neededToNormalize (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcnormtst.c1040 UBool neededToNormalize, expectNeeded; in _testIter() local
1062 (UBool)(out!=NULL), &neededToNormalize, in _testIter()
1087 (UBool)(out!=NULL), &neededToNormalize, in _testIter()
1129 if(neededToNormalize!=expectNeeded) { in _testIter()
1187 UBool neededToNormalize; in TestNextPrevious() local
1251 neededToNormalize=9; in TestNextPrevious()
1254 UNORM_NFD, 0, TRUE, &neededToNormalize, in TestNextPrevious()
1256 if(errorCode!=U_BUFFER_OVERFLOW_ERROR || neededToNormalize!=FALSE || length!=2) { in TestNextPrevious()
1263 neededToNormalize=9; in TestNextPrevious()
1266 UNORM_NFD, 0, TRUE, &neededToNormalize, in TestNextPrevious()
[all …]