| /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...] |
| /kernel/linux/linux-5.10/drivers/usb/host/ |
| H A D | xhci-dbgtty.c | 260 int chars = 0; in dbc_tty_chars_in_buffer() local
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | lp.h | 37 unsigned long chars; member 49 unsigned int chars; member
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | lp.h | 37 unsigned long chars; member 49 unsigned int chars; member
|
| /kernel/linux/linux-6.6/drivers/tty/ |
| H A D | tty_buffer.c | 300 size_t __tty_insert_flip_string_flags(struct tty_port *port, const u8 *chars, in __tty_insert_flip_string_flags() argument 354 size_t tty_prepare_flip_string(struct tty_port *port, u8 **chars, size_t size) in tty_prepare_flip_string() argument 552 tty_insert_flip_string_and_push_buffer(struct tty_port *port, const u8 *chars, size_t size) tty_insert_flip_string_and_push_buffer() argument [all...] |
| /kernel/linux/linux-6.6/drivers/usb/host/ |
| H A D | xhci-dbgtty.c | 266 unsigned int chars; in dbc_tty_chars_in_buffer() local
|
| /third_party/glfw/src/ |
| H A D | win32_init.c | 527 WCHAR chars[16]; in _glfwUpdateKeyNamesWin32() local
|
| /third_party/icu/icu4c/source/tools/icuswap/ |
| H A D | icuswap.cpp | 329 const char *chars=(const char *)context; in compareToCEntries() local
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | FormattedStringBuilder.java | 47 char[] chars; field in FormattedStringBuilder 257 append(char[] chars, Object[] fields) append() argument 267 insert(int index, char[] chars, Object[] fields) insert() argument 547 contentEquals(char[] chars, Object[] fields) contentEquals() argument [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
| H A D | UScriptRun.java | 114 public UScriptRun(char[] chars) in UScriptRun() argument 131 public UScriptRun(char[] chars, int start, int count) in UScriptRun() argument 208 public final void reset(char[] chars, int start, int count) in reset() argument 229 reset(char[] chars) reset() argument [all...] |
| /third_party/icu/icu4c/source/samples/layout/ |
| H A D | paragraph.cpp | 82 Paragraph::Paragraph(const LEUnicode chars[], int32_t charCount, const FontRuns *fontRuns, LEErrorCode &status) in Paragraph() argument
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | ucsdetst.c | 165 static const UChar chars[] = { in TestUTF16() local 435 static const UChar chars[] = { in TestIBM424() local 521 static const UChar chars[] = { in TestIBM420() local [all...] |
| /third_party/icu/icu4c/source/layoutex/ |
| H A D | playout.cpp | 28 pl_create(const LEUnicode chars[], in pl_create() argument 54 pl_isComplex(const LEUnicode chars[], in pl_isComplex() argument
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | thcoll.cpp | 338 parseChars(UnicodeString& result, const char* chars) parseChars() argument
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
| H A D | ReplaceableTest.java | 86 ReplaceableString chars; field in ReplaceableTest.TestReplaceable [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | FormattedStringBuilder.java | 33 char[] chars; field in FormattedStringBuilder 243 append(char[] chars, Object[] fields) append() argument 253 insert(int index, char[] chars, Object[] fields) insert() argument 533 contentEquals(char[] chars, Object[] fields) contentEquals() argument [all...] |
| /third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
| H A D | ReplaceableTest.java | 83 ReplaceableString chars; field in ReplaceableTest.TestReplaceable [all...] |
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
| H A D | TestBidiTransform.java | 317 private static void shapeDigits(char[] chars, char srcZero, char destZero) { in shapeDigits() argument 331 private static void shapeLetters(char[] chars, int indexParity) { in shapeLetters() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/ |
| H A D | TestBidiTransform.java | 320 private static void shapeDigits(char[] chars, char srcZero, char destZero) { in shapeDigits() argument 334 private static void shapeLetters(char[] chars, int indexParity) { in shapeLetters() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
| H A D | UScriptRun.java | 116 public UScriptRun(char[] chars) in UScriptRun() argument 133 public UScriptRun(char[] chars, int start, int count) in UScriptRun() argument 210 public final void reset(char[] chars, int start, int count) in reset() argument 231 reset(char[] chars) reset() argument [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | formatted_string_builder.cpp | 443 const char16_t *FormattedStringBuilder::chars() const { in chars() function in FormattedStringBuilder
|
| /third_party/node/deps/zlib/ |
| H A D | gzlib.c | 37 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM in gz_strwinerror() local [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | formatted_string_builder.cpp | 443 const char16_t *FormattedStringBuilder::chars() const { in chars() function in FormattedStringBuilder
|
| /third_party/node/deps/icu-small/source/tools/escapesrc/ |
| H A D | escapesrc.cpp | 128 appendUtf8(std::string &outstr, const std::string &linestr, size_t &pos, size_t chars) appendUtf8() argument
|
| /third_party/icu/icu4c/source/test/thaitest/ |
| H A D | thaitest.cpp | 399 int generateFile(const UChar *chars, int32_t length) { in generateFile() argument
|