OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gotdate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
cdtrgtst.c
132
UChar *
gotdate
, *expdate;
local
181
gotdate
=myFormatit(def, got);
184
if (
gotdate
== NULL || expdate == NULL) {
187
else if(u_strcmp(
gotdate
, expdate) !=0){
189
austrdup(
gotdate
), austrdup(expdate) );
/external/icu4c/test/cintltst/
cdtrgtst.c
132
UChar *
gotdate
, *expdate;
local
181
gotdate
=myFormatit(def, got);
184
if (
gotdate
== NULL || expdate == NULL) {
187
else if(u_strcmp(
gotdate
, expdate) !=0){
189
austrdup(
gotdate
), austrdup(expdate) );
Completed in 27 milliseconds