Home
last modified time | relevance | path

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

/external/cronet/stable/third_party/icu/source/test/testdata/
Dtesttypes.txt26 emptystring { "" }
/external/icu/icu4c/source/test/testdata/
Dtesttypes.txt26 emptystring { "" }
/external/cronet/tot/third_party/icu/source/test/testdata/
Dtesttypes.txt26 emptystring { "" }
/external/python/cpython3/Objects/
Dcodeobject.c921 #define emptystring (PyObject *)&_Py_SINGLETON(bytes_empty) in PyCode_NewEmpty() macro
932 .localspluskinds = emptystring, in PyCode_NewEmpty()
933 .exceptiontable = emptystring, in PyCode_NewEmpty()
/external/avb/
Dpylintrc41 pylint.extensions.emptystring,
/external/python/cpython3/Tools/c-analyzer/
DTODO155 Objects/codeobject.c:PyCode_NewEmpty():emptystring static PyObject *emptystring