Home
last modified time | relevance | path

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

/external/chromium/third_party/icu/source/i18n/
Ddtptngen.cpp1247 for (int32_t bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) { in copyFrom() local
1249 otherElem = other.boot[bootIndex]; in copyFrom()
1256 if ( this->boot[bootIndex]== NULL ) { in copyFrom()
1257 this->boot[bootIndex] = curElem; in copyFrom()
1454 for (int32_t bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) { in equals() local
1455 if ( boot[bootIndex]==other.boot[bootIndex] ) { in equals()
1458 if ( (boot[bootIndex]==NULL)||(other.boot[bootIndex]==NULL) ) { in equals()
1461 PtnElem *otherElem = other.boot[bootIndex]; in equals()
1462 PtnElem *myElem = boot[bootIndex]; in equals()
1824 bootIndex = 0; in PatternMapIterator()
[all …]
Ddtptngen_impl.h220 int32_t bootIndex;
/external/icu4c/i18n/
Ddtptngen.cpp1265 for (int32_t bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) { in copyFrom() local
1267 otherElem = other.boot[bootIndex]; in copyFrom()
1274 if ( this->boot[bootIndex]== NULL ) { in copyFrom()
1275 this->boot[bootIndex] = curElem; in copyFrom()
1472 for (int32_t bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) { in equals() local
1473 if ( boot[bootIndex]==other.boot[bootIndex] ) { in equals()
1476 if ( (boot[bootIndex]==NULL)||(other.boot[bootIndex]==NULL) ) { in equals()
1479 PtnElem *otherElem = other.boot[bootIndex]; in equals()
1480 PtnElem *myElem = boot[bootIndex]; in equals()
1842 bootIndex = 0; in PatternMapIterator()
[all …]
Ddtptngen_impl.h220 int32_t bootIndex;