Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duniset.cpp209 if (list != stackList) { in ~UnicodeSet()
213 if (buffer != stackList) { in ~UnicodeSet()
1433 if (buffer != stackList) { in compact()
1438 if (list == stackList) { in compact()
1441 uprv_memcpy(stackList, list, len * sizeof(UChar32)); in compact()
1443 list = stackList; in compact()
1667 if (list != stackList) { in ensureCapacity()
1690 if (buffer != stackList) { in ensureBufferCapacity()
/external/icu/icu4c/source/common/unicode/
Duniset.h287 UChar32* list = stackList; // MUST be terminated with HIGH
316 UChar32 stackList[INITIAL_CAPACITY]; variable