Home | History | Annotate | Download | only in common

Lines Matching refs:disallowNonLDHDot

329     UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0;
354 } else if(cData<0 && disallowNonLDHDot) {
434 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0;
459 } else if(cData<0 && disallowNonLDHDot) {
776 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0;
783 } else if(disallowNonLDHDot && asciiData[c]<0) {
789 if(disallowNonLDHDot && isNonASCIIDisallowedSTD3Valid(c)) {
893 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0;
909 if(disallowNonLDHDot) {