Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharacterName.java190 b = m_groupstring_[stringoffset]; in getGroupLengths()
248 index += UCharacterUtility.skipByteSubString(m_groupstring_, in getGroupName()
266 b = m_groupstring_[index + i]; in getGroupName()
280 (m_groupstring_[index + i] & 0x00ff)]; in getGroupName()
1015 m_groupstring_ = groupstring; in setGroup()
1029 private byte m_groupstring_[]; field in UCharacterName
1264 index += UCharacterUtility.skipByteSubString(m_groupstring_, in getGroupChar()
1274 b = m_groupstring_[index + count]; in getGroupChar()
1287 (m_groupstring_[index + count] & 0x00ff)]; in getGroupChar()
1304 (count == len || m_groupstring_[index + count] == ';')) { in getGroupChar()
[all …]