Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCharacterName.java98 result = getGroupName(ch, choice); in getName()
238 public String getGroupName(int index, int length, int choice) in getGroupName() method in UCharacterName
507 public synchronized String getGroupName(int ch, int choice) in getGroupName() method in UCharacterName
518 return getGroupName(index + m_groupoffsets_[offset], in getGroupName()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharacterName.java97 result = getGroupName(ch, choice); in getName()
237 public String getGroupName(int index, int length, int choice) in getGroupName() method in UCharacterName
506 public synchronized String getGroupName(int ch, int choice) in getGroupName() method in UCharacterName
517 return getGroupName(index + m_groupoffsets_[offset], in getGroupName()
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUCharacterNameIterator.java244 String name = m_name_.getGroupName( in iterateSingleGroup()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacterNameIterator.java244 String name = m_name_.getGroupName( in iterateSingleGroup()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTests.cpp4845 static const char* getGroupName (glu::Storage storage);
4852 : TestCaseGroup (context, getGroupName(storage), getGroupDescription(storage)) in BufferBackedBlockInterfaceTestGroup()
4909 const char* BufferBackedBlockInterfaceTestGroup::getGroupName (glu::Storage storage) in getGroupName() function in deqp::gles31::Functional::__anond26209160111::BufferBackedBlockInterfaceTestGroup