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

  /external/icu/icu4c/source/test/cintltst/
cmsgtst.c 381 UDateFormat *def1; local
450 def1 = udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,NULL, NULL, 0, NULL,0,&status);
456 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0)
460 austrdup(myDateFormat(def1,d)), austrdup(myDateFormat(def1,d1)) );
464 udat_close(def1);
483 UDateFormat *def1; local
544 def1 = udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,NULL, NULL, 0, NULL,0,&status);
550 if(u_strcmp(myDateFormat(def1, d), myDateFormat(def1, d1))==0
577 UDateFormat *def1; local
    [all...]
cdattst.c 68 UDateFormat *def, *fr, *it, *de, *def1, *fr_pat; local
124 def1 = udat_open(UDAT_SHORT, UDAT_SHORT, NULL, NULL, 0,NULL, 0, &status);
274 udat_applyPattern(def1, FALSE, temp, u_strlen(temp));
278 resultlengthneeded=udat_toPattern(def1, FALSE, NULL, resultlength, &status);
284 udat_toPattern(def1, FALSE, result, resultlength, &status);
319 udat_set2DigitYearStart(def1 ,d1, &status);
323 if(udat_get2DigitYearStart(fr_pat, &status) != udat_get2DigitYearStart(def1, &status))
342 udat_setNumberFormat(def1, numformat1);
343 numformat2=udat_getNumberFormat(def1);
352 udat_adoptNumberFormat(def1, adoptNF)
    [all...]
  /external/v8/test/mjsunit/
const-redecl.js 74 function TestConflict(def0, def1) {
76 TestAll("TypeError", def0 +'; ' + def1);
78 TestAll("TypeError", 'eval("' + def0 + '; ' + def1 + '")');
80 TestAll("TypeError", 'eval("' + def0 +'"); ' + def1);
82 TestAll("TypeError", def0 + '; eval("' + def1 +'")');
84 TestAll("TypeError", 'eval("' + def0 +'"); eval("' + def1 + '")');
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.cpp 273 LValue *def1 = getSSA(); local
276 mkMov(def1, flSrc)->setPredicate(CC_NOT_P, pred);
278 return mkOp2(OP_UNION, typeOfSize(dst->reg.size), dst, def0, def1);
nv50_ir_peephole.cpp 2294 Value *def1[4]; local
    [all...]
  /external/libxml2/
relaxng.c     [all...]
  /external/elfutils/src/src/
ldgeneric.c 3861 int def1 = ndxtosym[idx1]->defined && !ndxtosym[idx1]->in_dso; local
    [all...]
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
ssvnc.tcl     [all...]

Completed in 152 milliseconds