Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java1038 int lastLen = -1; in matchesAt() local
1055 if (lastLen > tempLen) break strings; in matchesAt()
1056 lastLen = tempLen; in matchesAt()
1062 if (lastLen < 2) { in matchesAt()
1064 if (contains(cp)) lastLen = UTF16.getCharCount(cp); in matchesAt()
1067 return offset+lastLen; in matchesAt()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DUnicodeSet.java1021 int lastLen = -1; in matchesAt() local
1038 if (lastLen > tempLen) break strings; in matchesAt()
1039 lastLen = tempLen; in matchesAt()
1045 if (lastLen < 2) { in matchesAt()
1047 if (contains(cp)) lastLen = UTF16.getCharCount(cp); in matchesAt()
1050 return offset+lastLen; in matchesAt()
/third_party/flutter/skia/samplecode/
DSampleAAGeometry.cpp1036 SkScalar lastLen = lastVector.length(); in draw_bisect() local
1039 if (lastLen < nextLen) { in draw_bisect()
1042 nextV.setLength(lastLen); in draw_bisect()