Searched refs:newAbbrId (Results 1 – 3 of 3) sorted by relevance
4017 char newAbbrId[256]={'\0'}; in TestAllCodepoints() local4041 uprv_strcpy(newAbbrId,"[:"); in TestAllCodepoints()4042 uprv_strcat(newAbbrId,abbr); in TestAllCodepoints()4043 uprv_strcat(newAbbrId,":];NFD"); in TestAllCodepoints()4052 if(uprv_strcmp(newAbbrId,oldAbbrId)!=0){ in TestAllCodepoints()4053 Transliterator* t = Transliterator::createInstance(newAbbrId,UTRANS_FORWARD,pe,status); in TestAllCodepoints()4060 uprv_strcpy(oldAbbrId, newAbbrId); in TestAllCodepoints()
2615 String newAbbrId ="[:"+abbr+":];NFD"; in TestScriptAllCodepoints() local2617 Transliterator t = Transliterator.getInstance(newAbbrId); in TestScriptAllCodepoints()
2614 String newAbbrId ="[:"+abbr+":];NFD"; in TestScriptAllCodepoints() local2616 Transliterator t = Transliterator.getInstance(newAbbrId); in TestScriptAllCodepoints()