Lines Matching refs:UIDNA_USE_STD3_RULES
276 // If UIDNA_USE_STD3_RULES is set, then non-LDH characters are disallowed
329 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0;
434 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0;
725 // In the code further below, if we find non-LDH ASCII and we have UIDNA_USE_STD3_RULES
776 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0;
888 // If UIDNA_USE_STD3_RULES, also replace disallowed ASCII characters with U+FFFD.
893 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0;