Searched refs:numberChars (Results 1 – 1 of 1) sorted by relevance
980 char numberChars[128]; in parseDouble() local981 int32_t capacity=(int32_t)sizeof(numberChars); in parseDouble()986 msg.extract(start, length, numberChars, capacity, US_INV); in parseDouble()987 if((int32_t)uprv_strlen(numberChars)<length) { in parseDouble()991 double numericValue=uprv_strtod(numberChars, &end); in parseDouble()992 if(end!=(numberChars+length)) { in parseDouble()