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

  /external/chromium_org/third_party/icu/source/io/
uscanf_p.c 585 UNumberFormat *scientificFormat, *genericFormat;
614 scientificFormat = u_locbund_getNumberFormat(&input->str.fBundle, UNUM_SCIENTIFIC);
618 if(scientificFormat == 0 || genericFormat == 0)
626 scientificResult = unum_parseDouble(scientificFormat, input->str.fPos, len,
    [all...]
  /external/icu4c/io/
uscanf_p.c 585 UNumberFormat *scientificFormat, *genericFormat;
614 scientificFormat = u_locbund_getNumberFormat(&input->str.fBundle, UNUM_SCIENTIFIC);
618 if(scientificFormat == 0 || genericFormat == 0)
626 scientificResult = unum_parseDouble(scientificFormat, input->str.fPos, len,
    [all...]

Completed in 235 milliseconds