OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:udataDir
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
putiltst.c
144
UChar *
udataDir
=0;
155
udataDir
=(UChar*)malloc(sizeof(UChar) * (dataDirectoryLen + 1));
156
u_charsToUChars(dataDirectory,
udataDir
, (dataDirectoryLen + 1));
159
if(u_strcmp(temp,
udataDir
) != 0){
160
log_err("ERROR: u_charsToUChars failed. Expected %s, Got %s\n", austrdup(temp), austrdup(
udataDir
));
163
charvalue=(char*)malloc(sizeof(char) * (u_strlen(
udataDir
) + 1));
165
u_UCharsToChars(
udataDir
, charvalue, (u_strlen(
udataDir
)+1));
170
free(
udataDir
);
/external/icu4c/test/cintltst/
putiltst.c
161
UChar *
udataDir
=0;
172
udataDir
=(UChar*)malloc(sizeof(UChar) * (dataDirectoryLen + 1));
173
u_charsToUChars(dataDirectory,
udataDir
, (dataDirectoryLen + 1));
176
if(u_strcmp(temp,
udataDir
) != 0){
177
log_err("ERROR: u_charsToUChars failed. Expected %s, Got %s\n", austrdup(temp), austrdup(
udataDir
));
180
charvalue=(char*)malloc(sizeof(char) * (u_strlen(
udataDir
) + 1));
182
u_UCharsToChars(
udataDir
, charvalue, (u_strlen(
udataDir
)+1));
187
free(
udataDir
);
Completed in 22 milliseconds