Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUCharacterNameReader.java90 UCharacterName.AlgorithmName alg[] = in read()
91 new UCharacterName.AlgorithmName[count]; in read()
95 UCharacterName.AlgorithmName an = readAlg(); in read()
159 private UCharacterName.AlgorithmName readAlg() throws IOException in readAlg()
161 UCharacterName.AlgorithmName result = in readAlg()
162 new UCharacterName.AlgorithmName(); in readAlg()
172 if (type == UCharacterName.AlgorithmName.TYPE_1_) in readAlg()
DUCharacterName.java586 static final class AlgorithmName class in UCharacterName
601 AlgorithmName() in AlgorithmName() method in UCharacterName.AlgorithmName
981 boolean setAlgorithm(AlgorithmName alg[]) in setAlgorithm()
1032 private AlgorithmName m_algorithm_[];
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharacterNameReader.java90 UCharacterName.AlgorithmName alg[] = in read()
91 new UCharacterName.AlgorithmName[count]; in read()
95 UCharacterName.AlgorithmName an = readAlg(); in read()
159 private UCharacterName.AlgorithmName readAlg() throws IOException in readAlg()
161 UCharacterName.AlgorithmName result = in readAlg()
162 new UCharacterName.AlgorithmName(); in readAlg()
172 if (type == UCharacterName.AlgorithmName.TYPE_1_) in readAlg()
DUCharacterName.java585 static final class AlgorithmName class in UCharacterName
600 AlgorithmName() in AlgorithmName() method in UCharacterName.AlgorithmName
980 boolean setAlgorithm(AlgorithmName alg[]) in setAlgorithm()
1031 private AlgorithmName m_algorithm_[];