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/icu/icu4c/source/test/cintltst/
idnatest.c
85
UChar*
tSrc
= NULL;
89
tSrc
=(UChar*) malloc( U_SIZEOF_UCHAR * tSrcLen );
90
memcpy(
tSrc
,src,tSrcLen * U_SIZEOF_UCHAR);
112
free(
tSrc
);
141
destLen = func(
tSrc
, tSrcLen, NULL,0,options, &parseError, &status);
162
destLen = func(
tSrc
,tSrcLen,NULL,0,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
206
destLen = func(
tSrc
,tSrcLen,NULL,0,options | UIDNA_USE_STD3_RULES, &parseError, &status);
225
free(
tSrc
);
[
all
...]
/external/icu/icu4c/source/test/intltest/
testidna.cpp
466
UChar*
tSrc
= NULL;
470
tSrc
=(UChar*) malloc( U_SIZEOF_UCHAR * tSrcLen );
471
memcpy(
tSrc
,src,tSrcLen * U_SIZEOF_UCHAR);
504
free(
tSrc
);
544
destLen = func(
tSrc
, tSrcLen, NULL,0,options, &parseError, &status);
570
destLen = func(
tSrc
,tSrcLen,NULL,0,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
626
destLen = func(
tSrc
,tSrcLen,NULL,0,options | UIDNA_USE_STD3_RULES, &parseError, &status);
651
free(
tSrc
);
[
all
...]
Completed in 202 milliseconds