Home
last modified time | relevance | path

Searched refs:m_algorithm_ (Results 1 – 2 of 2) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCharacterName.java132 if (m_algorithm_ != null) { in getCharFromName()
133 count = m_algorithm_.length; in getCharFromName()
136 result = m_algorithm_[count].getChar(upperCaseName); in getCharFromName()
460 return m_algorithm_.length; in getAlgorithmLength()
470 return m_algorithm_[index].m_rangestart_; in getAlgorithmStart()
480 return m_algorithm_[index].m_rangeend_; in getAlgorithmEnd()
494 m_algorithm_[index].appendName(codepoint, m_utilStringBuffer_); in getAlgorithmName()
983 m_algorithm_ = alg; in setAlgorithm()
1031 private AlgorithmName m_algorithm_[]; field in UCharacterName
1194 for (int index = m_algorithm_.length - 1; index >= 0; index --) in getAlgName()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharacterName.java131 if (m_algorithm_ != null) { in getCharFromName()
132 count = m_algorithm_.length; in getCharFromName()
135 result = m_algorithm_[count].getChar(upperCaseName); in getCharFromName()
459 return m_algorithm_.length; in getAlgorithmLength()
469 return m_algorithm_[index].m_rangestart_; in getAlgorithmStart()
479 return m_algorithm_[index].m_rangeend_; in getAlgorithmEnd()
493 m_algorithm_[index].appendName(codepoint, m_utilStringBuffer_); in getAlgorithmName()
982 m_algorithm_ = alg; in setAlgorithm()
1030 private AlgorithmName m_algorithm_[]; field in UCharacterName
1193 for (int index = m_algorithm_.length - 1; index >= 0; index --) in getAlgName()
[all …]