Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dpropname.cpp202 const char *PropNameData::getName(const char *nameGroup, int32_t nameIndex) { in getName() argument
203 int32_t numNames=*nameGroup++; in getName()
209 nameGroup=uprv_strchr(nameGroup, 0)+1; in getName()
211 if(*nameGroup==0) { in getName()
214 return nameGroup; in getName()
Dpropname.h108 static const char *getName(const char *nameGroup, int32_t nameIndex);
/external/deqp/modules/glshared/
DglsLifetimeTests.cpp1206 TestCaseGroup* const nameGroup = new TestCaseGroup( in addTestCases() local
1208 attGroup->addChild(nameGroup); in addTestCases()
1214 nameGroup->addChild(new AttachmentTest(name.c_str(), name.c_str(), **it, in addTestCases()