Searched refs:kFastDtoaMaximalLength (Results 1 – 3 of 3) sorted by relevance
49 static const int kFastDtoaMaximalLength = 17; variable
23 const int kFastDtoaMaximalLength = 17; variable
244 CHECK_GE(kFastDtoaMaximalLength, length); in TEST()246 if (length == kFastDtoaMaximalLength) needed_max_length = true; in TEST()