Searched refs:sameAs (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | SimpleFilteredSentenceBreakIterator.java | 359 int sameAs = -1; in wrapIteratorWithFilter() local 367 sameAs = j; // the other entry is already in the reverse table. in wrapIteratorWithFilter() 372 if ((sameAs == -1) && (partials[i] == 0)) { in wrapIteratorWithFilter()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | SimpleFilteredSentenceBreakIterator.java | 372 int sameAs = -1; in wrapIteratorWithFilter() local 380 sameAs = j; // the other entry is already in the reverse table. in wrapIteratorWithFilter() 385 if ((sameAs == -1) && (partials[i] == 0)) { in wrapIteratorWithFilter()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | filteredbrk.cpp | 636 int sameAs = -1; in build() local 646 sameAs = j; // the other entry is already in the reverse table. in build() 650 FB_TRACE("for partial same-",&ustrs[i],FALSE,sameAs); in build() 653 if(sameAs == -1 && partials[i] == 0) { in build()
|
/third_party/node/deps/icu-small/source/common/ |
D | filteredbrk.cpp | 635 int sameAs = -1; in build() local 645 sameAs = j; // the other entry is already in the reverse table. in build() 649 FB_TRACE("for partial same-",&ustrs[i],FALSE,sameAs); in build() 652 if(sameAs == -1 && partials[i] == 0) { in build()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | filteredbrk.cpp | 609 int sameAs = -1; in build() local 619 sameAs = j; // the other entry is already in the reverse table. in build() 623 FB_TRACE("for partial same-",&ustrs[i],FALSE,sameAs); in build() 626 if(sameAs == -1 && partials[i] == 0) { in build()
|
/third_party/icu/icu4c/source/common/ |
D | filteredbrk.cpp | 636 int sameAs = -1; in build() local 646 sameAs = j; // the other entry is already in the reverse table. in build() 650 FB_TRACE("for partial same-",&ustrs[i],FALSE,sameAs); in build() 653 if(sameAs == -1 && partials[i] == 0) { in build()
|