Home
last modified time | relevance | path

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

/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/block/read/
DBlockData.java62 public char getChar(int byteOffset) { in getChar() method in BlockData
63 return mDataBytes.getChar(byteOffset); in getChar()
111 array[i] = getChar(byteOffset); in getChars()
/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/tzs2range/read/
DHeaderBlock.java55 char stringCount = blockData.getChar(offset); in HeaderBlock()
/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/block/read/
DBlockDataTest.java125 assertEquals(0x9ABC, blockData.getChar(offset)); in typedRandomAccess()