Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dutxttest.cpp265 m * u8Map = new m[sa.length() + 1]; in TestString() local
268 u8Map[j].nativeIdx = i; in TestString()
270 u8Map[j].cp = c; in TestString()
272 u8Map[cpCount].nativeIdx = u8Len; // position following the last char in utf-8 string. in TestString()
278 TestAccess(sa, ut, cpCount, u8Map); in TestString()
284 delete []u8Map; in TestString()