Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/pens/
DreverseContourPen.py72 secondType, secondPts = contour[0]
75 secondType, secondPts = lastType, lastPts
80 if secondType == "lineTo" and firstPts != secondPts:
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckDates.java663 int secondType = path.lastIndexOf("[@type=\""); in getLastType() local
664 if (secondType < 0) { in getLastType()
667 secondType += 8; in getLastType()
668 int secondEnd = path.indexOf("\"]", secondType); in getLastType()
672 return path.substring(secondType, secondEnd); in getLastType()
676 int secondType = path.indexOf("\"]/"); in getMainType() local
677 if (secondType < 0) { in getMainType()
680 secondType += 3; in getMainType()
681 int secondEnd = path.indexOf("/", secondType); in getMainType()
685 return path.substring(secondType, secondEnd); in getMainType()