HomeSort by relevance Sort by last modified time
    Searched refs:expdate (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/test/cintltst/
cdtrgtst.c 132 UChar *gotdate, *expdate; local
181 expdate=myFormatit(def, exp);
183 if (gotdate == NULL || expdate == NULL) {
186 else if(u_strcmp(gotdate, expdate) !=0){
188 austrdup(gotdate), austrdup(expdate) );
  /external/icu4c/test/cintltst/
cdtrgtst.c 132 UChar *gotdate, *expdate; local
182 expdate=myFormatit(def, exp);
184 if (gotdate == NULL || expdate == NULL) {
187 else if(u_strcmp(gotdate, expdate) !=0){
189 austrdup(gotdate), austrdup(expdate) );

Completed in 422 milliseconds