OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toBundleStr
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/icu/source/test/cintltst/
cldrtest.c
591
const UChar *
toBundleStr
= ures_getStringByIndex(toArray, idx, NULL, &errorCode);
592
if (fromBundleStr &&
toBundleStr
&& u_strcmp(fromBundleStr,
toBundleStr
) != 0)
600
austrdup(
toBundleStr
));
[
all
...]
/external/icu4c/test/cintltst/
cldrtest.c
591
const UChar *
toBundleStr
= ures_getStringByIndex(toArray, idx, NULL, &errorCode);
592
if (fromBundleStr &&
toBundleStr
&& u_strcmp(fromBundleStr,
toBundleStr
) != 0)
600
austrdup(
toBundleStr
));
[
all
...]
Completed in 22 milliseconds