Home
last modified time | relevance | path

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

/libcore/libart/src/main/java/java/lang/
DStringFactory.java151 int tableLookupIndex = b & 0x3f; in newStringFromBytes() local
152 utf8BytesNeeded = TABLE_UTF8_NEEDED[tableLookupIndex]; in newStringFromBytes()