Home | History | Annotate | Download | only in intltest

Lines Matching defs:nt

1979         int32_t nt = Transliterator::countAvailableTargets(source);
1980 if (nt < 0 || nt > 255) {
1981 errln((UnicodeString)"FAIL: Bad target count: " + nt);
1984 for (int32_t j=0; j<nt; ++j) {