Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
DBinaryInputCapsule.java993 …private final static int UTF8_2BYTE = 2; // next byte should be the second byte of a 2 byte codepo… field in BinaryInputCapsule
1048 utf8State = UTF8_2BYTE; in readString()
1059 case UTF8_2BYTE: in readString()