Home
last modified time | relevance | path

Searched refs:fromTclStringAndSize (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
D_tkinter.c503 fromTclStringAndSize(const char *s, Py_ssize_t size) in fromTclStringAndSize() function
528 return fromTclStringAndSize(s, strlen(s)); in fromTclString()
923 self->string = fromTclStringAndSize(s, len); in PyTclObject_string()
1301 result = fromTclStringAndSize(value->bytes, value->length); in FromObj()
1529 res = fromTclStringAndSize(s, len); in Tkapp_CallResult()