Searched refs:apostrophe (Results 1 - 12 of 12) sorted by relevance
/third_party/rust/crates/syn/src/ |
H A D | lifetime.rs | 13 /// - Must start with an apostrophe. 14 /// - Must not consist of just an apostrophe: `'`. 15 /// - Character after the apostrophe must be `_` or a Unicode code point with 20 pub apostrophe: Span, 42 "lifetime name must start with apostrophe as in \"'a\", got {:?}", in new() 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 in clone() 150 let mut apostrophe = Punct::new('\\'', Spacing::Joint); to_tokens() variables [all...] |
H A D | expr.rs | 2576 let start_span = label.unwrap().apostrophe; in expr_break()
|
/third_party/rust/crates/quote/src/ |
H A D | runtime.rs | 344 let mut apostrophe = Punct::new('\'', Spacing::Joint); in next() variables 345 apostrophe.set_span(self.span); in next() 346 Some(TokenTree::Punct(apostrophe)) in next()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | JsonTokenizerTest.cs | 372 /// that don't need to check actual apostrophe handling to use apostrophes in the JSON, avoiding
|
/third_party/eudev/hm_src/ |
H A D | keyboard-keys-from-name.h | 168 {"apostrophe", KEY_APOSTROPHE}, in keyboard_lookup_key()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | MessageFormat.java | 131 * A quoted literal string begins with an ASCII apostrophe and a syntax character 132 * (usually a {curly brace}) and continues until the next single apostrophe. 133 * A double ASCII apostrophe inside or outside of a quoted string represents 134 * one literal apostrophe. 139 * <li>In argStyleText, every single ASCII apostrophe begins and ends quoted literal text, 143 * <p>Recommendation: Use the real apostrophe (single quote) character \\u2019 for 144 * human-readable text, and use the ASCII apostrophe (\\u0027 ' ) 249 * <p>ICU implements a more user-friendly apostrophe quoting syntax. 250 * In message text, an apostrophe only begins quoting literal text 252 * In the JDK MessageFormat, an apostrophe alway [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | MessageFormat.java | 132 * A quoted literal string begins with an ASCII apostrophe and a syntax character 133 * (usually a {curly brace}) and continues until the next single apostrophe. 135 * one literal apostrophe. 140 * <li>In argStyleText, every single ASCII apostrophe begins and ends quoted literal text, 144 * <p>Recommendation: Use the real apostrophe (single quote) character \\u2019 for 145 * human-readable text, and use the ASCII apostrophe (\\u0027 ' ) 250 * <p>ICU implements a more user-friendly apostrophe quoting syntax. 251 * In message text, an apostrophe only begins quoting literal text 253 * In the JDK MessageFormat, an apostrophe always begins quoting, 2462 * <strong>[icu]</strong> Converts an 'apostrophe [all...] |
/third_party/rust/crates/cxx/macro/src/ |
H A D | expand.rs | 759 let lifetime = Lifetime::new("'_", pair.value().apostrophe); in expand_cxx_function_shim()
|
/third_party/rust/crates/syn/src/gen/ |
H A D | fold.rs | 2407 apostrophe: f.fold_span(node.apostrophe), in fold_lifetime()
|
H A D | debug.rs | 1867 formatter.field("apostrophe", &self.apostrophe); in fmt()
|
H A D | visit_mut.rs | 2669 v.visit_span_mut(&mut node.apostrophe); in visit_lifetime_mut()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 2296 % Allow an option to not use regular directed right quote/apostrophe
|
Completed in 35 milliseconds