| /third_party/python/Objects/ |
| H A D | unicodeobject.c | 5777 /* The remaining input chars are ignored if the callback in PyUnicode_DecodeUTF32Stateful() 6067 /* The remaining input chars are ignored if the callback in PyUnicode_DecodeUTF16Stateful() 6403 *first_invalid_escape = s-3; /* Back up 3 chars, since we've in _PyUnicode_DecodeUnicodeEscapeInternal() 7093 /* startpos for collecting unencodable chars */ in unicode_encode_ucs1() 7916 wchar_t chars[2]; in encode_code_page_errors() local 7919 chars[0] = (wchar_t)ch; in encode_code_page_errors() 7923 chars[0] = Py_UNICODE_HIGH_SURROGATE(ch); in encode_code_page_errors() 7924 chars[1] = Py_UNICODE_LOW_SURROGATE(ch); in encode_code_page_errors() 7929 chars, charsize, in encode_code_page_errors() 8682 /* startpos for collecting unencodable chars */ in charmap_encoding_error() 12692 unicode_strip_impl(PyObject *self, PyObject *chars) unicode_strip_impl() argument 12711 unicode_lstrip_impl(PyObject *self, PyObject *chars) unicode_lstrip_impl() argument 12730 unicode_rstrip_impl(PyObject *self, PyObject *chars) unicode_rstrip_impl() argument [all...] |
| /third_party/node/deps/v8/src/wasm/ |
| H A D | c-api.cc | 887 const vec<byte_t>& chars) { in VecToString() 888 size_t length = chars.size(); in VecToString() 889 // Some, but not all, {chars} vectors we get here are null-terminated, in VecToString() 891 if (length > 0 && chars[length - 1] == 0) length--; in VecToString() 893 ->NewStringFromUtf8({chars.get(), length}) in VecToString() 886 VecToString(i::Isolate* isolate, const vec<byte_t>& chars) VecToString() argument
|
| /third_party/node/deps/v8/src/builtins/arm/ |
| H A D | builtins-arm.cc | 3286 Register chars = r2; in Generate_MemCopyUint8Uint8() local 3295 __ bic(temp2, chars, Operand(0x3), SetCC); in Generate_MemCopyUint8Uint8() 3307 __ mov(chars, Operand(chars, LSL, 31), SetCC); in Generate_MemCopyUint8Uint8()
|
| /third_party/python/Lib/email/ |
| H A D | _header_value_parser.py | 1076 chars, *remainder = _wsp_splitter(text, 1) 1077 vtext = ValueTerminal(chars, 'vtext') 1805 """ Read everything up to one of the chars in endchars. 2257 The RFC equivalent of ttext is any US-ASCII chars except space, ctls, or
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| H A D | DateTimeGeneratorTest.java | 1549 ", produces pattern without required chars: " + pattern); in TestAllFieldPatterns() 1636 assertTrue("Different number of chars in skeletonsAreSimilar", dtpg.skeletonsAreSimilar("Mddd", "MMMdd")); in TestCoverage()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
| H A D | regcomp.c | 406 /* Other chars are simply themselves when escaped with a backslash. in p_ere_exp() 799 /* xxx what about signed chars here... */ in p_b_term() 831 u = cp->chars; in p_b_cclass()
|
| /third_party/rust/crates/syn/src/ |
| H A D | lit.rs | 1155 s.chars().next().unwrap_or('\0') in next_chr()
|
| /third_party/rust/crates/regex/regex-syntax/src/hir/literal/ |
| H A D | mod.rs | 929 for c in show.chars() { in escape_unicode()
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-layout-common.hh | 1001 get_characters (unsigned start_offset, unsigned *char_count, hb_codepoint_t *chars) const in get_characters() 1006 | hb_sink (hb_array (chars, *char_count)) in get_characters()
|
| /third_party/skia/third_party/externals/microhttpd/doc/ |
| H A D | texinfo.tex | 1126 % backslashes, and other special chars. 1283 % Also escape PDF chars in the display string. 2423 % Set sfcode to normal for the chars that usually have another value. 2632 % we put a little stretch before and after the breakable chars, to help 2654 % characters, but some people like to break before the special chars, so 4620 % and is used in the definitions of the active chars like <, >, |, etc. 7087 % distinguishable. Prevent hyphenation at `-' chars. 7112 % Make control sequences which act like normal parenthesis chars. 7682 \let\hash=##% convert placeholders to macro parameter chars 7952 \txiescapepdf\pdfxrefdest % escape PDF special chars [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | decNumber.cpp | 497 /* chars[] -- the string to convert ('\0' terminated) */ 512 U_CAPI decNumber * U_EXPORT2 uprv_decNumberFromString(decNumber *dn, const char chars[], in uprv_decNumberFromString() argument 522 const char *cfirst=chars; /* -> first character of decimal part */ in uprv_decNumberFromString() 538 for (c=chars;; c++) { /* -> input character */ in uprv_decNumberFromString() 548 if (c==chars) { /* first in string... */ in uprv_decNumberFromString() 3358 /* returns a constant string describing the class (max 13+1 chars) */
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | decNumber.cpp | 497 /* chars[] -- the string to convert ('\0' terminated) */ 512 U_CAPI decNumber * U_EXPORT2 uprv_decNumberFromString(decNumber *dn, const char chars[], in uprv_decNumberFromString() argument 522 const char *cfirst=chars; /* -> first character of decimal part */ in uprv_decNumberFromString() 538 for (c=chars;; c++) { /* -> input character */ in uprv_decNumberFromString() 548 if (c==chars) { /* first in string... */ in uprv_decNumberFromString() 3358 /* returns a constant string describing the class (max 13+1 chars) */
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | decNumber.cpp | 497 /* chars[] -- the string to convert ('\0' terminated) */ 512 U_CAPI decNumber * U_EXPORT2 uprv_decNumberFromString(decNumber *dn, const char chars[], in uprv_decNumberFromString() argument 522 const char *cfirst=chars; /* -> first character of decimal part */ in uprv_decNumberFromString() 538 for (c=chars;; c++) { /* -> input character */ in uprv_decNumberFromString() 548 if (c==chars) { /* first in string... */ in uprv_decNumberFromString() 3358 /* returns a constant string describing the class (max 13+1 chars) */
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| H A D | DateTimeGeneratorTest.java | 1546 ", produces pattern without required chars: " + pattern); in TestAllFieldPatterns() 1633 assertTrue("Different number of chars in skeletonsAreSimilar", dtpg.skeletonsAreSimilar("Mddd", "MMMdd")); in TestCoverage()
|
| /third_party/node/deps/icu-small/source/tools/pkgdata/ |
| H A D | pkgdata.cpp | 2097 fprintf(stderr, "%s:%d - line too long (over %d chars)\n", l->str, (int)ln, (int)lineMax); in loadLists()
|
| /third_party/icu/icu4c/source/tools/pkgdata/ |
| H A D | pkgdata.cpp | 2093 fprintf(stderr, "%s:%d - line too long (over %d chars)\n", l->str, (int)ln, (int)lineMax); in loadLists()
|
| /third_party/rust/crates/bindgen/bindgen/ |
| H A D | lib.rs | 2945 .find(|t| t.chars().next().map_or(false, |v| v.is_ascii_digit())) in clang_version()
|
| /third_party/rust/crates/libc/libc-test/ |
| H A D | build.rs | 630 if ty.clone().chars().next().unwrap().is_uppercase() { in test_windows()
|
| /third_party/skia/third_party/externals/icu/source/tools/pkgdata/ |
| H A D | pkgdata.cpp | 2093 fprintf(stderr, "%s:%d - line too long (over %d chars)\n", l->str, (int)ln, (int)lineMax); in loadLists()
|
| /third_party/rust/crates/termcolor/src/ |
| H A D | lib.rs | 1972 if s.chars().all(|c| c.is_digit(16)) { in from_str_numeric()
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_image_writer.cpp | 287 uint32 chars = (fCount - 8) >> 1; in Put() local 291 for (uint32 j = 0; j < chars; j++) in Put()
|
| /third_party/python/Lib/test/test_email/ |
| H A D | test_email.py | 3612 chars = 'abcd \t\r\n' 3614 s = ''.join(choice(chars) for i in range(n)) + '\n' 3857 # issue 5610: feedparser should not eat two chars from body part ending
|
| /third_party/python/Lib/test/ |
| H A D | test_io.py | 2964 chars = [] 2966 chars.append(sample[i % len(sample)]) 2967 line = "".join(chars) + "\n"
|
| /third_party/rust/crates/bindgen/bindgen/codegen/ |
| H A D | mod.rs | 962 if inner_rust_type.to_string().chars().all(|c| matches!(c, 'A'..='Z' | 'a'..='z' | '0'..='9' | ':' | '_' | ' ')) && outer_params.is_empty() && in codegen()
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| H A D | stylo.hpp | [all...] |