Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddtptngen.cpp1327 PtnElem *curElem, *otherElem, *prevElem=NULL; in copyFrom() local
1328 otherElem = other.boot[bootIndex]; in copyFrom()
1329 while (otherElem!=NULL) { in copyFrom()
1330 if ((curElem = new PtnElem(otherElem->basePattern, otherElem->pattern))==NULL) { in copyFrom()
1338 if ((curElem->skeleton=new PtnSkeleton(*(otherElem->skeleton))) == NULL ) { in copyFrom()
1343 curElem->skeletonWasSpecified = otherElem->skeletonWasSpecified; in copyFrom()
1349 otherElem = otherElem->next; in copyFrom()
1543 PtnElem *otherElem = other.boot[bootIndex]; in equals() local
1545 while ((otherElem!=NULL) || (myElem!=NULL)) { in equals()
1546 if ( myElem == otherElem ) { in equals()
[all …]