Home
last modified time | relevance | path

Searched defs:unicode (Results 251 - 275 of 286) sorted by relevance

1...<<1112

/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dio_edgeport.c2500 unicode_to_ascii(char *string, int buflen, __le16 *unicode, int unicode_size) unicode_to_ascii() argument
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-regexp-object.c2061 bool unicode = false; in ecma_regexp_split_helper() local
2741 bool unicode = false; in ecma_regexp_replace_helper() local
403 ecma_regexp_canonicalize_char(lit_code_point_t ch, bool unicode) ecma_regexp_canonicalize_char() argument
[all...]
/third_party/node/src/crypto/
H A Dcrypto_common.cc762 bool unicode = true; in PrintGeneralName() local
/third_party/ntfs-3g/libntfs-3g/
H A Ddir.c660 ntfschar *unicode = NULL; in ntfs_pathname_to_inode() local
[all...]
/third_party/node/deps/v8/src/regexp/arm64/
H A Dregexp-macro-assembler-arm64.cc308 CheckNotBackReferenceIgnoreCase( int start_reg, bool read_backward, bool unicode, Label* on_no_match) CheckNotBackReferenceIgnoreCase() argument
/third_party/node/deps/v8/src/regexp/s390/
H A Dregexp-macro-assembler-s390.cc238 CheckNotBackReferenceIgnoreCase( int start_reg, bool read_backward, bool unicode, Label* on_no_match) CheckNotBackReferenceIgnoreCase() argument
/third_party/node/deps/v8/src/runtime/
H A Druntime-regexp.cc1667 const bool unicode = (String::IndexOf(isolate, flags, u_str, 0) >= 0); in RUNTIME_FUNCTION() local
1837 bool unicode = false; in RUNTIME_FUNCTION() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-font.cc129 hb_font_get_nominal_glyph_default(hb_font_t *font, void *font_data HB_UNUSED, hb_codepoint_t unicode, hb_codepoint_t *glyph, void *user_data HB_UNUSED) hb_font_get_nominal_glyph_default() argument
185 hb_font_get_variation_glyph_default(hb_font_t *font, void *font_data HB_UNUSED, hb_codepoint_t unicode, hb_codepoint_t variation_selector, hb_codepoint_t *glyph, void *user_data HB_UNUSED) hb_font_get_variation_glyph_default() argument
807 hb_font_get_glyph(hb_font_t *font, hb_codepoint_t unicode, hb_codepoint_t variation_selector, hb_codepoint_t *glyph) hb_font_get_glyph() argument
835 hb_font_get_nominal_glyph(hb_font_t *font, hb_codepoint_t unicode, hb_codepoint_t *glyph) hb_font_get_nominal_glyph() argument
887 hb_font_get_variation_glyph(hb_font_t *font, hb_codepoint_t unicode, hb_codepoint_t variation_selector, hb_codepoint_t *glyph) hb_font_get_variation_glyph() argument
2306 hb_font_get_nominal_glyph_trampoline(hb_font_t *font, void *font_data, hb_codepoint_t unicode, hb_codepoint_t *glyph, void *user_data) hb_font_get_nominal_glyph_trampoline() argument
2317 hb_font_get_variation_glyph_trampoline(hb_font_t *font, void *font_data, hb_codepoint_t unicode, hb_codepoint_t variation_selector, hb_codepoint_t *glyph, void *user_data) hb_font_get_variation_glyph_trampoline() argument
[all...]
H A Dhb-ot-cmap-table.hh589 hb_codepoint_t unicode = start_cp + i; in collect_mapping() local
921 hb_codepoint_t unicode = a.unicodeValue; in collect_mapping() local
[all...]
/third_party/python/Python/
H A Dfileutils.c1024 _Py_EncodeNonUnicodeWchar_InPlace(wchar_t *unicode, Py_ssize_t size) in _Py_EncodeNonUnicodeWchar_InPlace() argument
H A Dsysmodule.c2301 PyObject *unicode; in PySys_AddWarnOption() local
3371 sys_pyfile_write_unicode(PyObject *unicode, PyObject *file) in sys_pyfile_write_unicode() argument
3387 PyObject *unicode = NULL; sys_pyfile_write() local
[all...]
/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp711 void emit(SkUnicode* unicode, cons argument
75 skhb_glyph(hb_font_t* hb_font, void* font_data, hb_codepoint_t unicode, hb_codepoint_t variation_selector, hb_codepoint_t* glyph, void* user_data) skhb_glyph() argument
93 skhb_nominal_glyph(hb_font_t* hb_font, void* font_data, hb_codepoint_t unicode, hb_codepoint_t* glyph, void* user_data) skhb_nominal_glyph() argument
929 auto unicode = SkUnicode::Make(); global() local
957 ShaperHarfBuzz(std::unique_ptr<SkUnicode> unicode, SkUnicodeBreak lineIter, SkUnicodeBreak graphIter, HBBuffer buffer, std::shared_ptr<RSFontMgr> fontmgr) global() argument
1679 auto unicode = SkUnicode::Make(); global() local
1690 MakeSkUnicodeBidiRunIterator(SkUnicode* unicode, const char* utf8, size_t utf8Bytes, uint8_t bidiLevel) global() argument
1749 MakeShapeDontWrapOrReorder(std::unique_ptr<SkUnicode> unicode, sk_sp<SkFontMgr> fontmgr) global() argument
1752 MakeShapeDontWrapOrReorder(std::unique_ptr<SkUnicode> unicode, std::shared_ptr<RSFontMgr> fontmgr) global() argument
[all...]
/third_party/skia/modules/skparagraph/src/
H A DTextLine.cpp1191 SkUnichar unicode = nextUtf8Unit(&ch, ellipsis.c_str() + ellipsis.size()); local
H A DParagraphImpl.cpp900 SkUnichar unicode = 0; in GetLineFontMetrics() local
111 ParagraphImpl(const SkString& text, ParagraphStyle style, SkTArray<Block, true> blocks, SkTArray<Placeholder, true> placeholders, sk_sp<FontCollection> fonts, std::shared_ptr<SkUnicode> unicode) ParagraphImpl() argument
135 ParagraphImpl(const std::u16string& utf16text, ParagraphStyle style, SkTArray<Block, true> blocks, SkTArray<Placeholder, true> placeholders, sk_sp<FontCollection> fonts, std::shared_ptr<SkUnicode> unicode) ParagraphImpl() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.cpp965 bool unicode = EcmaStringAccessor(inputString).IsUtf16() && (flags & RegExpParser::FLAG_UTF16); in MatchAndReplace() local
1841 AdvanceStringIndex(const JSHandle<JSTaggedValue> &inputStr, int64_t index, bool unicode) AdvanceStringIndex() argument
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/
H A Djs_canvas.cpp1128 int32_t unicode = SkUTF::NextUTF8(&currentStr, currentStr + len); in OnDrawSingleCharacter() local
/third_party/icu/icu4c/source/test/cintltst/
H A Dnccbtst.c1685 static const UChar unicode[]={ TestSub() local
[all...]
H A Dnucnvtst.c969 static const UChar unicode[] in TestNewConvertWithBufferSizes() local
1056 static const UChar unicode[] = { TestNewConvertWithBufferSizes() local
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-parser.cc77 bool unicode() const { return IsUnicode(flags_); } in unicode() function in v8::internal::__anon14998::RegExpBuilder
253 bool unicode() const { return IsUnicode(top_level_flags_) || force_unicode_; } in unicode() function in v8::internal::__anon14998::final
[all...]
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dpsaux.h1331 FT_CMap_Class unicode; member
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc733 PyObject* unicode = PyUnicode_FromEncodedObject(obj, "utf-8", NULL); in IsValidUTF8() local
/kernel/linux/linux-5.10/drivers/tty/vt/
H A Dvt.c261 static void notify_write(struct vc_data *vc, unsigned int unicode) in notify_write() argument
[all...]
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2ops.c2914 parse_reparse_symlink(struct reparse_symlink_data_buffer *sym, u32 plen, bool unicode, struct cifs_sb_info *cifs_sb, struct cifs_open_info_data *data) parse_reparse_symlink() argument
2943 parse_reparse_point(struct reparse_data_buffer *buf, u32 plen, struct cifs_sb_info *cifs_sb, bool unicode, struct cifs_open_info_data *data) parse_reparse_point() argument
/kernel/linux/linux-6.6/drivers/tty/vt/
H A Dvt.c264 static void notify_write(struct vc_data *vc, unsigned int unicode) in notify_write() argument
/third_party/node/deps/ada/
H A Dada.h4440 namespace ada::unicode { namespace in ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::scheme::ada::ada::ada::ada::ada
5757 namespace ada::unicode { global() namespace in ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::scheme::ada::ada::ada::ada::ada::ada::ada
[all...]

Completed in 82 milliseconds

1...<<1112