Searched refs:otherElem (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | dtptngen.cpp | 1783 PtnElem *curElem, *otherElem, *prevElem=nullptr; in copyFrom() local 1784 otherElem = other.boot[bootIndex]; in copyFrom() 1785 while (otherElem != nullptr) { in copyFrom() 1786 … LocalPointer<PtnElem> newElem(new PtnElem(otherElem->basePattern, otherElem->pattern), status); in copyFrom() 1790 … newElem->skeleton.adoptInsteadAndCheckErrorCode(new PtnSkeleton(*(otherElem->skeleton)), status); in copyFrom() 1794 newElem->skeletonWasSpecified = otherElem->skeletonWasSpecified; in copyFrom() 1811 otherElem = otherElem->next.getAlias(); in copyFrom() 1994 PtnElem *otherElem = other.boot[bootIndex]; in equals() local 1996 while ((otherElem != nullptr) || (myElem != nullptr)) { in equals() 1997 if ( myElem == otherElem ) { in equals() [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | dtptngen.cpp | 1924 PtnElem *curElem, *otherElem, *prevElem=nullptr; in copyFrom() local 1925 otherElem = other.boot[bootIndex]; in copyFrom() 1926 while (otherElem != nullptr) { in copyFrom() 1927 … LocalPointer<PtnElem> newElem(new PtnElem(otherElem->basePattern, otherElem->pattern), status); in copyFrom() 1931 … newElem->skeleton.adoptInsteadAndCheckErrorCode(new PtnSkeleton(*(otherElem->skeleton)), status); in copyFrom() 1935 newElem->skeletonWasSpecified = otherElem->skeletonWasSpecified; in copyFrom() 1952 otherElem = otherElem->next.getAlias(); in copyFrom() 2135 PtnElem *otherElem = other.boot[bootIndex]; in equals() local 2137 while ((otherElem != nullptr) || (myElem != nullptr)) { in equals() 2138 if ( myElem == otherElem ) { in equals() [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | dtptngen.cpp | 1932 PtnElem *curElem, *otherElem, *prevElem=nullptr; in copyFrom() local 1933 otherElem = other.boot[bootIndex]; in copyFrom() 1934 while (otherElem != nullptr) { in copyFrom() 1935 … LocalPointer<PtnElem> newElem(new PtnElem(otherElem->basePattern, otherElem->pattern), status); in copyFrom() 1939 … newElem->skeleton.adoptInsteadAndCheckErrorCode(new PtnSkeleton(*(otherElem->skeleton)), status); in copyFrom() 1943 newElem->skeletonWasSpecified = otherElem->skeletonWasSpecified; in copyFrom() 1960 otherElem = otherElem->next.getAlias(); in copyFrom() 2143 PtnElem *otherElem = other.boot[bootIndex]; in equals() local 2145 while ((otherElem != nullptr) || (myElem != nullptr)) { in equals() 2146 if ( myElem == otherElem ) { in equals() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | dtptngen.cpp | 1932 PtnElem *curElem, *otherElem, *prevElem=nullptr; in copyFrom() local 1933 otherElem = other.boot[bootIndex]; in copyFrom() 1934 while (otherElem != nullptr) { in copyFrom() 1935 … LocalPointer<PtnElem> newElem(new PtnElem(otherElem->basePattern, otherElem->pattern), status); in copyFrom() 1939 … newElem->skeleton.adoptInsteadAndCheckErrorCode(new PtnSkeleton(*(otherElem->skeleton)), status); in copyFrom() 1943 newElem->skeletonWasSpecified = otherElem->skeletonWasSpecified; in copyFrom() 1960 otherElem = otherElem->next.getAlias(); in copyFrom() 2143 PtnElem *otherElem = other.boot[bootIndex]; in equals() local 2145 while ((otherElem != nullptr) || (myElem != nullptr)) { in equals() 2146 if ( myElem == otherElem ) { in equals() [all …]
|