Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
DBinaryInputCapsule.java992 private final static int UTF8_START = 0; // next byte should be the start of a new field in BinaryInputCapsule
1036 int utf8State = UTF8_START; in readString()
1043 case UTF8_START: in readString()
1061 utf8State = utf8State == UTF8_3BYTE_1 ? UTF8_3BYTE_2 : UTF8_START; in readString()
1070 if (utf8State == UTF8_START) { in readString()