Searched refs:nameGroup (Results 1 – 3 of 3) sorted by relevance
204 const char *PropNameData::getName(const char *nameGroup, int32_t nameIndex) { in getName() argument205 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()
110 static const char *getName(const char *nameGroup, int32_t nameIndex);
1368 TestCaseGroup* const nameGroup = new TestCaseGroup( in addTestCases() local1370 attGroup->addChild(nameGroup); in addTestCases()1376 nameGroup->addChild(new AttachmentTest(name.c_str(), name.c_str(), **it, in addTestCases()