Searched refs:newAbbrId (Results 1 – 2 of 2) sorted by relevance
4005 char newAbbrId[256]={'\0'}; in TestAllCodepoints() local4029 uprv_strcpy(newAbbrId,"[:"); in TestAllCodepoints()4030 uprv_strcat(newAbbrId,abbr); in TestAllCodepoints()4031 uprv_strcat(newAbbrId,":];NFD"); in TestAllCodepoints()4040 if(uprv_strcmp(newAbbrId,oldAbbrId)!=0){ in TestAllCodepoints()4041 Transliterator* t = Transliterator::createInstance(newAbbrId,UTRANS_FORWARD,pe,status); in TestAllCodepoints()4048 uprv_strcpy(oldAbbrId, newAbbrId); in TestAllCodepoints()
2545 String newAbbrId ="[:"+abbr+":];NFD"; in TestScriptAllCodepoints() local2547 Transliterator t = Transliterator.getInstance(newAbbrId); in TestScriptAllCodepoints()