Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dcopy.py145 def deepcopy(x, memo=None, _nil=[]): argument
155 y = memo.get(d, _nil)
156 if y is not _nil:
/external/harfbuzz_ng/src/
Dhb-unicode.cc194 #define HB_UNICODE_FUNC_IMPLEMENT(name) hb_unicode_##name##_nil,
Dhb-font.cc361 #define HB_FONT_FUNC_IMPLEMENT(name) hb_font_get_##name##_nil,