Home
last modified time | relevance | path

Searched refs:unicode_string (Results 1 – 8 of 8) sorted by relevance

/external/python/rsa/tests/
Dtest_strings.py25 unicode_string = u"Euro=\u20ac ABCDEFGHIJKLMNOPQRSTUVWXYZ" variable
33 message = unicode_string.encode('utf-8')
/external/tensorflow/tensorflow/core/kernels/
Dunicode_ops.cc533 icu::UnicodeString unicode_string; in Compute() local
534 icu::UnicodeStringAppendable appendable_unicode_string(unicode_string); in Compute()
551 Encode(encoding_, unicode_string, &result); in Compute()
/external/python/cpython3/Lib/test/
Dtest_marshal.py308 unicode_string = 'T'
309 self.assertRaises(TypeError, marshal.loads, unicode_string)
/external/tensorflow/tensorflow/python/kernel_tests/
Dpy_func_test.py267 def unicode_string(): function
270 z, = script_ops.py_func(unicode_string, [], [dtypes.string])
/external/v8/src/
Dheap-symbols.h228 V(unicode_string, "unicode") \
Dbootstrapper.cc2527 SimpleInstallGetter(isolate_, prototype, factory->unicode_string(), in InitializeGlobal()
/external/v8/src/runtime/
Druntime-regexp.cc1774 JSReceiver::GetProperty(isolate, recv, factory->unicode_string())); in RUNTIME_FUNCTION()
/external/v8/src/builtins/
Dbuiltins-regexp-gen.cc1536 name = factory->unicode_string(); in SlowFlagGetter()