Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DStringPrepDataReader.java27 public final class StringPrepDataReader implements ICUBinary.Authenticate { class
35 public StringPrepDataReader(ByteBuffer bytes) in StringPrepDataReader() method in StringPrepDataReader
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DStringPrepDataReader.java29 public final class StringPrepDataReader implements ICUBinary.Authenticate { class
37 public StringPrepDataReader(ByteBuffer bytes) in StringPrepDataReader() method in StringPrepDataReader
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DStringPrep.java19 import com.ibm.icu.impl.StringPrepDataReader;
277 StringPrepDataReader reader = new StringPrepDataReader(bytes); in StringPrep()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DStringPrep.java20 import ohos.global.icu.impl.StringPrepDataReader;
261 StringPrepDataReader reader = new StringPrepDataReader(bytes); in StringPrep()
/third_party/icu/ohos_icu4j/
DBUILD.gn172 "src/main/java/ohos/global/icu/impl/StringPrepDataReader.java",