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

  /external/icu4c/test/cintltst/
cmsgtst.c 376 UDateFormat *def1; local
445 def1 = udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,NULL, NULL, 0, NULL,0,&status);
451 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0)
455 austrdup(myDateFormat(def1,d)), austrdup(myDateFormat(def1,d1)) );
459 udat_close(def1);
478 UDateFormat *def1; local
539 def1 = udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,NULL, NULL, 0, NULL,0,&status);
545 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0
572 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/qemu/target-i386/
helper.c 420 x86_def_t def1, *def = &def1; local
    [all...]

Completed in 148 milliseconds