OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_digit
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/
string_number_conversions.cc
227
uint8
new_digit
= 0;
local
229
if (!CharToDigit<traits::kBase>(*current, &
new_digit
)) {
234
if (!Sign::CheckBounds(output,
new_digit
)) {
240
Sign::Increment(
new_digit
, output);
248
static bool CheckBounds(value_type* output, uint8
new_digit
) {
251
new_digit
> traits::max() % traits::kBase)) {
264
static bool CheckBounds(value_type* output, uint8
new_digit
) {
267
new_digit
> 0 - traits::min() % traits::kBase)) {
/external/chromium_org/base/strings/
string_number_conversions.cc
232
uint8
new_digit
= 0;
local
234
if (!CharToDigit<traits::kBase>(*current, &
new_digit
)) {
239
if (!Sign::CheckBounds(output,
new_digit
)) {
245
Sign::Increment(
new_digit
, output);
253
static bool CheckBounds(value_type* output, uint8
new_digit
) {
256
new_digit
> traits::max() % traits::kBase)) {
269
static bool CheckBounds(value_type* output, uint8
new_digit
) {
272
new_digit
> 0 - traits::min() % traits::kBase)) {
Completed in 178 milliseconds