Searched refs:findStateFromEscSeq (Results 1 – 4 of 4) sorted by relevance
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetCompoundText.java | 242 … private static byte findStateFromEscSeq(ByteBuffer source, byte[] toUBytes, int toUBytesLength) { in findStateFromEscSeq() method in CharsetCompoundText 535 tmpState = findStateFromEscSeq(source, this.toUBytesArray, this.toULength); in decodeLoop()
|
/third_party/node/deps/icu-small/source/common/ |
D | ucnv_ct.cpp | 226 static COMPOUND_TEXT_CONVERTERS findStateFromEscSeq(const char* source, const char* sourceLimit, co… in findStateFromEscSeq() function 503 …tmpState = findStateFromEscSeq(mySource, mySourceLimit, args->converter->toUBytes, args->converter… in UConverter_toUnicode_CompoundText_OFFSETS()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucnv_ct.cpp | 226 static COMPOUND_TEXT_CONVERTERS findStateFromEscSeq(const char* source, const char* sourceLimit, co… in findStateFromEscSeq() function 503 …tmpState = findStateFromEscSeq(mySource, mySourceLimit, args->converter->toUBytes, args->converter… in UConverter_toUnicode_CompoundText_OFFSETS()
|
/third_party/icu/icu4c/source/common/ |
D | ucnv_ct.cpp | 226 static COMPOUND_TEXT_CONVERTERS findStateFromEscSeq(const char* source, const char* sourceLimit, co… in findStateFromEscSeq() function 503 …tmpState = findStateFromEscSeq(mySource, mySourceLimit, args->converter->toUBytes, args->converter… in UConverter_toUnicode_CompoundText_OFFSETS()
|