Searched defs:combineBackCharsAndCc (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtstnorm.cpp1300 int32_t *combineBackCharsAndCc=new int32_t[numCombineBack*2]; local
1305 combineBackCharsAndCc[2*i]=c;
1306 combineBackCharsAndCc[2*i+1]=u_getCombiningClass(c);
1328 int32_t cc2=combineBackCharsAndCc[2*i+1];
1330 UChar32 c2=combineBackCharsAndCc[2*i];
1342 delete [] combineBackCharsAndCc;
/external/icu4c/test/intltest/
H A Dtstnorm.cpp1332 int32_t *combineBackCharsAndCc=new int32_t[numCombineBack*2]; local
1337 combineBackCharsAndCc[2*i]=c;
1338 combineBackCharsAndCc[2*i+1]=u_getCombiningClass(c);
1360 int32_t cc2=combineBackCharsAndCc[2*i+1];
1362 UChar32 c2=combineBackCharsAndCc[2*i];
1374 delete [] combineBackCharsAndCc;

Completed in 54 milliseconds