HomeSort by relevance Sort by last modified time
    Searched refs:findStateFromEscSeq (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetCompoundText.java 242 private static byte findStateFromEscSeq(ByteBuffer source, byte[] toUBytes, int toUBytesLength) {
535 tmpState = findStateFromEscSeq(source, this.toUBytesArray, this.toULength);
  /external/icu/icu4c/source/common/
ucnv_ct.cpp 226 static COMPOUND_TEXT_CONVERTERS findStateFromEscSeq(const char* source, const char* sourceLimit, const uint8_t* toUBytesBuffer, int32_t toUBytesBufferLength, UErrorCode *err) {
503 tmpState = findStateFromEscSeq(mySource, mySourceLimit, args->converter->toUBytes, args->converter->toULength, err);

Completed in 96 milliseconds