Home
last modified time | relevance | path

Searched defs:unicode_string (Results 1 – 5 of 5) sorted by relevance

/external/python/rsa/tests/
Dtest_strings.py23 unicode_string = u"Euro=\u20ac ABCDEFGHIJKLMNOPQRSTUVWXYZ" variable
/external/sdv/vsomeip/third_party/boost/spirit/test/karma/
Dregression_unicode_char.cpp45 typedef std::basic_string<char_encoding::unicode::char_type> unicode_string; in main() typedef
/external/tensorflow/tensorflow/core/kernels/
Dunicode_ops.cc564 icu::UnicodeString unicode_string; in Compute() local
/external/tensorflow/tensorflow/python/kernel_tests/control_flow/
Dpy_func_test.py305 def unicode_string(): function
/external/python/asn1crypto/tests/
Dtest_x509.py112 def ip_address(self, unicode_string, der_bytes): argument