Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DSimpleFilteredSentenceBreakIterator.java357 int sameAs = -1; in build() local
365 sameAs = j; // the other entry is already in the reverse table. in build()
370 if ((sameAs == -1) && (partials[i] == 0)) { in build()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DSimpleFilteredSentenceBreakIterator.java355 int sameAs = -1; in build() local
363 sameAs = j; // the other entry is already in the reverse table. in build()
368 if ((sameAs == -1) && (partials[i] == 0)) { in build()
/external/icu/icu4c/source/common/
Dfilteredbrk.cpp609 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()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyUtil.h305 bool sameAs(const CopyOnWriteVector &V) const { return Data == V.Data; } in sameAs() function
/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp718 if (CurrentLVarMap.sameAs(Map)) in mergeEntryMap()