Lines Matching refs:workingBuffer
1210 UChar workingBuffer[] = { in TestStackAllocation() local
1218 test = new UnicodeString(workingBuffer, 35, 100); in TestStackAllocation()
1230 if (workingBuffer[24] != 0x67) in TestStackAllocation()
1242 if (workingBuffer[0] != 0x4e) in TestStackAllocation()
1248 workingBuffer[0] = 0x20ac; in TestStackAllocation()
1249 workingBuffer[1] = 0x125; in TestStackAllocation()
1250 workingBuffer[2] = 0; in TestStackAllocation()
1251 test->setTo(TRUE, workingBuffer, 2); in TestStackAllocation()
1258 workingBuffer[1] = 0x109; in TestStackAllocation()
1268 test->setTo(TRUE, workingBuffer, -1); in TestStackAllocation()
1273 test->setTo(FALSE, workingBuffer, -1); in TestStackAllocation()