/third_party/pcre2/pcre2/maint/ucptestdata/ |
D | testoutput1 | 71 U+0041 L Letter: Upper case letter, latin, Other, U+0061, [graphemebase] 72 U+0042 L Letter: Upper case letter, latin, Other, U+0062, [graphemebase] 73 U+0043 L Letter: Upper case letter, latin, Other, U+0063, [graphemebase] 74 U+0044 L Letter: Upper case letter, latin, Other, U+0064, [graphemebase] 75 U+0045 L Letter: Upper case letter, latin, Other, U+0065, [graphemebase] 76 U+0046 L Letter: Upper case letter, latin, Other, U+0066, [graphemebase] 77 U+0047 L Letter: Upper case letter, latin, Other, U+0067, [caseignorable, diacritic, extender, gr… 78 U+0048 L Letter: Upper case letter, latin, Other, U+0068, [caseignorable, diacritic, extender, gr… 79 U+0049 L Letter: Upper case letter, latin, Other, U+0069, [caseignorable, diacritic, extender, gr… 80 U+004A L Letter: Upper case letter, latin, Other, U+006A, [caseignorable, diacritic, extender, gr… [all …]
|
D | testoutput2 | 5 …U+3005 L Letter: Modifier letter, han, Other, [emoji, emojimodifierbase, emojipresentation, exte… 9 …U+303B L Letter: Modifier letter, han, Other, [alphabetic, graphemebase, idcontinue, idstart, id… 10 U+3400..U+4DBF L Letter: Other letter, han, Other, [changeswhenuppercased, deprecated, emojimodif… 11 U+4E00..U+9FFF L Letter: Other letter, han, Other, [changeswhenuppercased, deprecated, emojimodif… 12 U+F900..U+FA0D L Letter: Other letter, han, Other, [sentenceterminal, unifiedideograph, xidcontin… 13 U+FA0E..U+FA0F L Letter: Other letter, han, Other, [changeswhenuppercased, deprecated, emojimodif… 14 …U+FA10 L Letter: Other letter, han, Other, [sentenceterminal, unifiedideograph, xidcontinue, xid… 15 …U+FA11 L Letter: Other letter, han, Other, [changeswhenuppercased, deprecated, emojimodifier, em… 16 …U+FA12 L Letter: Other letter, han, Other, [sentenceterminal, unifiedideograph, xidcontinue, xid… 17 U+FA13..U+FA14 L Letter: Other letter, han, Other, [changeswhenuppercased, deprecated, emojimodif… [all …]
|
/third_party/skia/third_party/externals/freetype/src/tools/ |
D | glnames.py | 5062 def __init__( self, letter, value ): argument 5063 self.letter = letter 5068 return ord( self.letter[0] ) - ord( other.letter[0] ) 5075 letter = word[0] 5078 if self.children.has_key( letter ): 5079 child = self.children[letter] 5081 child = StringNode( letter, 0 ) 5082 self.children[letter] = child 5092 self.children[child.letter[0]] = child.optimize() 5102 self.letter += child.letter [all …]
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
D | version.py | 453 letter: Optional[str], number: Union[str, bytes, SupportsInt, None] 456 if letter: 463 letter = letter.lower() 468 if letter == "alpha": 469 letter = "a" 470 elif letter == "beta": 471 letter = "b" 472 elif letter in ["c", "pre", "preview"]: 473 letter = "rc" 474 elif letter in ["rev", "r"]: [all …]
|
/third_party/node/deps/npm/node_modules/@colors/colors/lib/maps/ |
D | america.js | 2 return function(letter, i, exploded) { argument 3 if (letter === ' ') return letter; 5 case 0: return colors.red(letter); 6 case 1: return colors.white(letter); 7 case 2: return colors.blue(letter);
|
D | rainbow.js | 4 return function(letter, i, exploded) { argument 5 if (letter === ' ') { 6 return letter; 8 return colors[rainbowColors[i++ % rainbowColors.length]](letter);
|
D | random.js | 5 return function(letter, i, exploded) { argument 6 return letter === ' ' ? letter : 9 ](letter);
|
D | zebra.js | 2 return function(letter, i, exploded) { argument 3 return i % 2 === 0 ? letter : colors.inverse(letter);
|
/third_party/ltp/docparse/ |
D | testinfo.pl | 187 my ($letter, $prev_letter); 191 $letter = substr($name, 0, 1); 192 if (defined($prev_letter) && $letter ne $prev_letter) { 197 $prev_letter = $letter; 207 my $letter; 216 for my $letter (@names) { 217 $content .= reference($letter); 263 my ($letter, $prev_letter, $content); 355 my $letter = substr($name, 0, 1); 357 if ($printed ne $letter) { [all …]
|
/third_party/gn/src/base/files/ |
D | file_path.cc | 80 StringType::size_type letter = FindDriveLetter(path); in IsPathAbsolute() local 81 if (letter != StringType::npos) { in IsPathAbsolute() 83 return path.length() > letter + 1 && in IsPathAbsolute() 84 FilePath::IsSeparator(path[letter + 1]); in IsPathAbsolute() 241 StringType::size_type letter = FindDriveLetter(dir.value()); in GetComponents() local 242 if (letter != StringType::npos) { in GetComponents() 243 ret_val.push_back(StringType(dir.value(), 0, letter + 1)); in GetComponents() 307 StringType::size_type letter = FindDriveLetter(new_path.path_); in DirName() local 313 new_path.path_.resize(letter + 1); in DirName() 314 } else if (last_separator == letter + 1) { in DirName() [all …]
|
/third_party/ffmpeg/tests/ref/fate/ |
D | sub-textenc | 168 \h\h\h\h\hA (05 hard spaces followed by a letter) 169 A (Normal spaces followed by a letter) 170 A (No hard spaces followed by a letter) 174 \h\h\h\h\hA (05 hard spaces followed by a letter) 175 A (Normal spaces followed by a letter) 176 A (No hard spaces followed by a letter) 182 A letter followed by 05 hard spaces: A\h\h\h\h\h 183 A letter followed by normal spaces: A 184 A letter followed by no hard spaces: A
|
D | sub-webvttenc | 139 \h\h\h\h\hA (05 hard spaces followed by a letter) 140 A (Normal spaces followed by a letter) 141 A (No hard spaces followed by a letter) 144 \h\h\h\h\hA (05 hard spaces followed by a letter) 145 A (Normal spaces followed by a letter) 146 A (No hard spaces followed by a letter) 151 A letter followed by 05 hard spaces: A\h\h\h\h\h 152 A letter followed by normal spaces: A 153 A letter followed by no hard spaces: A
|
D | sub-srt | 44 …A (05 hard spaces followed by a letter)\NA (Normal spaces followed by a letter)\NA (No hard space… 45 …A (05 hard spaces followed by a letter)\NA (Normal spaces followed by a letter)\NA (No hard space… 46 …0,Default,,0,0,0,,{\an3}\NA letter followed by 05 hard spaces: A\h\h\h\h\h\NA letter followed by n…
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/ |
D | makeindex.py | 189 for letter in letters: 191 letter + 193 letter + 222 def beginLetterSection(letter, fp): argument 223 print(ind2 + '<a name="' + letter + '"></a>', 224 ind2 + '<li>' + letter,
|
/third_party/EGL/sdk/docs/man/html/ |
D | makeindex.py | 189 for letter in letters: 191 letter + 193 letter + 222 def beginLetterSection(letter, fp): argument 223 print(ind2 + '<a name="' + letter + '"></a>', 224 ind2 + '<li>' + letter,
|
/third_party/typescript/tests/baselines/reference/ |
D | correlatedUnions.js | 91 type LetterCaller<K extends keyof LetterMap> = { [P in K]: { letter: Record<P, LetterMap[P]>, calle… property 93 function call<K extends keyof LetterMap>({ letter, caller }: LetterCaller<K>): void { property 94 caller(letter); 102 declare const xx: { letter: A, caller: ACaller } | { letter: B, caller: BCaller }; 277 var letter = _a.letter, caller = _a.caller; 278 caller(letter); 422 letter: Record<P, LetterMap[P]>; property 426 declare function call<K extends keyof LetterMap>({ letter, caller }: LetterCaller<K>): void; property 436 letter: A; 439 letter: B;
|
D | correlatedUnions.types | 283 type LetterCaller<K extends keyof LetterMap> = { [P in K]: { letter: Record<P, LetterMap[P]>, calle… 285 >letter : Record<P, LetterMap[P]> 289 function call<K extends keyof LetterMap>({ letter, caller }: LetterCaller<K>): void { 290 >call : <K extends keyof LetterMap>({ letter, caller }: LetterCaller<K>) => void 291 >letter : Record<K, LetterMap[K]> 294 caller(letter); 295 >caller(letter) : void 297 >letter : Record<K, LetterMap[K]> 316 declare const xx: { letter: A, caller: ACaller } | { letter: B, caller: BCaller }; 317 >xx : { letter: A; caller: ACaller; } | { letter: B; caller: BCaller; } [all …]
|
/third_party/icu/docs/userguide/transforms/ |
D | casemappings.md | 28 whereby characters are considered to be variants of a single letter. ICU refers 35 the Latin capital letter 'DZ' (\\u01F1 'DZ'), there is a third case called title 37 Latin capital letter 'D' with small letter 'z' ( \\u01F2 'Dz'). The term "title 38 case" can also be used to refer to words whose first letter is an uppercase or 39 title case letter and the rest are lowercase letters. However, not all words in 77 English, the character Latin small letter 'i' in Turkish has an equivalent Latin 78 capital letter 'I' with dot above ( \\u0130 'İ').
|
/third_party/typescript/tests/cases/compiler/ |
D | correlatedUnions.ts | 93 type LetterCaller<K extends keyof LetterMap> = { [P in K]: { letter: Record<P, LetterMap[P]>, calle… 95 function call<K extends keyof LetterMap>({ letter, caller }: LetterCaller<K>): void { 96 caller(letter); 104 declare const xx: { letter: A, caller: ACaller } | { letter: B, caller: BCaller };
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/ |
D | maketoc.pl | 87 my $letter = shift; 88 print "<a name=\"$letter\"></a><br/><br/>\n"; 91 print "$letter</th>\n";
|
/third_party/EGL/sdk/docs/man/xhtml/ |
D | maketoc.pl | 87 my $letter = shift; 88 print "<a name=\"$letter\"></a><br/><br/>\n"; 91 print "$letter</th>\n";
|
/third_party/icu/docs/userguide/collation/ |
D | string-search.md | 39 In English, accents are treated as minor variations of a letter. In French, 41 meaning of a word. Very often, an accented letter is actually a distinct 42 letter. For example, letter 'å' (\\u00e5) may be just a letter 'a' with an 43 accent symbol to English speakers. However, it is actually a distinct letter 45 vice versa. In some cases, such as in traditional German, an accented letter 52 Special handling is required when a single letter is treated equivalent to 53 two distinct letters and vice versa. For example, in German, the letter 'ß' 55 (\\u00e6) is considered equivalent to the letter 'a' followed by the letter 57 themselves. For example, 'ch' is treated as a distinct letter between the 58 letter 'c' and the letter 'd' in Spanish. [all …]
|
/third_party/icu/icu4c/source/test/testdata/ |
D | casing.txt | 28 { "aBIΣßΣ/", "abıσßς/", "tur" } // tur: 3-letter code for Turkish 42 …kA huI Pū ʻʻʻiA", "ʻAmelika Hui Pū ʻʻʻIa", "", "-1", "" }, // titlecase first _cased_ letter, j4933 60 // when TITLECASE_NO_LOWERCASE encounters a single-letter word
|
/third_party/icu/icu4c/source/data/translit/ |
D | el_Lower.txt | 11 # C is preceded by a sequence consisting of a cased letter and then zero or more case-ignorable cha… 12 …ollowed by a sequence consisting of zero or more case-ignorable characters and then a cased letter.
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | el_Lower.txt | 11 # C is preceded by a sequence consisting of a cased letter and then zero or more case-ignorable cha… 12 …ollowed by a sequence consisting of zero or more case-ignorable characters and then a cased letter.
|