Home
last modified time | relevance | path

Searched refs:decoded_string (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Doc/library/
Demail.header.rst151 This function returns a list of ``(decoded_string, charset)`` pairs containing
169 pairs of the format ``(decoded_string, charset)`` where *charset* is the name of
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp815 std::string decoded_string; in decodeString() local
816 if (!decodeString(token, decoded_string)) in decodeString()
818 Value decoded(decoded_string); in decodeString()
1819 std::string decoded_string; in decodeString() local
1820 if (!decodeString(token, decoded_string)) in decodeString()
1822 Value decoded(decoded_string); in decodeString()