Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/testdata/
Dtesttypes.txt26 emptystring { "" }
/third_party/python/Objects/
Dcodeobject.c686 #define emptystring (PyObject *)&_Py_SINGLETON(bytes_empty) in PyCode_NewEmpty() macro
697 .localspluskinds = emptystring, in PyCode_NewEmpty()
698 .exceptiontable = emptystring, in PyCode_NewEmpty()
/third_party/python/Tools/c-analyzer/
DTODO155 Objects/codeobject.c:PyCode_NewEmpty():emptystring static PyObject *emptystring