OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endID
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ClassTable.java
179
int
endID
= startID;
188
endID
= nextID;
193
ClassRangeRecord range = new ClassRangeRecord(startID,
endID
, classID);
/external/lzma/CPP/7zip/Bundles/SFXSetup/
SfxSetup.cpp
37
LPCSTR
endID
, AString &stringResult)
47
int signatureEndSize = MyStringLen(
endID
);
70
if (memcmp(buffer + pos,
endID
, signatureEndSize) == 0)
/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 139 milliseconds