Home
last modified time | relevance | path

Searched defs:unicode (Results 1 – 25 of 207) sorted by relevance

123456789

/third_party/node/test/fixtures/
Durl-idna.js6 unicode: 'افغانستا.icom.museum' property
10 unicode: 'الجزائر.icom.museum' property
14 unicode: 'österreich.icom.museum' property
18 unicode: 'বাংলাদেশ.icom.museum' property
22 unicode: 'беларусь.icom.museum' property
26 unicode: 'belgië.icom.museum' property
30 unicode: 'българия.icom.museum' property
34 unicode: 'تشادر.icom.museum' property
38 unicode: '中国.icom.museum' property
42 unicode: 'القمر.icom.museum' property
[all …]
/third_party/boost/boost/spirit/home/support/char_encoding/
Dunicode.hpp23 struct unicode struct
25 typedef ::boost::uint32_t char_type;
26 typedef ::boost::uint32_t classify_type;
32 isascii_(char_type ch) in isascii_()
38 ischar(char_type ch) in ischar()
45 isalnum(char_type ch) in isalnum()
51 isalpha(char_type ch) in isalpha()
57 isdigit(char_type ch) in isdigit()
63 isxdigit(char_type ch) in isxdigit()
69 iscntrl(char_type ch) in iscntrl()
[all …]
/third_party/node/benchmark/url/
Dwhatwg-url-idna.js8 unicode: '' property
12 unicode: 'passports' property
16 unicode: 'xn--Pastrae-1vae' property
20 unicode: 'xn--ihqwczyycu19kkg2c' property
24 unicode: { toString() { return ''; } } property
/third_party/node/test/parallel/
Dtest-url-format-whatwg.js90 url.format(myURL, { unicode: true }), property
95 url.format(myURL, { unicode: 1 }), property
100 url.format(myURL, { unicode: {} }), property
105 url.format(myURL, { unicode: false }), property
110 url.format(myURL, { unicode: 0 }), property
115 url.format(new URL('http://xn--0zwm56d.com:8080/path'), { unicode: true }), property
Dtest-whatwg-url-custom-domainto.js28 for (const [i, { ascii, unicode }] of tests.entries()) { field
Dtest-icu-punycode.js22 for (const [i, { ascii, unicode }] of tests.entries()) { field
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-icu.cc110 hb_codepoint_t unicode, in hb_icu_unicode_combining_class()
119 hb_codepoint_t unicode, in hb_icu_unicode_general_category()
170 hb_codepoint_t unicode, in hb_icu_unicode_mirroring()
178 hb_codepoint_t unicode, in hb_icu_unicode_script()
Dhb-glib.cc89 hb_codepoint_t unicode, in hb_glib_unicode_combining_class()
98 hb_codepoint_t unicode, in hb_glib_unicode_general_category()
108 hb_codepoint_t unicode, in hb_glib_unicode_mirroring()
117 hb_codepoint_t unicode, in hb_glib_unicode_script()
Dhb-ucd.cc25 hb_codepoint_t unicode, in hb_ucd_combining_class()
33 hb_codepoint_t unicode, in hb_ucd_general_category()
41 hb_codepoint_t unicode, in hb_ucd_mirroring()
49 hb_codepoint_t unicode, in hb_ucd_script()
/third_party/harfbuzz/src/
Dhb-icu.cc110 hb_codepoint_t unicode, in hb_icu_unicode_combining_class()
119 hb_codepoint_t unicode, in hb_icu_unicode_general_category()
170 hb_codepoint_t unicode, in hb_icu_unicode_mirroring()
178 hb_codepoint_t unicode, in hb_icu_unicode_script()
Dhb-glib.cc89 hb_codepoint_t unicode, in hb_glib_unicode_combining_class()
98 hb_codepoint_t unicode, in hb_glib_unicode_general_category()
108 hb_codepoint_t unicode, in hb_glib_unicode_mirroring()
117 hb_codepoint_t unicode, in hb_glib_unicode_script()
Dhb-ucd.cc25 hb_codepoint_t unicode, in hb_ucd_combining_class()
33 hb_codepoint_t unicode, in hb_ucd_general_category()
41 hb_codepoint_t unicode, in hb_ucd_mirroring()
49 hb_codepoint_t unicode, in hb_ucd_script()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-glib.cc207 hb_codepoint_t unicode, in hb_glib_unicode_combining_class()
216 hb_codepoint_t unicode, in hb_glib_unicode_general_category()
226 hb_codepoint_t unicode, in hb_glib_unicode_mirroring()
235 hb_codepoint_t unicode, in hb_glib_unicode_script()
Dhb-ucd.cc24 hb_codepoint_t unicode, in hb_ucd_combining_class()
32 hb_codepoint_t unicode, in hb_ucd_general_category()
40 hb_codepoint_t unicode, in hb_ucd_mirroring()
48 hb_codepoint_t unicode, in hb_ucd_script()
Dhb-icu.cc82 hb_codepoint_t unicode, in hb_icu_unicode_combining_class()
91 hb_codepoint_t unicode, in hb_icu_unicode_general_category()
142 hb_codepoint_t unicode, in hb_icu_unicode_mirroring()
150 hb_codepoint_t unicode, in hb_icu_unicode_script()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DBoundedByteStringTest.java64 ByteString unicode = ByteString.wrap(testString.getBytes(Internal.UTF_8)); in testToString() local
81 ByteString unicode = ByteString.wrap(testString.getBytes(Internal.UTF_8)); in testCharsetToString() local
DRopeByteStringSubstringTest.java76 ByteString unicode = ByteString.EMPTY; in testToString() local
109 ByteString unicode = ByteString.EMPTY; in testCharsetToString() local
DRopeByteStringTest.java124 ByteString unicode = ByteString.EMPTY; in testToString() local
153 ByteString unicode = ByteString.EMPTY; in testCharsetToString() local
/third_party/skia/modules/skparagraph/src/
DParagraphBuilderImpl.cpp26 auto unicode = SkUnicode::Make(); in make() local
34 … ParagraphStyle& style, sk_sp<FontCollection> fontCollection, std::unique_ptr<SkUnicode> unicode) { in make()
42 …st ParagraphStyle& style, sk_sp<FontCollection> fontCollection, std::unique_ptr<SkUnicode> unicode) in ParagraphBuilderImpl()
/third_party/python/Objects/
Dunicodeobject.c537 PyUnicodeObject *unicode = (PyUnicodeObject *)op; in _PyUnicode_CheckConsistency() local
626 unicode_result_wchar(PyObject *unicode) in unicode_result_wchar()
660 unicode_result_ready(PyObject *unicode) in unicode_result_ready()
705 unicode_result(PyObject *unicode) in unicode_result()
715 unicode_result_unchanged(PyObject *unicode) in unicode_result_unchanged()
732 PyObject *unicode, Py_ssize_t collstart, Py_ssize_t collend) in backslashreplace()
799 PyObject *unicode, Py_ssize_t collstart, Py_ssize_t collend) in xmlcharrefreplace()
1027 unicode_fill_invalid(PyObject *unicode, Py_ssize_t old_length) in unicode_fill_invalid()
1039 resize_compact(PyObject *unicode, Py_ssize_t length) in resize_compact()
1110 resize_inplace(PyObject *unicode, Py_ssize_t length) in resize_inplace()
[all …]
/third_party/googletest/googletest/src/
Dgtest-filepath.cc208 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() local
232 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); in DirectoryExists() local
322 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); in CreateFolder() local
/third_party/mesa3d/src/gtest/src/
Dgtest-filepath.cc207 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() local
231 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); in DirectoryExists() local
321 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); in CreateFolder() local
/third_party/cef/tools/yapf/yapf/yapflib/
Dpy3compat.py98 unicode = str # pylint: disable=redefined-builtin,invalid-name variable
101 def unicode(s): # pylint: disable=invalid-name function
/third_party/boost/boost/spirit/home/support/
Dcommon_terminals.hpp265 namespace boost { namespace spirit { namespace tag { namespace unicode namespace
270 namespace boost { namespace spirit { namespace unicode namespace
/third_party/flutter/skia/modules/skparagraph/src/
DParagraphStyle.cpp38 icu::UnicodeString unicode; in setEllipsis() local

123456789