Searched refs:findStateFromEscSeq (Results 1 – 2 of 2) sorted by relevance
242 … private static byte findStateFromEscSeq(ByteBuffer source, byte[] toUBytes, int toUBytesLength) { in findStateFromEscSeq() method in CharsetCompoundText535 tmpState = findStateFromEscSeq(source, this.toUBytesArray, this.toULength); in decodeLoop()
226 static COMPOUND_TEXT_CONVERTERS findStateFromEscSeq(const char* source, const char* sourceLimit, co… in findStateFromEscSeq() function503 …tmpState = findStateFromEscSeq(mySource, mySourceLimit, args->converter->toUBytes, args->converter… in UConverter_toUnicode_CompoundText_OFFSETS()