OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tSrc
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/cintltst/
idnatest.c
84
UChar*
tSrc
= NULL;
88
tSrc
=(UChar*) malloc( U_SIZEOF_UCHAR * tSrcLen );
89
memcpy(
tSrc
,src,tSrcLen * U_SIZEOF_UCHAR);
111
free(
tSrc
);
140
destLen = func(
tSrc
, tSrcLen, NULL,0,options, &parseError, &status);
161
destLen = func(
tSrc
,tSrcLen,NULL,0,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
205
destLen = func(
tSrc
,tSrcLen,NULL,0,options | UIDNA_USE_STD3_RULES, &parseError, &status);
224
free(
tSrc
);
[
all
...]
/external/icu4c/test/intltest/
testidna.cpp
462
UChar*
tSrc
= NULL;
466
tSrc
=(UChar*) malloc( U_SIZEOF_UCHAR * tSrcLen );
467
memcpy(
tSrc
,src,tSrcLen * U_SIZEOF_UCHAR);
496
free(
tSrc
);
536
destLen = func(
tSrc
, tSrcLen, NULL,0,options, &parseError, &status);
562
destLen = func(
tSrc
,tSrcLen,NULL,0,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
618
destLen = func(
tSrc
,tSrcLen,NULL,0,options | UIDNA_USE_STD3_RULES, &parseError, &status);
643
free(
tSrc
);
[
all
...]
Completed in 3968 milliseconds