/third_party/typescript/tests/baselines/reference/ |
D | scannerUnicodeEscapeInKeyword2.errors.txt | 1 …ormance/scanner/ecmascript5/file1.ts(3,5): error TS1260: Keywords cannot contain escape characters. 2 …ormance/scanner/ecmascript5/file1.ts(8,5): error TS1260: Keywords cannot contain escape characters. 3 …rmance/scanner/ecmascript5/file1.ts(13,1): error TS1260: Keywords cannot contain escape characters. 4 …ormance/scanner/ecmascript5/file2.ts(1,1): error TS1260: Keywords cannot contain escape characters. 5 …ormance/scanner/ecmascript5/file2.ts(5,5): error TS1260: Keywords cannot contain escape characters. 6 …rmance/scanner/ecmascript5/file2.ts(10,5): error TS1260: Keywords cannot contain escape characters. 7 …rmance/scanner/ecmascript5/file2.ts(15,1): error TS1260: Keywords cannot contain escape characters. 15 !!! error TS1260: Keywords cannot contain escape characters. 22 !!! error TS1260: Keywords cannot contain escape characters. 29 !!! error TS1260: Keywords cannot contain escape characters. [all …]
|
/third_party/node/deps/v8/src/inspector/ |
D | string-16.cc | 30 int64_t charactersToInteger(const UChar* characters, size_t length, in charactersToInteger() argument 35 if (!isASCII(characters[i])) { in charactersToInteger() 39 buffer.push_back(static_cast<char>(characters[i])); in charactersToInteger() 51 String16::String16(const UChar* characters, size_t size) in String16() argument 52 : m_impl(characters, size) {} in String16() 54 String16::String16(const UChar* characters) : m_impl(characters) {} in String16() argument 56 String16::String16(const char* characters) in String16() argument 57 : String16(characters, std::strlen(characters)) {} in String16() 59 String16::String16(const char* characters, size_t size) { in String16() argument 61 for (size_t i = 0; i < size; ++i) m_impl[i] = characters[i]; in String16() [all …]
|
D | v8-string-conversions.cc | 360 const UChar* characters = stringStart; in UTF16ToUTF8() local 361 const UChar* characters_end = characters + length; in UTF16ToUTF8() 364 while (characters < characters_end) { in UTF16ToUTF8() 367 &characters, characters_end, &buffer, buffer_end, /* strict= */ true); in UTF16ToUTF8() 373 DCHECK_LE(0xD800, *characters); in UTF16ToUTF8() 374 DCHECK_LE(*characters, 0xDFFF); in UTF16ToUTF8() 379 ++characters; in UTF16ToUTF8()
|
/third_party/icu/docs/userguide/collation/customization/ |
D | ignorepunct.md | 25 By default, spaces and punctuation characters add primary (base character) 26 differences. Such characters sort less-than digits and letters. For example, the 31 change the sorting behavior of “variable” characters algorithmically. “Variable” 32 characters are those with low (but non-zero) primary weights up to a threshold, 39 (alternate=non-ignorable) but to map variable characters to their normal primary 42 All of the following options cause variable characters to be ignored on levels 44 characters make a difference, depending on the options. 71 characters (and following combining marks) had been removed from the input 80 The implementation “blanks” out all weights of the variable characters’ 83 *With all of the following options, variable characters are ignored on levels [all …]
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-ot-name.c | 42 hb_codepoint_t characters[100]; in test_ot_layout_feature_get_name_ids_and_characters() local 65 0, &char_count, characters); in test_ot_layout_feature_get_name_ids_and_characters() 69 g_assert_cmpint (characters[0], ==, 10); in test_ot_layout_feature_get_name_ids_and_characters() 70 g_assert_cmpint (characters[1], ==, 24030); in test_ot_layout_feature_get_name_ids_and_characters() 73 characters[1] = 1234; in test_ot_layout_feature_get_name_ids_and_characters() 75 1, &char_count, characters); in test_ot_layout_feature_get_name_ids_and_characters() 78 g_assert_cmpint (characters[0], ==, 24030); in test_ot_layout_feature_get_name_ids_and_characters() 79 g_assert_cmpint (characters[1], ==, 1234); in test_ot_layout_feature_get_name_ids_and_characters()
|
/third_party/openssl/doc/man3/ |
D | ASN1_STRING_print_ex.pod | 28 ASN1_STRING_print_ex(). It replaces unprintable characters (other than CR, LF) 43 Various characters can be escaped. If B<ASN1_STRFLGS_ESC_2253> is set the characters 45 characters are escaped. If B<ASN1_STRFLGS_ESC_MSB> is set characters with the 52 using exactly four characters for the hex representation. If it is 32 bits then 53 "\WXXXXXXXX" is used using eight characters of its hex representation. These forms 56 Printable characters are normally escaped using the backslash '\' character. If 58 double quote characters: this is arguably more readable than the backslash 59 notation. Other characters use the "\XX" using exactly two characters of the hex 62 If B<ASN1_STRFLGS_UTF8_CONVERT> is set then characters are converted to UTF8 64 option will correctly display multi byte characters. [all …]
|
/third_party/icu/docs/userguide/icu/ |
D | glossary.md | 27 …punctuation used in American English, but does not encode the accented characters used in many Eur… 29 … This does not include control or formatting characters. This is a characteristic of most Unicode … 30 **baseline** | A conceptual line with respect to which successive characters are aligned. 36 …tion between user characters, words, or at the start or end of a string. Boundaries break the stri… 39 …hich results from recursively applying the canonical mappings until no characters can be further d… 42 **character boundary** | A location between characters. 43 … limited to, case, numeric meaning, and direction to layout successive characters of the same type. 44 **character set** | The set of characters represented with reference to the binary codes used for t… 45 **Chinese numerals** | Chinese characters that represent numbers. For example, the Chinese characte… 46 **CJK** | Acronym for Chinese/Japanese/Korean characters. [all …]
|
D | unicode.md | 48 characters and assigning each of them a number and a bit representation. 51 1. A character set or repertoire is an unordered collection of characters that 54 2. A coded character set maps characters from a character set or repertoire to 61 same: ASCII assigns 128 characters and control codes to consecutive numbers from 62 0 to 127. These characters and control codes are encoded as simple, unsigned, 66 ASCII only encodes 128 characters, 33 of which are control codes rather than 67 graphic, displayable characters. It was designed to represent English-language 75 represent more characters. Various encodings were developed that supported 78 Languages such as Japanese need to encode considerably more than 256 characters. 80 thousands of characters to be represented. Most of those encodings are still [all …]
|
D | posix.md | 53 For portable C programs, characters and strings are opaque, i.e., a program 56 characters and strings. Only a small set of characters — usually the set of 57 graphic characters available in US-ASCII — can be reliably accessed via 65 2. Programs often need to know the codes of special characters. For example, 68 US-ASCII characters, but any software that uses non-ASCII characters becomes 109 classification of characters than [C/POSIX character 113 characters. They are the subset of graphic ASCII characters that are almost 118 for the set of "invariant" characters. 134 to the two characters "SS". (It "expands".) 173 classifications for characters. [all …]
|
/third_party/node/deps/npm/node_modules/wcwidth/docs/ |
D | index.md | 11 In fixed-width output devices, Latin characters all occupy a single 12 "cell" position of equal width, whereas ideographic CJK characters 22 For some graphical characters, the Unicode standard explicitly 26 terminal shall use. For characters in the East Asian Ambiguous (A) 29 Choosing single-width for these characters is easy to justify as 31 displaying these characters as double-width comes from historic 32 implementation simplicity (8-bit encoded characters were displayed 38 of these characters. It would nevertheless make sense 39 typographically to allocate two character cells to characters such 43 neutral characters, in the interest of simplicity. This is not [all …]
|
/third_party/curl/docs/examples/ |
D | xmlstream.c | 53 struct MemoryStruct characters; member 64 free(state->characters.memory); in startElement() 65 state->characters.memory = NULL; in startElement() 66 state->characters.size = 0; in startElement() 72 struct MemoryStruct *mem = &state->characters; in characterDataHandler() 93 printf("%5lu %10lu %s\n", state->depth, state->characters.size, name); in endElement() 162 free(state.characters.memory); in main()
|
/third_party/python/Doc/library/ |
D | shlex.rst | 114 characters from. It must be a file-/stream-like object with 127 Python 3.5 and earlier. If set to ``True``, then parsing of the characters 128 ``();<>|&`` is changed: any run of these characters (considered punctuation 129 characters) is returned as a single token. If set to a non-empty string of 130 characters, those characters will be used as the punctuation characters. Any 131 characters in the :attr:`wordchars` attribute that appear in 233 The string of characters that are recognized as comment beginners. All 234 characters from the comment beginner to end of line are ignored. Includes just 240 The string of characters that will accumulate into multi-character tokens. By 242 accented characters in the Latin-1 set are also included. If [all …]
|
D | stringprep.rst | 19 "printable" characters. 66 Determine whether *code* is in tableC.1.1 (ASCII space characters). 71 Determine whether *code* is in tableC.1.2 (Non-ASCII space characters). 76 Determine whether *code* is in tableC.1 (Space characters, union of C.1.1 and 82 Determine whether *code* is in tableC.2.1 (ASCII control characters). 87 Determine whether *code* is in tableC.2.2 (Non-ASCII control characters). 92 Determine whether *code* is in tableC.2 (Control characters, union of C.2.1 and 130 Determine whether *code* is in tableC.9 (Tagging characters).
|
D | base64.rst | 17 ASCII characters and decoding such encodings back to binary data. 36 newlines every 76 characters as per :rfc:`2045`. Note that if you are looking 57 length 2 (additional characters are ignored) which specifies an alternative 58 alphabet for the ``+`` and ``/`` characters. This allows an application to e.g. 69 at least length 2 (additional characters are ignored) which specifies the 70 alternative alphabet used instead of the ``+`` and ``/`` characters. 75 If *validate* is ``False`` (the default), characters that are neither 78 these non-alphabet characters in the input result in a 135 incorrectly padded or if there are non-alphabet characters present in the 154 characters are included in the Extended Hex Alphabet and are not [all …]
|
D | html.rst | 15 Convert the characters ``&``, ``<`` and ``>`` in string *s* to HTML-safe 17 characters in HTML. If the optional flag *quote* is true, the characters 28 characters. This function uses the rules defined by the HTML 5 standard
|
/third_party/icu/docs/userguide/strings/ |
D | unicodeset.md | 16 A UnicodeSet is an object that represents a set of Unicode characters or 25 | `[abc123]` | The six characters a,b,c,1,2 and 3 | 26 | `[\p{Letter}]` | All characters with the Unicode General Category of Letter. | 30 In addition to being a set of characters (of Unicode code points), 32 always a set of strings, not a set of characters, although in many common use 34 characters. 39 can only contain characters. 50 Patterns are a series of characters bounded by square brackets that contain 51 lists of characters and Unicode property sets. Lists are a sequence of 52 characters that may have ranges indicated by a '-' between two characters, as in [all …]
|
/third_party/curl/m4/ |
D | xc-translit.m4 | 30 dnl argument, where all non-alfanumeric characters are 42 dnl Like XC_SH_TR_SH but transliterating characters 55 dnl argument, where all non-alfanumeric characters are 66 dnl Like XC_M4_TR_SH but transliterating characters 83 dnl argument, where all non-alfanumeric characters are 85 dnl characters are converted to uppercase. 98 dnl Like XC_SH_TR_CPP but transliterating characters 114 dnl argument, where all non-alfanumeric characters are 116 dnl characters are converted to uppercase. 128 dnl Like XC_M4_TR_CPP but transliterating characters
|
/third_party/pcre2/pcre2/testdata/ |
D | testinput9 | 20 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 34 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 48 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 61 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 71 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 99 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 112 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 127 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 140 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 153 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... [all …]
|
D | testinput11 | 17 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 31 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 45 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 58 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 68 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 96 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 109 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 124 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 137 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... 150 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters... [all …]
|
D | grepoutputCN | 3 This line contains \E and (regex) *meta* [characters]. 9 This line contains \E and (regex) *meta* [characters]. 18 This line contains \E and (regex) *meta* [characters]. 27 This line contains \E and (regex) *meta* [characters].
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/unicode/ |
D | CompositionExclusions.txt | 9 # This file lists the characters for the Composition Exclusion Table 25 # This list of characters cannot be derived from the UnicodeData.txt file. 29 # - Many precomposed characters using a nukta diacritic in the Devanagari, 34 # - A large collection of compatibility precomposed characters for Hebrew 112 # (2) Post Composition Version precomposed characters 114 # These characters cannot be derived solely from the UnicodeData.txt file 117 # Note that characters added to the standard after the 120 # Version precomposed characters. 143 # These characters can be derived from the UnicodeData.txt file 144 # by including all canonically decomposable characters whose [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | CompositionExclusions.txt | 9 # This file lists the characters for the Composition Exclusion Table 25 # This list of characters cannot be derived from the UnicodeData.txt file. 29 # - Many precomposed characters using a nukta diacritic in the Devanagari, 34 # - A large collection of compatibility precomposed characters for Hebrew 112 # (2) Post Composition Version precomposed characters 114 # These characters cannot be derived solely from the UnicodeData.txt file 117 # Note that characters added to the standard after the 120 # Version precomposed characters. 143 # These characters can be derived from the UnicodeData.txt file 144 # by including all canonically decomposable characters whose [all …]
|
/third_party/skia/third_party/externals/libpng/contrib/conftest/ |
D | README | 38 File names in this directory may NOT contain any of the five characters: 44 While other characters may be used it is strongly suggested that file names be 45 limited to lower case Latiin alphabetic characters (a-z), digits (0-9) and, if 46 necessary the underscore (_) character. File names should be about 8 characters 48 between 7 and 16 characters long, shorter names (6 characters or less) are
|
/third_party/openssl/doc/man1/ |
D | openssl-namedisplay-options.pod | 59 Escape the "special" characters in a field, as required by RFC 2253. 60 That is, any of the characters C<,+"E<lt>E<gt>;>, C<#> at the beginning of 65 Escape the "special" characters in a field as required by RFC 2254 in a field. 70 Escape non-printable ASCII characters, codes less than 0x20 (space) 76 Escape any characters with the most significant bit set, that is with 81 Escapes some characters by surrounding the entire string with quotation 83 Without this option, individual special characters are preceded with 91 characters. 92 If this option is not set, then multibyte characters larger than 0xFF 98 This option does not attempt to interpret multibyte characters in any [all …]
|
/third_party/node/deps/v8/src/regexp/ |
D | regexp-bytecode-generator.cc | 186 int characters, in LoadCurrentCharacterImpl() argument 188 DCHECK_GE(eats_at_least, characters); in LoadCurrentCharacterImpl() 189 if (eats_at_least > characters && check_bounds) { in LoadCurrentCharacterImpl() 200 if (characters == 4) { in LoadCurrentCharacterImpl() 202 } else if (characters == 2) { in LoadCurrentCharacterImpl() 205 DCHECK_EQ(1, characters); in LoadCurrentCharacterImpl() 209 if (characters == 4) { in LoadCurrentCharacterImpl() 211 } else if (characters == 2) { in LoadCurrentCharacterImpl() 214 DCHECK_EQ(1, characters); in LoadCurrentCharacterImpl()
|