Home | History | Annotate | Download | only in intltest

Lines Matching refs:IDNA

21 #include "unicode/idna.h"
40 IDNA *trans, *nontrans;
60 trans=IDNA::createUTS46Instance(commonOptions, errorCode);
61 nontrans=IDNA::createUTS46Instance(
205 LocalPointer<IDNA> not3(IDNA::createUTS46Instance(UIDNA_CHECK_BIDI, errorCode));