Home
last modified time | relevance | path

Searched defs:iOff (Results 1 – 4 of 4) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/utils/
DBase64Coder.java91 …public static String encodeLines (byte[] in, int iOff, int iLen, int lineLen, String lineSeparator… in encodeLines()
103 …public static String encodeLines (byte[] in, int iOff, int iLen, int lineLen, String lineSeparator… in encodeLines()
144 public static char[] encode (byte[] in, int iOff, int iLen, CharMap charMap) { in encode()
154 public static char[] encode (byte[] in, int iOff, int iLen, char[] charMap) { in encode()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/external/biz/base64Coder/
DBase64Coder.java102 public static String encodeLines(byte[] in, int iOff, int iLen, int lineLen, in encodeLines()
159 public static char[] encode(byte[] in, int iOff, int iLen) { in encode()
/external/sqlite/dist/
Dsqlite3.c17385 SQLITE_PRIVATE int sqlite3OsFetch(sqlite3_file *id, i64 iOff, int iAmt, void **pp){ in sqlite3OsFetch()
17389 SQLITE_PRIVATE int sqlite3OsUnfetch(sqlite3_file *id, i64 iOff, void *p){ in sqlite3OsUnfetch()
17394 SQLITE_PRIVATE int sqlite3OsFetch(sqlite3_file *id, i64 iOff, int iAmt, void **pp){ in sqlite3OsFetch()
17398 SQLITE_PRIVATE int sqlite3OsUnfetch(sqlite3_file *id, i64 iOff, void *p){ in sqlite3OsUnfetch()
/external/sqlite/dist/orig/
Dsqlite3.c17385 SQLITE_PRIVATE int sqlite3OsFetch(sqlite3_file *id, i64 iOff, int iAmt, void **pp){ in sqlite3OsFetch()
17389 SQLITE_PRIVATE int sqlite3OsUnfetch(sqlite3_file *id, i64 iOff, void *p){ in sqlite3OsUnfetch()
17394 SQLITE_PRIVATE int sqlite3OsFetch(sqlite3_file *id, i64 iOff, int iAmt, void **pp){ in sqlite3OsFetch()
17398 SQLITE_PRIVATE int sqlite3OsUnfetch(sqlite3_file *id, i64 iOff, void *p){ in sqlite3OsUnfetch()