Searched defs:decimalChar (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Ddecimfmt.cpp2256 UChar32 decimalChar = 0; local
2262 decimalChar = 0; // not allowed
2265 decimalChar = decimalString->char32At(0); // Look for this decimal
2267 decimalChar=0; // NO decimal set
2273 printf("Preparing to do fastpath parse: decimalChar=U+%04X, groupingChar=U+%04X, first ch=U+%04X intOnly=%c strictParse=%c\n",
2274 decimalChar, groupingChar, ch,
2299 } else if(ch == decimalChar) {
2301 decimalChar=0; // no more decimals.
2422 UChar32 decimalChar = decimalString->char32At(0); local
2424 int32_t decimalCharLength = U16_LENGTH(decimalChar);
[all...]

Completed in 47 milliseconds