Home | History | Annotate | Download | only in intltest

Lines Matching refs:fh

4543     Transliterator* fh = Transliterator::createInstance("Fullwidth-Halfwidth", UTRANS_FORWARD, parseError, status);
4544 if (hf == 0 || fh == 0) {
4547 delete fh;
4553 // "hf"|"fh"|"both",
4571 expect(*fh, f, h);
4575 expect(*fh, f, h);
4580 delete fh;