Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharacterName.java95 result = getGroupName(ch, choice); in getName()
235 public String getGroupName(int index, int length, int choice) in getGroupName() method in UCharacterName
504 public synchronized String getGroupName(int ch, int choice) in getGroupName() method in UCharacterName
515 return getGroupName(index + m_groupoffsets_[offset], in getGroupName()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCharacterName.java96 result = getGroupName(ch, choice); in getName()
236 public String getGroupName(int index, int length, int choice) in getGroupName() method in UCharacterName
505 public synchronized String getGroupName(int ch, int choice) in getGroupName() method in UCharacterName
516 return getGroupName(index + m_groupoffsets_[offset], in getGroupName()
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUCharacterNameIterator.java239 String name = m_name_.getGroupName( in iterateSingleGroup()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacterNameIterator.java239 String name = m_name_.getGroupName( in iterateSingleGroup()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTests.cpp4848 static const char* getGroupName (glu::Storage storage);
4855 : TestCaseGroup (context, getGroupName(storage), getGroupDescription(storage)) in BufferBackedBlockInterfaceTestGroup()
4912 const char* BufferBackedBlockInterfaceTestGroup::getGroupName (glu::Storage storage) in getGroupName() function in deqp::gles31::Functional::__anon0c91cb580111::BufferBackedBlockInterfaceTestGroup