Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharacterName.java133 if (m_algorithm_ != null) { in getCharFromName()
134 count = m_algorithm_.length; in getCharFromName()
137 result = m_algorithm_[count].getChar(upperCaseName); in getCharFromName()
461 return m_algorithm_.length; in getAlgorithmLength()
471 return m_algorithm_[index].m_rangestart_; in getAlgorithmStart()
481 return m_algorithm_[index].m_rangeend_; in getAlgorithmEnd()
495 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/android_icu4j/src/main/java/android/icu/impl/
DUCharacterName.java134 if (m_algorithm_ != null) { in getCharFromName()
135 count = m_algorithm_.length; in getCharFromName()
138 result = m_algorithm_[count].getChar(upperCaseName); in getCharFromName()
462 return m_algorithm_.length; in getAlgorithmLength()
472 return m_algorithm_[index].m_rangestart_; in getAlgorithmStart()
482 return m_algorithm_[index].m_rangeend_; in getAlgorithmEnd()
496 m_algorithm_[index].appendName(codepoint, m_utilStringBuffer_); in getAlgorithmName()
984 m_algorithm_ = alg; in setAlgorithm()
1032 private AlgorithmName m_algorithm_[]; field in UCharacterName
1195 for (int index = m_algorithm_.length - 1; index >= 0; index --) in getAlgName()
[all …]