Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dustrtest.cpp1197 UChar workingBuffer[] = { in TestStackAllocation() local
1205 test = new UnicodeString(workingBuffer, 35, 100); in TestStackAllocation()
1217 if (workingBuffer[24] != 0x67) in TestStackAllocation()
1229 if (workingBuffer[0] != 0x4e) in TestStackAllocation()
1235 workingBuffer[0] = 0x20ac; in TestStackAllocation()
1236 workingBuffer[1] = 0x125; in TestStackAllocation()
1237 workingBuffer[2] = 0; in TestStackAllocation()
1238 test->setTo(TRUE, workingBuffer, 2); in TestStackAllocation()
1245 workingBuffer[1] = 0x109; in TestStackAllocation()
1255 test->setTo(TRUE, workingBuffer, -1); in TestStackAllocation()
[all …]