Searched refs:UIDNA_USE_STD3_RULES (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Duidna.h64 UIDNA_USE_STD3_RULES=2, enumerator in enum:__anon854
551 * - UIDNA_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
599 * - UIDNA_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
650 * - UIDNA_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
697 * - UIDNA_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
745 * - UIDNA_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Duidna.h61 UIDNA_USE_STD3_RULES=2, enumerator in enum:__anon5603
522 * - UIDNA_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
570 * - UIDNA_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
621 * - UIDNA_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
668 * - UIDNA_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
716 * - UIDNA_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Didnatest.c82 int32_t options = (useSTD3ASCIIRules == TRUE) ? UIDNA_USE_STD3_RULES : UIDNA_DEFAULT;
184 destLen = func(src,-1,NULL,0,options | UIDNA_USE_STD3_RULES, &parseError, &status);
189 destLen = func(src,-1,dest,destLen+1,options | UIDNA_USE_STD3_RULES, &parseError, &status);
206 destLen = func(tSrc,tSrcLen,NULL,0,options | UIDNA_USE_STD3_RULES, &parseError, &status);
212 destLen = func(src,u_strlen(src),dest,destLen+1,options | UIDNA_USE_STD3_RULES, &parseError, &status);
838 outLen = uidna_toUnicode(invalid_idn, len, output, 50, UIDNA_USE_STD3_RULES, &prsError, &status);
849 outLen = uidna_IDNToUnicode(invalid_idn, len, output, 50, UIDNA_USE_STD3_RULES, &prsError, &status);
875 UIDNA *uts46 = uidna_openUTS46(UIDNA_USE_STD3_RULES|UIDNA_NONTRANSITIONAL_TO_UNICODE,
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Didnaconf.cpp233 uidna_IDNToASCII(p, p_len, result, 200, UIDNA_USE_STD3_RULES, NULL, &status);
237 uidna_IDNToUnicode(p, p_len, result, 200, UIDNA_USE_STD3_RULES, NULL, &status);
H A Dtestidna.cpp459 int32_t options = (useSTD3ASCIIRules == TRUE) ? UIDNA_USE_STD3_RULES : UIDNA_DEFAULT;
590 destLen = func(src,-1,NULL,0,options | UIDNA_USE_STD3_RULES, &parseError, &status);
595 destLen = func(src,-1,dest,destLen+1,options | UIDNA_USE_STD3_RULES, &parseError, &status);
618 destLen = func(tSrc,tSrcLen,NULL,0,options | UIDNA_USE_STD3_RULES, &parseError, &status);
624 destLen = func(src,u_strlen(src),dest,destLen+1,options | UIDNA_USE_STD3_RULES, &parseError, &status);
1001 int32_t options = (useSTD3ASCIIRules == TRUE) ? UIDNA_USE_STD3_RULES : UIDNA_DEFAULT;
1436 UIDNA_USE_STD3_RULES);
1440 UIDNA_USE_STD3_RULES | UIDNA_ALLOW_UNASSIGNED);
1457 UIDNA_USE_STD3_RULES);
1461 UIDNA_USE_STD3_RULES | UIDNA_ALLOW_UNASSIGNE
[all...]
H A Duts46test.cpp59 UIDNA_USE_STD3_RULES|UIDNA_CHECK_BIDI|
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duts46.cpp282 // If UIDNA_USE_STD3_RULES is set, then non-LDH characters are disallowed
335 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0;
439 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0;
729 // In the code further below, if we find non-LDH ASCII and we have UIDNA_USE_STD3_RULES
780 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0;
895 // If UIDNA_USE_STD3_RULES, also replace disallowed ASCII characters with U+FFFD.
900 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0;
H A Duidna.cpp222 UBool useSTD3ASCIIRules = (UBool)((options & UIDNA_USE_STD3_RULES) != 0);
403 //UBool useSTD3ASCIIRules = (UBool)((options & UIDNA_USE_STD3_RULES) != 0);

Completed in 87 milliseconds