Home | History | Annotate | Download | only in cintltst

Lines Matching refs:fA_sharps16

860     static const UChar fA_sharps16[] = { 0x66, 0x41, 0xdf, 0 };
862 static const UChar fa_sharps16[] = { 0x66, 0x61, 0xdf, 0 };
883 length = uidna_labelToASCII(uts46, fA_sharps16, -1,
891 length = uidna_labelToUnicode(uts46, fA_sharps16, u_strlen(fA_sharps16),
893 if( U_FAILURE(errorCode) || length != 3 || 0 != u_memcmp(dest16, fa_sharps16, 4) ||
899 length = uidna_nameToASCII(uts46, fA_sharps16, u_strlen(fA_sharps16),
908 length = uidna_nameToUnicode(uts46, fA_sharps16, -1,
911 length != 3 || 0 != u_memcmp(dest16, fa_sharps16, 3) ||
973 length = uidna_labelToASCII(uts46, fA_sharps16, -1,
979 length = uidna_labelToUnicode(uts46, fA_sharps16, u_strlen(fA_sharps16),
985 length = uidna_nameToASCII(uts46, NULL, u_strlen(fA_sharps16),
991 length = uidna_nameToUnicode(uts46, fA_sharps16, -2,