Searched refs:apostrophe (Results 1 – 25 of 73) sorted by relevance
123
/third_party/rust/crates/syn/src/ |
D | lifetime.rs | 20 pub apostrophe: Span, field 56 apostrophe: span, in new() 62 self.apostrophe in span() 64 .unwrap_or(self.apostrophe) in span() 68 self.apostrophe = span; in set_span() 83 apostrophe: self.apostrophe, in clone() 148 let mut apostrophe = Punct::new('\'', Spacing::Joint); in to_tokens() localVariable 149 apostrophe.set_span(self.apostrophe); in to_tokens() 150 tokens.append(apostrophe); in to_tokens()
|
D | buffer.rs | 263 apostrophe: punct.span(), in lifetime()
|
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/ |
D | nv_nv_FONIPA.txt | 13 $apostrophe = [’ ʼ \']; 46 $apostrophe → ʔ; 48 ch $apostrophe → t\u0361ʃʼ; 58 k $apostrophe → kʼ; 67 tł $apostrophe → t\u0361ɬʼ; 69 ts $apostrophe → t\u0361sʼ; 71 t $apostrophe → tʼ;
|
D | el_el_Latn_BGN.txt | 72 # The apostrophe and reversed apostrophe, on or the other of which is 79 # Ἤλια → Ília, Οἴτη → Oíti. The reversed apostrophe is sometimes found
|
D | it_am.txt | 19 # Ignore apostrophe.
|
D | it_ja.txt | 22 # Ignore apostrophe.
|
D | mk_mk_Latn_BGN.txt | 16 # the letter Ѕѕ and the apostrophe are added.
|
D | ko_ko_Latn_BGN.txt | 41 $apostrophe = ’; 86 ᆫᄀ → n $apostrophe g ; # HANGUL JONGSEONG NIEUN + CHOSEONG KIEUK
|
/third_party/icu/icu4c/source/data/translit/ |
D | nv_nv_FONIPA.txt | 14 $apostrophe = [’ ʼ \']; 47 $apostrophe → ʔ; 49 ch $apostrophe → t\u0361ʃʼ; 59 k $apostrophe → kʼ; 68 tł $apostrophe → t\u0361ɬʼ; 70 ts $apostrophe → t\u0361sʼ; 72 t $apostrophe → tʼ;
|
D | el_el_Latn_BGN.txt | 73 # The apostrophe and reversed apostrophe, on or the other of which is 80 # Ἤλια → Ília, Οἴτη → Oíti. The reversed apostrophe is sometimes found
|
D | it_am.txt | 20 # Ignore apostrophe.
|
D | it_ja.txt | 23 # Ignore apostrophe.
|
D | mk_mk_Latn_BGN.txt | 17 # the letter Ѕѕ and the apostrophe are added.
|
D | ko_ko_Latn_BGN.txt | 42 $apostrophe = ’; 87 ᆫᄀ → n $apostrophe g ; # HANGUL JONGSEONG NIEUN + CHOSEONG KIEUK
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | nv_nv_FONIPA.txt | 14 $apostrophe = [’ ʼ \']; 47 $apostrophe → ʔ; 49 ch $apostrophe → t\u0361ʃʼ; 59 k $apostrophe → kʼ; 68 tł $apostrophe → t\u0361ɬʼ; 70 ts $apostrophe → t\u0361sʼ; 72 t $apostrophe → tʼ;
|
D | el_el_Latn_BGN.txt | 73 # The apostrophe and reversed apostrophe, on or the other of which is 80 # Ἤλια → Ília, Οἴτη → Oíti. The reversed apostrophe is sometimes found
|
D | it_am.txt | 20 # Ignore apostrophe.
|
D | it_ja.txt | 23 # Ignore apostrophe.
|
D | mk_mk_Latn_BGN.txt | 17 # the letter Ѕѕ and the apostrophe are added.
|
D | ko_ko_Latn_BGN.txt | 42 $apostrophe = ’; 87 ᆫᄀ → n $apostrophe g ; # HANGUL JONGSEONG NIEUN + CHOSEONG KIEUK
|
/third_party/rust/crates/quote/src/ |
D | runtime.rs | 262 let mut apostrophe = Punct::new('\'', Spacing::Joint); in push_lifetime_spanned() localVariable 263 apostrophe.set_span(self.span); in push_lifetime_spanned() 264 Some(TokenTree::Punct(apostrophe)) in push_lifetime_spanned()
|
/third_party/icu/docs/userguide/format_parse/messages/ |
D | index.md | 118 always represents one ASCII apostrophe, similar to `%%` in `printf` representing one `%`, 124 * Starting with ICU 4.8, an ASCII apostrophe only starts quoted text if it 129 * Recommendation: Use the real apostrophe (single quote) character `’` (U+2019) 130 for human-readable text, and use the ASCII apostrophe `'` (U+0027) only in
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/ |
D | ICUConfig.properties | 20 # The default mode for when an apostrophe starts quoted literal text for
|
/third_party/icu/ohos_icu4j/resources/ohos/global/icu/ |
D | ICUConfig.properties | 20 # The default mode for when an apostrophe starts quoted literal text for
|
/third_party/node/deps/npm/node_modules/es6-promise/ |
D | CHANGELOG.md | 132 * #120: Use an ascii character for an apostrophe, for source maps
|
123