Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dex/
DMutf8.java64 private static long countBytes(String s, boolean shortLength) throws UTFDataFormatException { in countBytes() method in Mutf8
108 int utfCount = (int) countBytes(s, true); in encode()