Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dunicodeobject.h158 int copy_null);
/external/libchrome/base/
Dvalues_unittest.cc1088 Value* copy_null = nullptr; in TEST() local
1089 ASSERT_TRUE(copy_dict->Get("null", &copy_null)); in TEST()
1090 ASSERT_TRUE(copy_null); in TEST()
1091 ASSERT_NE(copy_null, null_weak); in TEST()
1092 ASSERT_TRUE(copy_null->is_none()); in TEST()
1374 auto copy_null = std::make_unique<Value>(null_weak->Clone()); in TEST() local
1384 EXPECT_EQ(*null_weak, *copy_null); in TEST()
/external/python/cpython3/Modules/
D_testcapimodule.c1910 int copy_null; in unicode_asucs4() local
1913 if (!PyArg_ParseTuple(args, "Unp:unicode_asucs4", &unicode, &str_len, &copy_null)) { in unicode_asucs4()
1925 if (!PyUnicode_AsUCS4(unicode, buffer, buf_len, copy_null)) { in unicode_asucs4()
/external/python/cpython3/Objects/
Dunicodeobject.c2602 int copy_null) in as_ucs4() argument
2613 if (copy_null) in as_ucs4()
2626 if (copy_null && 0 < targetsize) in as_ucs4()
2645 if (copy_null) in as_ucs4()
2652 int copy_null) in PyUnicode_AsUCS4() argument
2658 return as_ucs4(string, target, targetsize, copy_null); in PyUnicode_AsUCS4()
/external/python/cpython3/Doc/c-api/
Dunicode.rst656 Py_ssize_t buflen, int copy_null)
659 *copy_null* is set. Returns ``NULL`` and sets an exception on error (in
/external/python/cpython3/Doc/data/
Drefcounts.dat2836 PyUnicode_AsUCS4:int:copy_null::