Home
last modified time | relevance | path

Searched defs:unicode (Results 126 - 150 of 285) sorted by relevance

12345678910>>...12

/third_party/node/deps/v8/third_party/markupsafe/
H A D_speedups.c143 PyObject *unicode = PyObject_Unicode(text); in escape() local
/third_party/node/tools/inspector_protocol/markupsafe/
H A D_speedups.c143 PyObject *unicode = PyObject_Unicode(text); in escape() local
/third_party/icu/icu4c/source/samples/layout/
H A Dcmaps.cpp135 LEUnicode16 unicode = (LEUnicode16) unicode32; in unicodeToGlyph() local
/third_party/icu/icu4c/source/test/letest/
H A Dcmaps.cpp175 LEUnicode16 unicode = (LEUnicode16) unicode32; in unicodeToGlyph() local
/third_party/node/deps/v8/src/regexp/
H A Dregexp-utils.cc171 AdvanceStringIndex(Handle<String> string, uint64_t index, bool unicode) AdvanceStringIndex() argument
189 SetAdvancedStringIndex( Isolate* isolate, Handle<JSReceiver> regexp, Handle<String> string, bool unicode) SetAdvancedStringIndex() argument
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Dcmaps.cpp135 LEUnicode16 unicode = (LEUnicode16) unicode32; in unicodeToGlyph() local
/third_party/skia/third_party/externals/markupsafe/
H A D_speedups.c143 PyObject *unicode = PyObject_Unicode(text); in escape() local
/third_party/skia/third_party/externals/freetype/include/freetype/internal/services/
H A Dsvpscmap.h55 FT_UInt32 unicode; /* bit 31 set: is glyph variant */ member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-normalize.cc232 hb_codepoint_t unicode = buffer->cur().codepoint; in handle_variation_selector_cluster() local
H A Dhb-ucd.cc24 hb_ucd_combining_class(hb_unicode_funcs_t *ufuncs HB_UNUSED, hb_codepoint_t unicode, void *user_data HB_UNUSED) hb_ucd_combining_class() argument
32 hb_ucd_general_category(hb_unicode_funcs_t *ufuncs HB_UNUSED, hb_codepoint_t unicode, void *user_data HB_UNUSED) hb_ucd_general_category() argument
40 hb_ucd_mirroring(hb_unicode_funcs_t *ufuncs HB_UNUSED, hb_codepoint_t unicode, void *user_data HB_UNUSED) hb_ucd_mirroring() argument
48 hb_ucd_script(hb_unicode_funcs_t *ufuncs HB_UNUSED, hb_codepoint_t unicode, void *user_data HB_UNUSED) hb_ucd_script() argument
[all...]
H A Dhb-unicode.cc87 hb_unicode_mirroring_nil(hb_unicode_funcs_t *ufuncs HB_UNUSED, hb_codepoint_t unicode, void *user_data HB_UNUSED) hb_unicode_mirroring_nil() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-shape.c57 glyph_func(hb_font_t *font HB_UNUSED, void *font_data HB_UNUSED, hb_codepoint_t unicode, hb_codepoint_t *glyph, void *user_data HB_UNUSED) glyph_func() argument
/third_party/python/Objects/stringlib/
H A Dcodecs.h261 utf8_encoder(_PyBytesWriter *writer, PyObject *unicode, const STRINGLIB_CHAR *data, Py_ssize_t size, _Py_error_handler error_handler, const char *errors) utf8_encoder() argument
/third_party/rust/crates/regex/tests/
H A Dtest_default.rs58 mod unicode; modules
/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font.cpp174 uint8_t* UIFont::GetBitmap(uint32_t unicode, GlyphNode& glyphNode, uint16_t fontId, uint8_t fontSize, in GetBitmap() argument
210 int8_t UIFont::GetGlyphNode(uint32_t unicode, GlyphNode& glyphNode, uint16_t fontId, uint8_t fontSize) in GetGlyphNode() argument
235 uint16_t UIFont::GetWidth(uint32_t unicode, uint16_t fontId, uint8_t fontSize, uint8_t shapingId) in GetWidth() argument
[all...]
H A Dui_line_break.cpp142 uint32_t unicode = TypedText::GetUTF8Next(text, preIndex, byteIdx); in GetNextLineAndWidth() local
193 int16_t UILineBreakEngine::GetLetterWidth(uint32_t unicode, in GetLetterWidth() argument
213 IsBreakPos(uint32_t unicode, uint16_t fontId, uint8_t fontSize, int32_t& state) IsBreakPos() argument
[all...]
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A Dspeakup_soft.c199 softsynthx_read(struct file *fp, char __user *buf, size_t count, loff_t *pos, int unicode) softsynthx_read() argument
/kernel/linux/linux-5.10/drivers/tty/vt/
H A Dconsolemap.c475 con_insert_unipair(struct uni_pagedir *p, u_short unicode, u_short fontpos) in con_insert_unipair() argument
[all...]
H A Dselection.c67 sel_pos(int n, bool unicode) in sel_pos() argument
188 static int vc_selection_store_chars(struct vc_data *vc, bool unicode) in vc_selection_store_chars() argument
233 bool unicode = vt_do_kdgkbmode(fg_console) == K_UNICODE; in vc_do_selection() local
[all...]
/kernel/linux/linux-6.6/drivers/tty/vt/
H A Dselection.c67 sel_pos(int n, bool unicode) in sel_pos() argument
189 static int vc_selection_store_chars(struct vc_data *vc, bool unicode) in vc_selection_store_chars() argument
234 bool unicode = vt_do_kdgkbmode(fg_console) == K_UNICODE; in vc_do_selection() local
[all...]
/third_party/curl/lib/vauth/
H A Dntlm.c492 bool unicode = (ntlm->flags & NTLMFLAG_NEGOTIATE_UNICODE) ? TRUE : FALSE; in Curl_auth_create_ntlm_type3_message() local
/third_party/cups-filters/fontembed/
H A Dembed.h68 static inline void emb_set(EMB_PARAMS *emb,int unicode,unsigned short gid) // {{{ in emb_set() argument
82 static inline unsigned short emb_get(EMB_PARAMS *emb,int unicode) // {{{ gid in emb_get() argument
/third_party/googletest/googletest/src/
H A 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/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
H A DTestConversion.java61 String unicode; // unicode string field in TestConversion.ConversionCase
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DIcuTextWriter.java

Completed in 14 milliseconds

12345678910>>...12