Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddtptngen.cpp1931 for (int32_t bootIndex = 0; bootIndex < MAX_PATTERN_ENTRIES; ++bootIndex) { in copyFrom() local
1933 otherElem = other.boot[bootIndex]; in copyFrom()
1950 if (this->boot[bootIndex] == nullptr) { in copyFrom()
1951 this->boot[bootIndex] = curElem; in copyFrom()
2136 for (int32_t bootIndex = 0; bootIndex < MAX_PATTERN_ENTRIES; ++bootIndex) { in equals() local
2137 if (boot[bootIndex] == other.boot[bootIndex]) { in equals()
2140 if ((boot[bootIndex] == nullptr) || (other.boot[bootIndex] == nullptr)) { in equals()
2143 PtnElem *otherElem = other.boot[bootIndex]; in equals()
2144 PtnElem *myElem = boot[bootIndex]; in equals()
2542 bootIndex(0), nodePtr(nullptr), matcher(nullptr), patternMap(nullptr) in PatternMapIterator()
[all …]
Ddtptngen_impl.h271 int32_t bootIndex;
/external/icu/libicu/cts_headers/
Ddtptngen_impl.h271 int32_t bootIndex;