Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddtptngen.cpp1276 for (int32_t bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) { in copyFrom() local
1278 otherElem = other.boot[bootIndex]; in copyFrom()
1285 if ( this->boot[bootIndex]== NULL ) { in copyFrom()
1286 this->boot[bootIndex] = curElem; in copyFrom()
1483 for (int32_t bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) { in equals() local
1484 if ( boot[bootIndex]==other.boot[bootIndex] ) { in equals()
1487 if ( (boot[bootIndex]==NULL)||(other.boot[bootIndex]==NULL) ) { in equals()
1490 PtnElem *otherElem = other.boot[bootIndex]; in equals()
1491 PtnElem *myElem = boot[bootIndex]; in equals()
1857 bootIndex = 0; in PatternMapIterator()
[all …]
Ddtptngen_impl.h221 int32_t bootIndex;