Home
last modified time | relevance | path

Searched refs:llim (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/tzcode/
Dstrptime.c588 _conv_num(const unsigned char **buf, int *dest, int llim, int ulim) in _conv_num() argument
603 if (result < llim || result > ulim) in _conv_num()