Searched defs:PyUnicode_FromString (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/cython/src/Cython/Utility/ |
D | ModuleSetupCode.c | 121 #define PyUnicode_FromString(s) PyUnicode_Decode(s, strlen(s), "UTF-8", "strict") macro
|
/external/chromium_org/third_party/bintrees/bintrees/ |
D | qavltree.c | 110 #define PyUnicode_FromString(s) PyUnicode_Decode(s, strlen(s), "UTF-8", "strict") macro
|
D | cwalker.c | 110 #define PyUnicode_FromString(s) PyUnicode_Decode(s, strlen(s), "UTF-8", "strict") macro
|
D | qrbtree.c | 110 #define PyUnicode_FromString(s) PyUnicode_Decode(s, strlen(s), "UTF-8", "strict") macro
|
D | qbintree.c | 110 #define PyUnicode_FromString(s) PyUnicode_Decode(s, strlen(s), "UTF-8", "strict") macro
|