Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddtptngen.cpp1786 for (int32_t bootIndex = 0; bootIndex < MAX_PATTERN_ENTRIES; ++bootIndex) { in copyFrom() local
1788 otherElem = other.boot[bootIndex]; in copyFrom()
1805 if (this->boot[bootIndex] == nullptr) { in copyFrom()
1806 this->boot[bootIndex] = curElem; in copyFrom()
1991 for (int32_t bootIndex = 0; bootIndex < MAX_PATTERN_ENTRIES; ++bootIndex) { in equals() local
1992 if (boot[bootIndex] == other.boot[bootIndex]) { in equals()
1995 if ((boot[bootIndex] == nullptr) || (other.boot[bootIndex] == nullptr)) { in equals()
1998 PtnElem *otherElem = other.boot[bootIndex]; in equals()
1999 PtnElem *myElem = boot[bootIndex]; in equals()
2365 bootIndex(0), nodePtr(nullptr), matcher(nullptr), patternMap(nullptr) in PatternMapIterator()
[all …]
Ddtptngen_impl.h270 int32_t bootIndex;