Home
last modified time | relevance | path

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

1234567

/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/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.js115 url.format(myURL, { unicode: true }), property
120 url.format(myURL, { unicode: 1 }), property
125 url.format(myURL, { unicode: {} }), property
130 url.format(myURL, { unicode: false }), property
135 url.format(myURL, { unicode: 0 }), property
140 url.format(new URL('http://user:pass@xn--0zwm56d.com:8080/path'), { unicode: true }), property
146 url.format(new URL('tel:123'), { unicode: true }) property
Dtest-icu-punycode.js22 for (const [i, { ascii, unicode }] of tests.entries()) { field
Dtest-whatwg-url-custom-domainto.js28 for (const [i, { ascii, unicode }] of tests.entries()) { field
/third_party/node/deps/npm/test/lib/commands/
Dview.js285 const { view, outputs } = await loadMockNpm(t, { config: { unicode: false } }) property
291 const { view, outputs } = await loadMockNpm(t, { config: { unicode: false } }) property
297 const { view, outputs } = await loadMockNpm(t, { config: { unicode: true } }) property
303 const { view, outputs } = await loadMockNpm(t, { config: { unicode: false } }) property
309 const { view, outputs } = await loadMockNpm(t, { config: { unicode: false } }) property
315 const { view, outputs } = await loadMockNpm(t, { config: { unicode: false } }) property
321 const { view, outputs } = await loadMockNpm(t, { config: { unicode: false } }) property
327 const { view, outputs } = await loadMockNpm(t, { config: { unicode: false } }) property
333 const { view, outputs } = await loadMockNpm(t, { config: { unicode: false } }) property
339 const { view, outputs } = await loadMockNpm(t, { config: { unicode: false } }) property
[all …]
Dunstar.js21 config: { unicode: false, ...auth }, property
43 config: { unicode: true, ...auth }, property
Dstar.js21 config: { unicode: false, ...auth }, property
43 config: { unicode: true, ...auth }, property
/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/python/Objects/
Dunicodeobject.c530 PyUnicodeObject *unicode = _PyUnicodeObject_CAST(op); in _PyUnicode_CheckConsistency() local
619 unicode_result_wchar(PyObject *unicode) in unicode_result_wchar()
653 unicode_result_ready(PyObject *unicode) in unicode_result_ready()
686 unicode_result(PyObject *unicode) in unicode_result()
696 unicode_result_unchanged(PyObject *unicode) in unicode_result_unchanged()
713 PyObject *unicode, Py_ssize_t collstart, Py_ssize_t collend) in backslashreplace()
780 PyObject *unicode, Py_ssize_t collstart, Py_ssize_t collend) in xmlcharrefreplace()
1008 unicode_fill_invalid(PyObject *unicode, Py_ssize_t old_length) in unicode_fill_invalid()
1020 resize_compact(PyObject *unicode, Py_ssize_t length) in resize_compact()
1091 resize_inplace(PyObject *unicode, Py_ssize_t length) in resize_inplace()
[all …]
/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/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/skia/modules/skunicode/src/
DSkUnicode.cpp16 std::unique_ptr<SkUnicode> unicode = SkUnicode::MakeIcuBasedUnicode(); in Make() local
30 std::unique_ptr<SkUnicode> unicode = in MakeClientBasedUnicode() local
/third_party/node/deps/googletest/src/
Dgtest-filepath.cc253 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() local
277 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); in DirectoryExists() local
354 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); in CreateFolder() local
/third_party/googletest/googletest/src/
Dgtest-filepath.cc249 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() local
273 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); in DirectoryExists() local
352 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); in CreateFolder() local
/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/cache/
Dkey.js8 unicode: false, property
/third_party/skia/experimental/sktext/editor/
DTexts.h33 auto unicode = SkUnicode::Make(); in StaticText() local
71 auto unicode = SkUnicode::Make(); in DynamicText() local
97 auto unicode = SkUnicode::Make(); in rebuild() local
/third_party/node/deps/v8/src/regexp/
Dregexp-utils.cc172 bool unicode) { in AdvanceStringIndex()
191 bool unicode) { in SetAdvancedStringIndex()
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/
DCMapTableBuilderTest.java44 int unicode = entry.getKey(); in verifyCmap() local
/third_party/node/deps/npm/test/lib/utils/
Ddisplay.js31 display.load({ unicode: true }) property
34 display.load({ unicode: false }) property
/third_party/cups-filters/fontembed/
Dembed.h68 static inline void emb_set(EMB_PARAMS *emb,int unicode,unsigned short gid) // {{{ in emb_set()
82 static inline unsigned short emb_get(EMB_PARAMS *emb,int unicode) // {{{ gid in emb_get()

1234567