Searched refs:cpMap (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/test/intltest/ |
D | utxttest.cpp | 174 m *cpMap = new m[sa.length() + 1]; in TestString() local 178 cpMap[j].nativeIdx = i; in TestString() 179 cpMap[j].cp = c; in TestString() 183 cpMap[j].nativeIdx = i; // position following the last char in utf-16 string. in TestString() 193 TestAccess(sa, ut, cpCount, cpMap); in TestString() 204 TestAccess(sa, ut, cpCount, cpMap); in TestString() 213 TestAccess(sa, ut, cpCount, cpMap); in TestString() 214 TestCMR(sa, ut, cpCount, cpMap, cpMap); in TestString() 222 TestAccess(sa, ut, cpCount, cpMap); in TestString() 230 TestAccess(sa, ut, cpCount, cpMap); in TestString() [all …]
|
D | utxttest.h | 45 void TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *cpMap); 46 void TestAccessNoClone(const UnicodeString &us, UText *ut, int cpCount, m *cpMap);
|