Home
last modified time | relevance | path

Searched refs:apostrophe (Results 1 – 25 of 73) sorted by relevance

123

/third_party/rust/crates/syn/src/
Dlifetime.rs20 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()
Dbuffer.rs263 apostrophe: punct.span(), in lifetime()
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
Dnv_nv_FONIPA.txt13 $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ʼ;
Del_el_Latn_BGN.txt72 # The apostrophe and reversed apostrophe, on or the other of which is
79 # Ἤλια → Ília, Οἴτη → Oíti. The reversed apostrophe is sometimes found
Dit_am.txt19 # Ignore apostrophe.
Dit_ja.txt22 # Ignore apostrophe.
Dmk_mk_Latn_BGN.txt16 # the letter Ѕѕ and the apostrophe are added.
Dko_ko_Latn_BGN.txt41 $apostrophe = ’;
86 ᆫᄀ → n $apostrophe g ; # HANGUL JONGSEONG NIEUN + CHOSEONG KIEUK
/third_party/icu/icu4c/source/data/translit/
Dnv_nv_FONIPA.txt14 $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ʼ;
Del_el_Latn_BGN.txt73 # The apostrophe and reversed apostrophe, on or the other of which is
80 # Ἤλια → Ília, Οἴτη → Oíti. The reversed apostrophe is sometimes found
Dit_am.txt20 # Ignore apostrophe.
Dit_ja.txt23 # Ignore apostrophe.
Dmk_mk_Latn_BGN.txt17 # the letter Ѕѕ and the apostrophe are added.
Dko_ko_Latn_BGN.txt42 $apostrophe = ’;
87 ᆫᄀ → n $apostrophe g ; # HANGUL JONGSEONG NIEUN + CHOSEONG KIEUK
/third_party/skia/third_party/externals/icu/source/data/translit/
Dnv_nv_FONIPA.txt14 $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ʼ;
Del_el_Latn_BGN.txt73 # The apostrophe and reversed apostrophe, on or the other of which is
80 # Ἤλια → Ília, Οἴτη → Oíti. The reversed apostrophe is sometimes found
Dit_am.txt20 # Ignore apostrophe.
Dit_ja.txt23 # Ignore apostrophe.
Dmk_mk_Latn_BGN.txt17 # the letter Ѕѕ and the apostrophe are added.
Dko_ko_Latn_BGN.txt42 $apostrophe = ’;
87 ᆫᄀ → n $apostrophe g ; # HANGUL JONGSEONG NIEUN + CHOSEONG KIEUK
/third_party/rust/crates/quote/src/
Druntime.rs262 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/
Dindex.md118 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/
DICUConfig.properties20 # The default mode for when an apostrophe starts quoted literal text for
/third_party/icu/ohos_icu4j/resources/ohos/global/icu/
DICUConfig.properties20 # The default mode for when an apostrophe starts quoted literal text for
/third_party/node/deps/npm/node_modules/es6-promise/
DCHANGELOG.md132 * #120: Use an ascii character for an apostrophe, for source maps

123