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

  /external/python/cpython3/Objects/
bytearrayobject.c 893 const char *quote_postfix = ")"; local
895 /* 15 == strlen(quote_prefix) + 2 + strlen(quote_postfix) + 1 */
963 while (*quote_postfix) {
964 *p++ = *quote_postfix++;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bytearrayobject.c 924 const char *quote_postfix = ")"; local
926 /* 14 == strlen(quote_prefix) + 2 + strlen(quote_postfix) */
993 while (*quote_postfix) {
994 *p++ = *quote_postfix++;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bytearrayobject.c 918 const char *quote_postfix = ")"; local
920 /* 14 == strlen(quote_prefix) + 2 + strlen(quote_postfix) */
987 while (*quote_postfix) {
988 *p++ = *quote_postfix++;
    [all...]
  /external/python/cpython2/Objects/
bytearrayobject.c 925 const char *quote_postfix = ")"; local
927 /* 14 == strlen(quote_prefix) + 2 + strlen(quote_postfix) */
994 while (*quote_postfix) {
995 *p++ = *quote_postfix++;
    [all...]

Completed in 968 milliseconds