OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IDNAREF_USE_STD3_RULES
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/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
86
* -
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
170
* -
idnaref_USE_STD3_RULES
Use STD3 ASCII rules for host name syntax restrictions
211
* -
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);
444
UBool useSTD3ASCIIRules = (UBool)((options &
IDNAREF_USE_STD3_RULES
) != 0);
706
// UBool useSTD3ASCIIRules = (UBool)((options &
IDNAREF_USE_STD3_RULES
) != 0);
862
// UBool useSTD3ASCIIRules = (UBool)((options &
IDNAREF_USE_STD3_RULES
) != 0);
/external/icu4c/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 37 milliseconds