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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodeobject.c 693 #define appendstring(string) \ macro
959 appendstring(realbuffer);
969 appendstring(realbuffer);
974 appendstring(realbuffer);
979 appendstring(realbuffer);
1072 #undef appendstring macro
    [all...]
  /external/python/cpython2/Objects/
unicodeobject.c 692 #define appendstring(string) \ macro
958 appendstring(realbuffer);
968 appendstring(realbuffer);
973 appendstring(realbuffer);
978 appendstring(realbuffer);
1010 appendstring(str);
1020 appendstring(str);
1071 #undef appendstring macro
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodeobject.c 653 #define appendstring(string) {for (copy = string;*copy;) *s++ = *copy++;} macro
893 appendstring(realbuffer);
903 appendstring(realbuffer);
908 appendstring(realbuffer);
913 appendstring(realbuffer);
945 appendstring(str);
977 appendstring(buffer);
983 appendstring(p);
1011 #undef appendstring macro
    [all...]

Completed in 168 milliseconds