OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unewp
(Results
1 - 1
of
1
) sorted by null
/external/icu/icu4c/source/test/cintltst/
cnmdptst.c
65
UChar *
unewp
=NULL;
local
87
unewp
=(UChar*)malloc(sizeof(UChar) * (lneed+1) );
88
unum_toPattern(fmt, FALSE,
unewp
, lneed+1, &status);
94
if(u_strcmp(
unewp
, unewpat) != 0)
95
log_err("FAIL: Pattern %s should be transmute to %s; %s seen instead\n", pat[i], newpat[i], austrdup(
unewp
) );
113
free(
unewp
);
[
all
...]
Completed in 239 milliseconds