HomeSort by relevance Sort by last modified time
    Searched refs:IDNAREF_USE_STD3_RULES (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/test/intltest/
idnaref.h 28 #define IDNAREF_USE_STD3_RULES 0x0002
47 * - idnaref_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
85 * - idnaref_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
128 * - idnaref_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
167 * - idnaref_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
207 * - idnaref_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
idnaref.cpp 267 UBool useSTD3ASCIIRules = (UBool)((options & IDNAREF_USE_STD3_RULES) != 0);
446 UBool useSTD3ASCIIRules = (UBool)((options & IDNAREF_USE_STD3_RULES) != 0);
708 // UBool useSTD3ASCIIRules = (UBool)((options & IDNAREF_USE_STD3_RULES) != 0);
864 // UBool useSTD3ASCIIRules = (UBool)((options & IDNAREF_USE_STD3_RULES) != 0);

Completed in 175 milliseconds