HomeSort by relevance Sort by last modified time
    Searched refs:STRINGLIB_NEW (Results 26 - 36 of 36) sorted by null

12

  /external/python/cpython3/Objects/stringlib/
join.h 30 return STRINGLIB_NEW(NULL, 0);
99 res = STRINGLIB_NEW(NULL, sz);
split.h 21 sub = STRINGLIB_NEW((data) + (left), \
33 sub = STRINGLIB_NEW((data) + (left), \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
split.h 24 sub = STRINGLIB_NEW((data) + (left), \
36 sub = STRINGLIB_NEW((data) + (left), \
string_format.h 84 return STRINGLIB_NEW(str->ptr, str->end - str->ptr);
92 return STRINGLIB_NEW(NULL, 0);
94 return STRINGLIB_NEW(str->ptr, str->end - str->ptr);
138 output->obj = STRINGLIB_NEW(NULL, size);
600 format_spec_object = STRINGLIB_NEW(format_spec_start,
    [all...]
formatter.h 714 result = STRINGLIB_NEW(NULL, total);
891 result = STRINGLIB_NEW(NULL, n_total);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
split.h 24 sub = STRINGLIB_NEW((data) + (left), \
36 sub = STRINGLIB_NEW((data) + (left), \
string_format.h 84 return STRINGLIB_NEW(str->ptr, str->end - str->ptr);
92 return STRINGLIB_NEW(NULL, 0);
94 return STRINGLIB_NEW(str->ptr, str->end - str->ptr);
138 output->obj = STRINGLIB_NEW(NULL, size);
603 format_spec_object = STRINGLIB_NEW(format_spec_start,
    [all...]
formatter.h 714 result = STRINGLIB_NEW(NULL, total);
892 result = STRINGLIB_NEW(NULL, n_total);
    [all...]
  /external/python/cpython2/Objects/stringlib/
split.h 24 sub = STRINGLIB_NEW((data) + (left), \
36 sub = STRINGLIB_NEW((data) + (left), \
string_format.h 84 return STRINGLIB_NEW(str->ptr, str->end - str->ptr);
92 return STRINGLIB_NEW(NULL, 0);
94 return STRINGLIB_NEW(str->ptr, str->end - str->ptr);
138 output->obj = STRINGLIB_NEW(NULL, size);
600 format_spec_object = STRINGLIB_NEW(format_spec_start,
    [all...]
formatter.h 714 result = STRINGLIB_NEW(NULL, total);
899 result = STRINGLIB_NEW(NULL, n_total);
    [all...]

Completed in 4008 milliseconds

12