HomeSort by relevance Sort by last modified time
    Searched defs:getByteSize (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/webkit/
ByteArrayBuilder.java 82 public synchronized int getByteSize() {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
BinaryDictInputOutput.java 464 private static int getByteSize(int address) {
552 groupSize += getByteSize(offset);
561 groupSize += getByteSize(offset) + GROUP_FLAGS_SIZE;
677 switch (getByteSize(address)) {
705 switch (getByteSize(childrenOffset)) {
748 switch (getByteSize(offset)) {
    [all...]

Completed in 123 milliseconds