Searched refs:newAbbrId (Results 1 – 3 of 3) sorted by relevance
4020 char newAbbrId[256]={'\0'}; in TestAllCodepoints() local4044 uprv_strcpy(newAbbrId,"[:"); in TestAllCodepoints()4045 uprv_strcat(newAbbrId,abbr); in TestAllCodepoints()4046 uprv_strcat(newAbbrId,":];NFD"); in TestAllCodepoints()4055 if(uprv_strcmp(newAbbrId,oldAbbrId)!=0){ in TestAllCodepoints()4056 Transliterator* t = Transliterator::createInstance(newAbbrId,UTRANS_FORWARD,pe,status); in TestAllCodepoints()4063 uprv_strcpy(oldAbbrId, newAbbrId); in TestAllCodepoints()
2576 String newAbbrId ="[:"+abbr+":];NFD"; in TestScriptAllCodepoints() local2578 Transliterator t = Transliterator.getInstance(newAbbrId); in TestScriptAllCodepoints()
2573 String newAbbrId ="[:"+abbr+":];NFD"; in TestScriptAllCodepoints() local2575 Transliterator t = Transliterator.getInstance(newAbbrId); in TestScriptAllCodepoints()