Home
last modified time | relevance | path

Searched refs:ubstrhex (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/i18n/
Dnfrs.cpp691 char ubstrhex[64]; in parse() local
692 util64_toa(ub, ubstrhex, 64, 16); in parse()
693 fprintf(stderr, "ub: %g, i64: %s (%s)\n", upperBound, ubstr, ubstrhex); in parse()