Home | History | Annotate | Download | only in cintltst

Lines Matching refs:fa_sharps8

860     static const char fA_sharps8[] = { 0x66, 0x41, (char)0xc3, (char)0x9f, 0 };
862 static const char fa_sharps8[] = { 0x66, 0x61, (char)0xc3, (char)0x9f, 0 };
917 length = uidna_labelToASCII_UTF8(uts46, fA_sharps8, -1,
925 length = uidna_labelToUnicodeUTF8(uts46, fA_sharps8, strlen(fA_sharps8),
927 if( U_FAILURE(errorCode) || length != 4 || 0 != memcmp(dest8, fa_sharps8, 5) ||
933 length = uidna_nameToASCII_UTF8(uts46, fA_sharps8, strlen(fA_sharps8),
942 length = uidna_nameToUnicodeUTF8(uts46, fA_sharps8, -1,
945 length != 4 || 0 != memcmp(dest8, fa_sharps8, 4) ||
997 length = uidna_labelToASCII_UTF8(uts46, fA_sharps8, -1,
1003 length = uidna_labelToUnicodeUTF8(uts46, fA_sharps8, strlen(fA_sharps8),
1009 length = uidna_nameToASCII_UTF8(uts46, dest8, strlen(fA_sharps8),
1015 length = uidna_nameToUnicodeUTF8(uts46, fA_sharps8, -1,