Home | History | Annotate | Download | only in cintltst

Lines Matching refs:fa_sharps16

859     static const UChar fA_sharps16[] = { 0x66, 0x41, 0xdf, 0 };
861 static const UChar fa_sharps16[] = { 0x66, 0x61, 0xdf, 0 };
882 length = uidna_labelToASCII(uts46, fA_sharps16, -1,
890 length = uidna_labelToUnicode(uts46, fA_sharps16, u_strlen(fA_sharps16),
892 if( U_FAILURE(errorCode) || length != 3 || 0 != u_memcmp(dest16, fa_sharps16, 4) ||
898 length = uidna_nameToASCII(uts46, fA_sharps16, u_strlen(fA_sharps16),
907 length = uidna_nameToUnicode(uts46, fA_sharps16, -1,
910 length != 3 || 0 != u_memcmp(dest16, fa_sharps16, 3) ||
972 length = uidna_labelToASCII(uts46, fA_sharps16, -1,
978 length = uidna_labelToUnicode(uts46, fA_sharps16, u_strlen(fA_sharps16),
984 length = uidna_nameToASCII(uts46, NULL, u_strlen(fA_sharps16),
990 length = uidna_nameToUnicode(uts46, fA_sharps16, -2,