HomeSort by relevance Sort by last modified time
    Searched defs:PyUnicode_FromString (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Utility/
ModuleSetupCode.c 121 #define PyUnicode_FromString(s) PyUnicode_Decode(s, strlen(s), "UTF-8", "strict")
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c 110 #define PyUnicode_FromString(s) PyUnicode_Decode(s, strlen(s), "UTF-8", "strict")
    [all...]
qavltree.c 110 #define PyUnicode_FromString(s) PyUnicode_Decode(s, strlen(s), "UTF-8", "strict")
592 #define __Pyx_PyIdentifier_FromString(s) PyUnicode_FromString(s)
    [all...]
qbintree.c 110 #define PyUnicode_FromString(s) PyUnicode_Decode(s, strlen(s), "UTF-8", "strict")
592 #define __Pyx_PyIdentifier_FromString(s) PyUnicode_FromString(s)
    [all...]
qrbtree.c 110 #define PyUnicode_FromString(s) PyUnicode_Decode(s, strlen(s), "UTF-8", "strict")
592 #define __Pyx_PyIdentifier_FromString(s) PyUnicode_FromString(s)
    [all...]

Completed in 584 milliseconds