utransts.c | 17 #include "unicode/utrans.h" 22 #define TEST(x) addTest(root, &x, "utrans/" # x) 183 UTransliterator *utrans; local 217 utrans=utrans_openU(id, idLength, UTRANS_FORWARD, NULL, 0, NULL, &errorCode); 223 id2=utrans_getUnicodeID(utrans, &id2Length); 228 utrans_close(utrans); 586 UTransliterator *utrans = utrans_openU(transSimpleID, -1, UTRANS_FORWARD, NULL, 0, NULL, &status); local 593 ulen = utrans_toRules(utrans, FALSE, ubuf, kUBufMax, &status); 600 ulen = utrans_toRules(utrans, FALSE, NULL, 0, &status); 607 ulen = utrans_toRules(utrans, TRUE, ubuf, kUBufMax, &status) [all...] |