OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endID
(Results
1 - 2
of
2
) sorted by null
/external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py
66
endID
= font.getGlyphID(end, requireReal=True) + 1
73
endID
= len(glyphOrder)
74
glyphs.extend(glyphOrder[glyphID] for glyphID in range(startID,
endID
))
233
endID
= startID + len(classList)
234
if
endID
> len(glyphOrder):
238
endID
= len(glyphOrder)
240
for glyphID, cls in zip(range(startID,
endID
), classList):
255
endID
= font.getGlyphID(end, requireReal=True) + 1
262
endID
= len(glyphOrder)
263
for glyphID in range(startID,
endID
)
[
all
...]
/libcore/luni/src/test/java/tests/support/
DatabaseCreator.java
350
public static void fillTestTable2(Connection conn, int startID, int
endID
,
353
for (int id = startID; id <=
endID
; id++) {
Completed in 196 milliseconds