HomeSort by relevance Sort by last modified time
    Searched defs:def1 (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/icu/source/test/cintltst/
cmsgtst.c 370 UDateFormat *def1; local
439 def1 = udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,NULL, NULL, 0, NULL,0,&status);
445 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0)
449 austrdup(myDateFormat(def1,d)), austrdup(myDateFormat(def1,d1)) );
453 udat_close(def1);
472 UDateFormat *def1; local
533 def1 = udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,NULL, NULL, 0, NULL,0,&status);
539 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0
566 UDateFormat *def1; local
    [all...]
cdattst.c 57 UDateFormat *def, *fr, *it, *de, *def1, *fr_pat; local
112 def1 = udat_open(UDAT_SHORT, UDAT_SHORT, NULL, NULL, 0,NULL, 0, &status);
262 udat_applyPattern(def1, FALSE, temp, u_strlen(temp));
266 resultlengthneeded=udat_toPattern(def1, FALSE, NULL, resultlength, &status);
272 udat_toPattern(def1, FALSE, result, resultlength, &status);
307 udat_set2DigitYearStart(def1 ,d1, &status);
311 if(udat_get2DigitYearStart(fr_pat, &status) != udat_get2DigitYearStart(def1, &status))
330 udat_setNumberFormat(def1, numformat1);
331 numformat2=udat_getNumberFormat(def1);
339 udat_setNumberFormat(def1, numformat1)
    [all...]
  /external/icu4c/test/cintltst/
cmsgtst.c 368 UDateFormat *def1; local
437 def1 = udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,NULL, NULL, 0, NULL,0,&status);
443 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0)
447 austrdup(myDateFormat(def1,d)), austrdup(myDateFormat(def1,d1)) );
451 udat_close(def1);
470 UDateFormat *def1; local
531 def1 = udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,NULL, NULL, 0, NULL,0,&status);
537 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0
564 UDateFormat *def1; local
    [all...]
cdattst.c 57 UDateFormat *def, *fr, *it, *de, *def1, *fr_pat; local
112 def1 = udat_open(UDAT_SHORT, UDAT_SHORT, NULL, NULL, 0,NULL, 0, &status);
262 udat_applyPattern(def1, FALSE, temp, u_strlen(temp));
266 resultlengthneeded=udat_toPattern(def1, FALSE, NULL, resultlength, &status);
272 udat_toPattern(def1, FALSE, result, resultlength, &status);
307 udat_set2DigitYearStart(def1 ,d1, &status);
311 if(udat_get2DigitYearStart(fr_pat, &status) != udat_get2DigitYearStart(def1, &status))
330 udat_setNumberFormat(def1, numformat1);
331 numformat2=udat_getNumberFormat(def1);
339 udat_setNumberFormat(def1, numformat1)
    [all...]

Completed in 217 milliseconds