Searched defs:disallowNonLDHDot (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Duts46.cpp335 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0; local
360 } else if(cData<0 && disallowNonLDHDot) {
440 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0; local
465 } else if(cData<0 && disallowNonLDHDot) {
782 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0; local
789 } else if(disallowNonLDHDot && asciiData[c]<0) {
795 if(disallowNonLDHDot && isNonASCIIDisallowedSTD3Valid(c)) {
902 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0; local
918 if(disallowNonLDHDot) {
/external/icu/icu4c/source/common/
H A Duts46.cpp335 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0; local
360 } else if(cData<0 && disallowNonLDHDot) {
439 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0; local
464 } else if(cData<0 && disallowNonLDHDot) {
780 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0; local
787 } else if(disallowNonLDHDot && asciiData[c]<0) {
793 if(disallowNonLDHDot && isNonASCIIDisallowedSTD3Valid(c)) {
900 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0; local
916 if(disallowNonLDHDot) {

Completed in 337 milliseconds