/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | ScriptCompositeFontInstance.cpp | 69 const LEFontInstance *ScriptCompositeFontInstance::getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const in getSubFont() argument
|
/test/testfwk/arkxtest/uitest/core/ |
H A D | common_utilities_hpp.h | 72 std::array<char, MAX_LOG_TAG_LEN> chars = {0}; in GenLogTag() local [all...] |
/third_party/curl/docs/examples/ |
H A D | htmltitle.cpp | 167 handleCharacters(Context *context, const xmlChar *chars, int length) handleCharacters() argument 179 Characters(void *voidContext, const xmlChar *chars, int length) Characters() argument 192 cdata(void *voidContext, const xmlChar *chars, int length) cdata() argument
|
/third_party/curl/lib/ |
H A D | idn.c | 77 int chars = IdnToAscii(0, in_w, (int)(wcslen(in_w) + 1), punycode, in win32_idn_to_ascii() local 107 int chars = IdnToUnicode(0, in_w, (int)(wcslen(in_w) + 1), idn, in win32_ascii_to_idn() local
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | CharsTrieBuilder.java | 278 private char[] chars; global() field in CharsTrieBuilder [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | reptest.cpp | 42 UnicodeString chars; member in TestReplaceable [all...] |
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/ |
H A D | InputFile.java | 146 public byte[] encode(char[] chars) in encode() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | CharsTrieBuilder.java | 274 private char[] chars; global() field in CharsTrieBuilder [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | unistr_case.cpp | 63 const UChar *chars = getArrayStart(); in doCaseCompare() local
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | json_test.cc | 42 std::vector<uint8_t> chars = { in TEST() local 70 std::vector<uint8_t> chars; in TEST() local 89 std::vector<uint16_t> chars = {'a', 0xd800, 'b', 0xdada, 'c', 0xdbff, 'd'}; TEST() local 102 std::vector<uint16_t> chars = {'a', 0xdc00, 'b', 0xdede, 'c', 0xdfff, 'd'}; TEST() local 113 std::vector<uint16_t> chars = {'a', 'b', 'c', 0xffff, 'd'}; TEST() local 122 std::vector<uint8_t> chars = {'a', 0x7f, 'b'}; TEST() local [all...] |
/third_party/node/deps/v8/third_party/zlib/ |
H A D | gzlib.c | 40 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | unistr_case.cpp | 63 const char16_t *chars = getArrayStart(); in doCaseCompare() local
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | gzlib.c | 36 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM
local [all...] |
/third_party/node/deps/v8/src/inspector/ |
H A D | string-16.cc | 165 int chars = v8::base::OS::SNPrintF(buffer, kBufferSize, "%d", number); in appendNumber() local 174 int chars = v8::base::OS::SNPrintF(buffer, kBufferSize, "%zu", number); in appendNumber() local 176 int chars = v8::base::OS::SNPrintF(buffer, kBufferSize, "%Iu", number); in appendNumber() local 185 int chars = in appendUnsignedAsHex() local 194 int chars = v8::base::OS::SNPrintF(buffer, kBufferSize, "%08" PRIx32, number); appendUnsignedAsHex() local 202 int chars = v8::base::OS::SNPrintF(buffer, kBufferSize, "%02" PRIx8, number); appendUnsignedAsHex() local [all...] |
/third_party/node/deps/v8/src/utils/ |
H A D | memcopy.h | 46 MemCopyUint8Wrapper(uint8_t* dest, const uint8_t* src, size_t chars) MemCopyUint8Wrapper() argument 67 MemCopyUint8Wrapper(uint8_t* dest, const uint8_t* src, size_t chars) MemCopyUint8Wrapper() argument
|
/third_party/rust/crates/cxx/src/ |
H A D | lib.rs | 525 macro_rules! chars { macros
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_neon_inc.h | 85 static sljit_u8* SLJIT_FUNC FF_FUN(sljit_u8 *str_end, sljit_u8 *str_ptr, sljit_uw offs1, sljit_uw offs2, sljit_uw chars) in FF_FUN() argument
|
/third_party/skia/third_party/externals/icu/source/extra/scrptrun/ |
H A D | scrptrun.h | 109 inline ScriptRun::ScriptRun(const UChar chars[], int32_t length) in ScriptRun() argument 114 inline ScriptRun::ScriptRun(const UChar chars[], int32_t start, int32_t length) in ScriptRun() argument 150 inline void ScriptRun::reset(const UChar chars[], int32_t start, int32_t length) in reset() argument
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/android/ |
H A D | AngleNativeTest.cpp | 71 const char16_t *chars = reinterpret_cast<const char16_t *>(jchars); in ASCIIJavaStringToUTF8() local
|
/third_party/skia/third_party/externals/zlib/ |
H A D | gzlib.c | 40 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | unistr_case.cpp | 63 const UChar *chars = getArrayStart(); in doCaseCompare() local
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_message_lite.cc | 474 std::vector<uint16> chars; in GenerateDynamicMethodNewBuildMessageInfo() local [all...] |
/third_party/skia/modules/skshaper/tests/ |
H A D | ShaperTest.cpp | 89 SkString chars; variable
|
/foundation/CastEngine/castengine_wifi_display/services/utils/ |
H A D | utils.cpp | 91 std::string &Trim(std::string &s, const std::string &chars) in Trim() argument 97 std::string Trim(std::string &&s, const std::string &chars) in Trim() argument
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | tty_buffer.c | 410 int tty_prepare_flip_string(struct tty_port *port, unsigned char **chars, in tty_prepare_flip_string() argument 312 tty_insert_flip_string_fixed_flag(struct tty_port *port, const unsigned char *chars, char flag, size_t size) tty_insert_flip_string_fixed_flag() argument 348 tty_insert_flip_string_flags(struct tty_port *port, const unsigned char *chars, const char *flags, size_t size) tty_insert_flip_string_flags() argument 569 tty_insert_flip_string_and_push_buffer(struct tty_port *port, const unsigned char *chars, size_t size) tty_insert_flip_string_and_push_buffer() argument [all...] |