Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dpropname.cpp204 const char *PropNameData::getName(const char *nameGroup, int32_t nameIndex) { in getName() argument
205 int32_t numNames=*nameGroup++; in getName()
211 nameGroup=uprv_strchr(nameGroup, 0)+1; in getName()
213 if(*nameGroup==0) { in getName()
216 return nameGroup; in getName()
Dpropname.h110 static const char *getName(const char *nameGroup, int32_t nameIndex);
/external/deqp/modules/glshared/
DglsLifetimeTests.cpp1368 TestCaseGroup* const nameGroup = new TestCaseGroup( in addTestCases() local
1370 attGroup->addChild(nameGroup); in addTestCases()
1376 nameGroup->addChild(new AttachmentTest(name.c_str(), name.c_str(), **it, in addTestCases()