Home
last modified time | relevance | path

Searched refs:unpaired (Results 1 – 25 of 28) sorted by relevance

12

/third_party/boost/boost/metaparse/v1/error/
Dunpaired.hpp24 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/
Dunpaired.qbk1 [#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>
Dreference.qbk193 * [link unpaired unpaired]
370 [include unpaired.qbk]
Dgetting_started.qbk1922 …..... 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/
Dunpaired.cpp22 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()
Dmiddle_of.cpp32 using boost::metaparse::error::unpaired; in BOOST_METAPARSE_TEST_CASE()
68 unpaired<1, 1, literal_expected<'x'> >, in BOOST_METAPARSE_TEST_CASE()
DJamfile.v2111 [ compile unpaired.cpp ]
/third_party/boost/boost/metaparse/error/
Dunpaired.hpp17 using v1::error::unpaired;
/third_party/boost/boost/metaparse/v1/
Dmiddle_of.hpp35 error::unpaired<
/third_party/node/test/fixtures/wpt/resources/
Dtestharness.js2399 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/
Dindex.md105 4. Do not exchange text with single/unpaired surrogates.
Dconverters.md473 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/
Dindex.md160 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
Dproperties.md321 otherwise deal with the unpaired surrogate in some way. (Java CodePointTrie.Fast
/third_party/node/doc/guides/
Dwriting-and-running-benchmarks.md318 _For the statistically minded, the R script performs an [independent/unpaired
/third_party/python/Doc/library/
Djson.rst585 that don't correspond to valid Unicode characters (e.g. unpaired UTF-16
/third_party/icu/icu4c/source/test/testdata/
Dregextst.txt1061 "\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.
Dcollationtest.txt379 # Note: compareUTF8() treats unpaired surrogates like U+FFFD,
Drbbitst.txt1229 # ticket #4853: unpaired surrogates should behave like AL
/third_party/python/Doc/faq/
Ddesign.rst633 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/
Dcollationtest.txt379 # Note: compareUTF8() treats unpaired surrogates like U+FFFD,
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/
Dcollationtest.txt379 # Note: compareUTF8() treats unpaired surrogates like U+FFFD,
/third_party/node/doc/api/
Dutil.md1319 (or equivalently, any unpaired surrogate code units) with the
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/test/rbbi/
Drbbitst.txt1224 # ticket #4853: unpaired surrogates should behave like AL
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
Drbbitst.txt1229 # ticket #4853: unpaired surrogates should behave like AL

12