Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddtptngen.cpp1277 PtnElem *curElem, *otherElem, *prevElem=NULL; in copyFrom() local
1278 otherElem = other.boot[bootIndex]; in copyFrom()
1279 while (otherElem!=NULL) { in copyFrom()
1280 if ((curElem = new PtnElem(otherElem->basePattern, otherElem->pattern))==NULL) { in copyFrom()
1288 if ((curElem->skeleton=new PtnSkeleton(*(otherElem->skeleton))) == NULL ) { in copyFrom()
1299 otherElem = otherElem->next; in copyFrom()
1490 PtnElem *otherElem = other.boot[bootIndex]; in equals() local
1492 while ((otherElem!=NULL) || (myElem!=NULL)) { in equals()
1493 if ( myElem == otherElem ) { in equals()
1496 if ((otherElem==NULL) || (myElem==NULL)) { in equals()
[all …]