Home
last modified time | relevance | path

Searched refs:u8Map (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/test/intltest/
Dutxttest.cpp264 m * u8Map = new m[sa.length() + 1]; in TestString() local
267 u8Map[j].nativeIdx = i; in TestString()
269 u8Map[j].cp = c; in TestString()
271 u8Map[cpCount].nativeIdx = u8Len; // position following the last char in utf-8 string. in TestString()
277 TestAccess(sa, ut, cpCount, u8Map); in TestString()
283 delete []u8Map; in TestString()