Lines Matching refs:string
29 #include <string>
99 * byte mode. All input byte vectors are acceptable. Any text string
106 * Returns a segment representing the given string of decimal digits encoded in numeric mode.
112 * Returns a segment representing the given text string encoded in alphanumeric mode.
120 * Returns a list of zero or more segments to represent the given text string. The result
136 * Tests whether the given string can be encoded as a segment in numeric mode.
137 * A string is encodable iff each character is in the range 0 to 9.
143 * Tests whether the given string can be encoded as a segment in alphanumeric mode.
144 * A string is encodable iff each character is in the following set: 0 to 9, A to Z
213 * each character value maps to the index in the string. */
259 * Returns a QR Code representing the given Unicode text string at the given error correction level.
410 // Returns a new byte string representing the given data with the appropriate error correction
523 public: explicit data_too_long(const std::string &msg);