Lines Matching refs:UIDNA_USE_STD3_RULES
284 // If UIDNA_USE_STD3_RULES is set, then non-LDH characters are disallowed
337 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0;
442 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0;
733 // In the code further below, if we find non-LDH ASCII and we have UIDNA_USE_STD3_RULES
784 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0;
899 // If UIDNA_USE_STD3_RULES, also replace disallowed ASCII characters with U+FFFD.
904 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0;