Searched refs:STACK_CAPACITY (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/unicode/
H A Dedits.h39 array(stackArray), capacity(STACK_CAPACITY), length(0), delta(0), numChanges(0),
47 array(stackArray), capacity(STACK_CAPACITY), length(other.length),
59 array(stackArray), capacity(STACK_CAPACITY), length(src.length),
408 static const int32_t STACK_CAPACITY = 100; member in class:U_FINAL
415 uint16_t stackArray[STACK_CAPACITY];
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DEdits.java36 private static final int STACK_CAPACITY = 100; field in class:Edits
47 array = new char[STACK_CAPACITY];
177 if (array.length == STACK_CAPACITY) {
/external/icu/icu4c/source/common/
H A Dedits.cpp70 if (length > STACK_CAPACITY) {
74 src.capacity = STACK_CAPACITY;
79 capacity = STACK_CAPACITY;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DEdits.java35 private static final int STACK_CAPACITY = 100; field in class:Edits
47 array = new char[STACK_CAPACITY];
180 if (array.length == STACK_CAPACITY) {

Completed in 1358 milliseconds