Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/
Dcallbacks.c104 static PyObject *emptystring = NULL; in PyCode_NewEmpty() local
109 if (emptystring == NULL) { in PyCode_NewEmpty()
110 emptystring = PyString_FromString(""); in PyCode_NewEmpty()
111 if (emptystring == NULL) in PyCode_NewEmpty()
130 emptystring, /* code */ in PyCode_NewEmpty()
139 emptystring /* lnotab */ in PyCode_NewEmpty()
/external/python/cpython2/Objects/
Dcodeobject.c154 static PyObject *emptystring = NULL; in PyCode_NewEmpty() local
159 if (emptystring == NULL) { in PyCode_NewEmpty()
160 emptystring = PyString_FromString(""); in PyCode_NewEmpty()
161 if (emptystring == NULL) in PyCode_NewEmpty()
180 emptystring, /* code */ in PyCode_NewEmpty()
189 emptystring /* lnotab */ in PyCode_NewEmpty()
/external/icu/icu4c/source/test/testdata/
Dtesttypes.txt26 emptystring { "" }