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 30 #define IDNAREF_USE_STD3_RULES 0x0002
49 * - idnaref_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
87 * - idnaref_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
130 * - idnaref_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
169 * - idnaref_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
209 * - idnaref_USE_STD3_RULES Use STD3 ASCII rules for host name syntax restrictions
idnaref.cpp 269 UBool useSTD3ASCIIRules = (UBool)((options & IDNAREF_USE_STD3_RULES) != 0);
448 UBool useSTD3ASCIIRules = (UBool)((options & IDNAREF_USE_STD3_RULES) != 0);
710 // UBool useSTD3ASCIIRules = (UBool)((options & IDNAREF_USE_STD3_RULES) != 0);
866 // UBool useSTD3ASCIIRules = (UBool)((options & IDNAREF_USE_STD3_RULES) != 0);

Completed in 475 milliseconds