tmp/tmpswpdt21l/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
**Table: `do_unshift` result values** <a id="locale.codecvt.unshift">[locale.codecvt.unshift]</a>
|
| 2 |
+
|
| 3 |
+
| Value | Meaning |
|
| 4 |
+
| --------- | -------------------------------------------------------------------------------------------------------------------- |
|
| 5 |
+
| `ok` | completed the sequence |
|
| 6 |
+
| `partial` | space for more than `to_end - to` destination elements was needed to terminate a sequence given the value of `state` |
|
| 7 |
+
| `error` | an unspecified error has occurred |
|
| 8 |
+
| `noconv` | no termination is needed for this `state_type` |
|
| 9 |
+
|