Searched refs:scientificFormat (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/io/
H A Duscanf_p.c585 UNumberFormat *scientificFormat, *genericFormat; local
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,
/external/icu/icu4c/source/io/
H A Duscanf_p.c585 UNumberFormat *scientificFormat, *genericFormat; local
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,

Completed in 35 milliseconds