Searched defs:unquote (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/native_client_sdk/src/tools/lib/
H A Dquote.py27 def unquote(input_str, specials, escape='\\'): function
/external/libcxx/test/input.output/iostream.format/quoted.manip/
H A Dquoted.pass.cpp87 std::string unquote ( const char *p, char delim='"', char escape='\\' ) { function
157 std::wstring unquote ( const wchar_t *p, wchar_t delim='"', wchar_t escape='\\' ) { function
204 assert ( unquote ( "\"abc" ) == "abc" );
205 assert ( unquote ( L"\"abc" ) == L"abc" );
207 assert ( unquote ( "abc" ) == "abc" ); // no delimiter
208 assert ( unquote ( L"abc" ) == L"abc" ); // no delimiter
209 assert ( unquote ( "abc def" ) == "abc" ); // no delimiter
210 assert ( unquote ( L"abc def" ) == L"abc" ); // no delimiter
212 assert ( unquote ( "" ) == "" ); // nothing there
213 assert ( unquote (
[all...]
/external/chromium_org/extensions/browser/api/web_request/
H A Dform_data_parser.cc405 static const char unquote[] = "\\E"; local
428 result.append(unquote);
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DDependencies.py122 def unquote(literal): function in function:parse_list
128 return [unquote(item) for item in s.split(delimiter) if item.strip()]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dyjp-controller-api-redist.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/yourkit/ com/yourkit/api/ com/yourkit/runtime/ com/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1500 milliseconds