OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UIDNA_USE_STD3_RULES
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Source/WebCore/icu/unicode/
uidna.h
73
#define
UIDNA_USE_STD3_RULES
0x0002
100
* -
UIDNA_USE_STD3_RULES
Use STD3 ASCII rules for host name syntax restrictions
150
* -
UIDNA_USE_STD3_RULES
Use STD3 ASCII rules for host name syntax restrictions
200
* -
UIDNA_USE_STD3_RULES
Use STD3 ASCII rules for host name syntax restrictions
246
* -
UIDNA_USE_STD3_RULES
Use STD3 ASCII rules for host name syntax restrictions
293
* -
UIDNA_USE_STD3_RULES
Use STD3 ASCII rules for host name syntax restrictions
/external/webkit/Source/WebKit/mac/icu/unicode/
uidna.h
73
#define
UIDNA_USE_STD3_RULES
0x0002
100
* -
UIDNA_USE_STD3_RULES
Use STD3 ASCII rules for host name syntax restrictions
150
* -
UIDNA_USE_STD3_RULES
Use STD3 ASCII rules for host name syntax restrictions
200
* -
UIDNA_USE_STD3_RULES
Use STD3 ASCII rules for host name syntax restrictions
246
* -
UIDNA_USE_STD3_RULES
Use STD3 ASCII rules for host name syntax restrictions
293
* -
UIDNA_USE_STD3_RULES
Use STD3 ASCII rules for host name syntax restrictions
/external/icu4c/common/unicode/
uidna.h
64
UIDNA_USE_STD3_RULES
=2,
555
* -
UIDNA_USE_STD3_RULES
Use STD3 ASCII rules for host name syntax restrictions
603
* -
UIDNA_USE_STD3_RULES
Use STD3 ASCII rules for host name syntax restrictions
654
* -
UIDNA_USE_STD3_RULES
Use STD3 ASCII rules for host name syntax restrictions
701
* -
UIDNA_USE_STD3_RULES
Use STD3 ASCII rules for host name syntax restrictions
[
all
...]
/external/icu4c/test/cintltst/
idnatest.c
82
int32_t options = (useSTD3ASCIIRules == TRUE) ?
UIDNA_USE_STD3_RULES
: UIDNA_DEFAULT;
184
destLen = func(src,-1,NULL,0,options |
UIDNA_USE_STD3_RULES
, &parseError, &status);
189
destLen = func(src,-1,dest,destLen+1,options |
UIDNA_USE_STD3_RULES
, &parseError, &status);
206
destLen = func(tSrc,tSrcLen,NULL,0,options |
UIDNA_USE_STD3_RULES
, &parseError, &status);
212
destLen = func(src,u_strlen(src),dest,destLen+1,options |
UIDNA_USE_STD3_RULES
, &parseError, &status);
[
all
...]
/external/icu4c/test/intltest/
idnaconf.cpp
234
uidna_IDNToASCII(p, p_len, result, 200,
UIDNA_USE_STD3_RULES
, NULL, &status);
238
uidna_IDNToUnicode(p, p_len, result, 200,
UIDNA_USE_STD3_RULES
, NULL, &status);
testidna.cpp
459
int32_t options = (useSTD3ASCIIRules == TRUE) ?
UIDNA_USE_STD3_RULES
: UIDNA_DEFAULT;
590
destLen = func(src,-1,NULL,0,options |
UIDNA_USE_STD3_RULES
, &parseError, &status);
595
destLen = func(src,-1,dest,destLen+1,options |
UIDNA_USE_STD3_RULES
, &parseError, &status);
618
destLen = func(tSrc,tSrcLen,NULL,0,options |
UIDNA_USE_STD3_RULES
, &parseError, &status);
624
destLen = func(src,u_strlen(src),dest,destLen+1,options |
UIDNA_USE_STD3_RULES
, &parseError, &status);
[
all
...]
uts46test.cpp
59
UIDNA_USE_STD3_RULES
|UIDNA_CHECK_BIDI|
[
all
...]
/external/icu4c/common/
uts46.cpp
284
// If
UIDNA_USE_STD3_RULES
is set, then non-LDH characters are disallowed
337
UBool disallowNonLDHDot=(options&
UIDNA_USE_STD3_RULES
)!=0;
442
UBool disallowNonLDHDot=(options&
UIDNA_USE_STD3_RULES
)!=0;
733
// In the code further below, if we find non-LDH ASCII and we have
UIDNA_USE_STD3_RULES
784
UBool disallowNonLDHDot=(options&
UIDNA_USE_STD3_RULES
)!=0;
[
all
...]
uidna.cpp
222
UBool useSTD3ASCIIRules = (UBool)((options &
UIDNA_USE_STD3_RULES
) != 0);
403
//UBool useSTD3ASCIIRules = (UBool)((options &
UIDNA_USE_STD3_RULES
) != 0);
Completed in 152 milliseconds