Searched refs:cpMap (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | utxttest.cpp | 182 m *cpMap = new m[sa.length() + 1]; in TestString() local 186 cpMap[j].nativeIdx = i; in TestString() 187 cpMap[j].cp = c; in TestString() 191 cpMap[j].nativeIdx = i; // position following the last char in utf-16 string. in TestString() 201 TestAccess(sa, ut, cpCount, cpMap); in TestString() 212 TestAccess(sa, ut, cpCount, cpMap); in TestString() 221 TestAccess(sa, ut, cpCount, cpMap); in TestString() 222 TestCMR(sa, ut, cpCount, cpMap, cpMap); in TestString() 230 TestAccess(sa, ut, cpCount, cpMap); in TestString() 238 TestAccess(sa, ut, cpCount, cpMap); in TestString() [all …]
|
D | utxttest.h | 49 void TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *cpMap); 50 void TestAccessNoClone(const UnicodeString &us, UText *ut, int cpCount, m *cpMap);
|