HomeSort by relevance Sort by last modified time
    Searched refs:STRINGLIB_TODECIMAL (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
stringdefs.h 17 #define STRINGLIB_TODECIMAL(x) (STRINGLIB_ISDECIMAL(x) ? (x - '0') : -1)
unicodedefs.h 17 #define STRINGLIB_TODECIMAL Py_UNICODE_TODECIMAL
formatter.h 82 digitval = STRINGLIB_TODECIMAL(**ptr);
    [all...]
string_format.h 207 digitval = STRINGLIB_TODECIMAL(*p);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
stringdefs.h 17 #define STRINGLIB_TODECIMAL(x) (STRINGLIB_ISDECIMAL(x) ? (x - '0') : -1)
unicodedefs.h 17 #define STRINGLIB_TODECIMAL Py_UNICODE_TODECIMAL
formatter.h 82 digitval = STRINGLIB_TODECIMAL(**ptr);
    [all...]
string_format.h 208 digitval = STRINGLIB_TODECIMAL(*p);
    [all...]

Completed in 265 milliseconds