Home
last modified time | relevance | path

Searched refs:newAbbrId (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtranstst.cpp4020 char newAbbrId[256]={'\0'}; in TestAllCodepoints() local
4044 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()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DTransliteratorTest.java2576 String newAbbrId ="[:"+abbr+":];NFD"; in TestScriptAllCodepoints() local
2578 Transliterator t = Transliterator.getInstance(newAbbrId); in TestScriptAllCodepoints()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTransliteratorTest.java2573 String newAbbrId ="[:"+abbr+":];NFD"; in TestScriptAllCodepoints() local
2575 Transliterator t = Transliterator.getInstance(newAbbrId); in TestScriptAllCodepoints()