Searched refs:workingBuffer (Results 1 – 3 of 3) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
D | ustrtest.cpp | 1212 UChar workingBuffer[] = { in TestStackAllocation() local 1220 test = new UnicodeString(workingBuffer, 35, 100); in TestStackAllocation() 1232 if (workingBuffer[24] != 0x67) in TestStackAllocation() 1244 if (workingBuffer[0] != 0x4e) in TestStackAllocation() 1250 workingBuffer[0] = 0x20ac; in TestStackAllocation() 1251 workingBuffer[1] = 0x125; in TestStackAllocation() 1252 workingBuffer[2] = 0; in TestStackAllocation() 1253 test->setTo(true, workingBuffer, 2); in TestStackAllocation() 1260 workingBuffer[1] = 0x109; in TestStackAllocation() 1270 test->setTo(true, workingBuffer, -1); in TestStackAllocation() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CanonicalIterator.java | 296 StringBuffer workingBuffer = new StringBuffer(); in getEquivalents2() local 311 Set<String> remainder = extract(cp2, segment, i, workingBuffer); in getEquivalents2()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | CanonicalIterator.java | 292 StringBuffer workingBuffer = new StringBuffer(); in getEquivalents2() local 307 Set<String> remainder = extract(cp2, segment, i, workingBuffer); in getEquivalents2()
|