Home
last modified time | relevance | path

Searched defs:PyUnicode_FromString (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Utility/
DModuleSetupCode.c121 #define PyUnicode_FromString(s) PyUnicode_Decode(s, strlen(s), "UTF-8", "strict") macro
/external/chromium_org/third_party/bintrees/bintrees/
Dqavltree.c110 #define PyUnicode_FromString(s) PyUnicode_Decode(s, strlen(s), "UTF-8", "strict") macro
Dcwalker.c110 #define PyUnicode_FromString(s) PyUnicode_Decode(s, strlen(s), "UTF-8", "strict") macro
Dqrbtree.c110 #define PyUnicode_FromString(s) PyUnicode_Decode(s, strlen(s), "UTF-8", "strict") macro
Dqbintree.c110 #define PyUnicode_FromString(s) PyUnicode_Decode(s, strlen(s), "UTF-8", "strict") macro