Home | History | Annotate | Download | only in intltest

Lines Matching refs:fh

4544     Transliterator* fh = Transliterator::createInstance("Fullwidth-Halfwidth", UTRANS_FORWARD, parseError, status);
4545 if (hf == 0 || fh == 0) {
4548 delete fh;
4554 // "hf"|"fh"|"both",
4572 expect(*fh, f, h);
4576 expect(*fh, f, h);
4581 delete fh;