/third_party/boost/boost/metaparse/v1/error/ |
D | unpaired.hpp | 24 struct unpaired struct 26 typedef unpaired type; argument 37 struct unpaired<Line, Col, boost::mpl::na> struct 39 typedef unpaired type; argument 42 struct apply : unpaired<Line, Col, Msg> {}; argument
|
/third_party/boost/libs/metaparse/doc/ |
D | unpaired.qbk | 1 [#unpaired] 2 [section unpaired] 9 struct unpaired; 29 It supports currying: `unpaired<Line, Col>` is a 31 `Msg` element and returning the corresponding `unpaired` value. 35 #include <boost/metaparse/error/unpaired.hpp>
|
D | reference.qbk | 193 * [link unpaired unpaired] 370 [include unpaired.qbk]
|
D | getting_started.qbk | 1922 …..... x__________________PARSING_FAILED__________________x<1, 5, unpaired<1, 1, literal_expected<'… 1993 …..... x__________________PARSING_FAILED__________________x<1, 7, unpaired<1, 3, literal_expected<'… 2039 …..... x__________________PARSING_FAILED__________________x<1, 7, unpaired<1, 3, literal_expected<'… 2100 …..... x__________________PARSING_FAILED__________________x<1, 7, unpaired<1, 3, literal_expected<'…
|
/third_party/boost/libs/metaparse/test/ |
D | unpaired.cpp | 22 BOOST_METAPARSE_TEST_CASE(unpaired) in BOOST_METAPARSE_TEST_CASE() argument 24 using boost::metaparse::error::unpaired; in BOOST_METAPARSE_TEST_CASE() 31 unpaired<1, 2, some_tmp_value>, in BOOST_METAPARSE_TEST_CASE() 32 unpaired<1, 2>::apply<some_tmp_value>::type in BOOST_METAPARSE_TEST_CASE()
|
D | middle_of.cpp | 32 using boost::metaparse::error::unpaired; in BOOST_METAPARSE_TEST_CASE() 68 unpaired<1, 1, literal_expected<'x'> >, in BOOST_METAPARSE_TEST_CASE()
|
D | Jamfile.v2 | 111 [ compile unpaired.cpp ]
|
/third_party/boost/boost/metaparse/error/ |
D | unpaired.hpp | 17 using v1::error::unpaired;
|
/third_party/boost/boost/metaparse/v1/ |
D | middle_of.hpp | 35 error::unpaired<
|
/third_party/node/test/fixtures/wpt/resources/ |
D | testharness.js | 2399 function(_, unpaired) argument 2401 return code_unit_str(unpaired); 2407 function(_, previous, unpaired) { argument 2412 return previous + code_unit_str(unpaired);
|
/third_party/icu/docs/userguide/conversion/ |
D | index.md | 105 4. Do not exchange text with single/unpaired surrogates.
|
D | converters.md | 473 Note: Most, but not all, converters forbid surrogate code points or unpaired 475 Some converters permit surrogate code points/unpaired surrogates because their
|
/third_party/icu/docs/userguide/strings/ |
D | index.md | 160 units that may not always be well-formed UTF-16. ICU treats single, unpaired 415 that is, that it does not contain unpaired surrogate code units. For a boolean 419 the unpaired surrogate, you can iterate through the string with U16_NEXT() and
|
D | properties.md | 321 otherwise deal with the unpaired surrogate in some way. (Java CodePointTrie.Fast
|
/third_party/node/doc/guides/ |
D | writing-and-running-benchmarks.md | 318 _For the statistically minded, the R script performs an [independent/unpaired
|
/third_party/python/Doc/library/ |
D | json.rst | 585 that don't correspond to valid Unicode characters (e.g. unpaired UTF-16
|
/third_party/icu/icu4c/source/test/testdata/ |
D | regextst.txt | 1061 "\p{javaValidCodePoint}+" "<0>\u0000abc\ud800 unpaired \udfff |\U0010ffff</0>" 1350 # Bug 11507 Capture of an unpaired surrogate shouldn't allow a back reference to 1351 # match half of a surrogate pair, but only another unpaired surrogate.
|
D | collationtest.txt | 379 # Note: compareUTF8() treats unpaired surrogates like U+FFFD,
|
D | rbbitst.txt | 1229 # ticket #4853: unpaired surrogates should behave like AL
|
/third_party/python/Doc/faq/ |
D | design.rst | 633 More precisely, they can't end with an odd number of backslashes: the unpaired
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/ |
D | collationtest.txt | 379 # Note: compareUTF8() treats unpaired surrogates like U+FFFD,
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/ |
D | collationtest.txt | 379 # Note: compareUTF8() treats unpaired surrogates like U+FFFD,
|
/third_party/node/doc/api/ |
D | util.md | 1319 (or equivalently, any unpaired surrogate code units) with the
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/test/rbbi/ |
D | rbbitst.txt | 1224 # ticket #4853: unpaired surrogates should behave like AL
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | rbbitst.txt | 1229 # ticket #4853: unpaired surrogates should behave like AL
|