Searched refs:cpMap (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | utxttest.cpp | 175 m *cpMap = new m[sa.length() + 1]; in TestString() local 179 cpMap[j].nativeIdx = i; in TestString() 180 cpMap[j].cp = c; in TestString() 184 cpMap[j].nativeIdx = i; // position following the last char in utf-16 string. in TestString() 194 TestAccess(sa, ut, cpCount, cpMap); in TestString() 205 TestAccess(sa, ut, cpCount, cpMap); in TestString() 214 TestAccess(sa, ut, cpCount, cpMap); in TestString() 215 TestCMR(sa, ut, cpCount, cpMap, cpMap); in TestString() 223 TestAccess(sa, ut, cpCount, cpMap); in TestString() 231 TestAccess(sa, ut, cpCount, cpMap); in TestString() [all …]
|
D | utxttest.h | 50 void TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *cpMap); 51 void TestAccessNoClone(const UnicodeString &us, UText *ut, int cpCount, m *cpMap);
|