| /kernel/linux/linux-6.6/drivers/usb/serial/ |
| H A D | io_edgeport.c | 2500 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 D | ecma-regexp-object.c | 2061 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 D | crypto_common.cc | 762 bool unicode = true; in PrintGeneralName() local
|
| /third_party/ntfs-3g/libntfs-3g/ |
| H A D | dir.c | 660 ntfschar *unicode = NULL; in ntfs_pathname_to_inode() local [all...] |
| /third_party/node/deps/v8/src/regexp/arm64/ |
| H A D | regexp-macro-assembler-arm64.cc | 308 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 D | regexp-macro-assembler-s390.cc | 238 CheckNotBackReferenceIgnoreCase( int start_reg, bool read_backward, bool unicode, Label* on_no_match) CheckNotBackReferenceIgnoreCase() argument
|
| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-regexp.cc | 1667 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 D | hb-font.cc | 129 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 D | hb-ot-cmap-table.hh | 589 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 D | fileutils.c | 1024 _Py_EncodeNonUnicodeWchar_InPlace(wchar_t *unicode, Py_ssize_t size) in _Py_EncodeNonUnicodeWchar_InPlace() argument
|
| H A D | sysmodule.c | 2301 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 D | SkShaper_harfbuzz.cpp | 711 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 D | TextLine.cpp | 1191 SkUnichar unicode = nextUtf8Unit(&ch, ellipsis.c_str() + ellipsis.size()); local
|
| H A D | ParagraphImpl.cpp | 900 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 D | builtins_regexp.cpp | 965 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 D | js_canvas.cpp | 1128 int32_t unicode = SkUTF::NextUTF8(¤tStr, currentStr + len); in OnDrawSingleCharacter() local
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | nccbtst.c | 1685 static const UChar unicode[]={ TestSub() local [all...] |
| H A D | nucnvtst.c | 969 static const UChar unicode[] in TestNewConvertWithBufferSizes() local 1056 static const UChar unicode[] = { TestNewConvertWithBufferSizes() local [all...] |
| /third_party/node/deps/v8/src/regexp/ |
| H A D | regexp-parser.cc | 77 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 D | psaux.h | 1331 FT_CMap_Class unicode; member
|
| /third_party/protobuf/python/google/protobuf/pyext/ |
| H A D | message.cc | 733 PyObject* unicode = PyUnicode_FromEncodedObject(obj, "utf-8", NULL); in IsValidUTF8() local
|
| /kernel/linux/linux-5.10/drivers/tty/vt/ |
| H A D | vt.c | 261 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 D | smb2ops.c | 2914 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 D | vt.c | 264 static void notify_write(struct vc_data *vc, unsigned int unicode) in notify_write() argument
|
| /third_party/node/deps/ada/ |
| H A D | ada.h | 4440 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...] |