Home | History | Annotate | Download | only in base

Lines Matching refs:atoi

490       // Overflow with atoi() is unspecified, so we enforce a max length.
492 exploded.day_of_month = atoi(token.c_str());
495 exploded.year = atoi(token.c_str());