Searched refs:parentLocaleTests (Results 1 – 1 of 1) sorted by relevance
6854 static const char* parentLocaleTests[][2]= { in TestExplicitParents() local6866 for(int i=0; i < UPRV_LENGTHOF(parentLocaleTests); i++){ in TestExplicitParents()6868 const char *localeID = parentLocaleTests[i][0]; in TestExplicitParents()6869 UnicodeString expected(parentLocaleTests[i][1], -1, US_INV); in TestExplicitParents()