Searched refs:cpMap (Results 1 – 2 of 2) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
D | utxttest.cpp | 179 m *cpMap = new m[sa.length() + 1]; in TestString() local 183 cpMap[j].nativeIdx = i; in TestString() 184 cpMap[j].cp = c; in TestString() 188 cpMap[j].nativeIdx = i; // position following the last char in utf-16 string. in TestString() 198 TestAccess(sa, ut, cpCount, cpMap); in TestString() 209 TestAccess(sa, ut, cpCount, cpMap); in TestString() 218 TestAccess(sa, ut, cpCount, cpMap); in TestString() 219 TestCMR(sa, ut, cpCount, cpMap, cpMap); in TestString() 227 TestAccess(sa, ut, cpCount, cpMap); in TestString() 235 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);
|