HomeSort by relevance Sort by last modified time
    Searched defs:get_integer (Results 1 - 9 of 9) sorted by null

  /external/python/cpython3/Objects/stringlib/
unicode_format.h 111 get_integer(const SubString *str) function
291 *name_idx = get_integer(name);
348 *first_idx = get_integer(first);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
formatter.h 66 get_integer consumes 0 or more decimal digit characters from an
73 get_integer(STRINGLIB_CHAR **ptr, STRINGLIB_CHAR *end, function
231 consumed = get_integer(&ptr, end, &format->width);
238 get_integer() will have set it to zero. -1 is how we record
253 consumed = get_integer(&ptr, end, &format->precision);
    [all...]
string_format.h 196 get_integer(const SubString *str) function
372 *name_idx = get_integer(name);
430 *first_idx = get_integer(first);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
formatter.h 66 get_integer consumes 0 or more decimal digit characters from an
73 get_integer(STRINGLIB_CHAR **ptr, STRINGLIB_CHAR *end, function
231 consumed = get_integer(&ptr, end, &format->width);
238 get_integer() will have set it to zero. -1 is how we record
253 consumed = get_integer(&ptr, end, &format->precision);
    [all...]
string_format.h 196 get_integer(const SubString *str) function
375 *name_idx = get_integer(name);
433 *first_idx = get_integer(first);
    [all...]
  /external/iproute2/lib/
utils.c 54 int get_integer(int *val, const char *arg, int base) function
  /external/python/cpython2/Objects/stringlib/
formatter.h 66 get_integer consumes 0 or more decimal digit characters from an
73 get_integer(STRINGLIB_CHAR **ptr, STRINGLIB_CHAR *end, function
231 consumed = get_integer(&ptr, end, &format->width);
238 get_integer() will have set it to zero. -1 is how we record
253 consumed = get_integer(&ptr, end, &format->precision);
    [all...]
string_format.h 196 get_integer(const SubString *str) function
372 *name_idx = get_integer(name);
430 *first_idx = get_integer(first);
    [all...]
  /external/python/cpython3/Python/
formatter_unicode.c 50 get_integer consumes 0 or more decimal digit characters from an
57 get_integer(PyObject *str, Py_ssize_t *ppos, Py_ssize_t end, function
226 consumed = get_integer(format_spec, &pos, end, &format->width);
233 get_integer() will have set it to zero. -1 is how we record
261 consumed = get_integer(format_spec, &pos, end, &format->precision);
    [all...]

Completed in 451 milliseconds