Searched refs:normalLength (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/test/cintltst/ |
D | ccapitst.c | 3074 int32_t i, normalLength, swappedLength; in testSwap() local 3113 normalLength=(int32_t)(pc-normal); in testSwap() 3126 if(normalLength!=swappedLength) { in testSwap() 3127 …CSwapLFNL error converting to %s - output lengths %d vs. %d\n", name, normalLength, swappedLength); in testSwap() 3130 for(i=0; i<normalLength; ++i) { in testSwap() 3150 …ucnv_toUnicode(cnv, &pu, uNormal+LENGTHOF(uNormal), (const char **)&pc, normal+normalLength, NULL,… in testSwap() 3151 normalLength=(int32_t)(pu-uNormal); in testSwap() 3164 if(normalLength!=swappedLength) { in testSwap() 3165 …wapLFNL error converting from %s - output lengths %d vs. %d\n", name, normalLength, swappedLength); in testSwap() 3168 for(i=0; i<normalLength; ++i) { in testSwap()
|