Home
last modified time | relevance | path

Searched refs:decodeURI (Results 1 – 12 of 12) sorted by relevance

/external/v8/test/mjsunit/
Duri.js67 assertEquals(cc1, decodeURI(encodeURI(s1)).charCodeAt(0));
68 assertEquals(cc2, decodeURI(encodeURI(s2)).charCodeAt(0));
69 assertEquals(cc3, decodeURI(encodeURI(s3)).charCodeAt(0));
70 assertEquals(cc4, decodeURI(encodeURI(s4)).charCodeAt(0));
71 assertEquals(cc5, decodeURI(encodeURI(s5)).charCodeAt(0));
72 assertEquals(cc6, decodeURI(encodeURI(s6)).charCodeAt(0));
73 assertEquals(cc7, decodeURI(encodeURI(s7)).charCodeAt(0));
74 assertEquals(cc8_1, decodeURI(encodeURI(s8)).charCodeAt(0));
75 assertEquals(cc8_2, decodeURI(encodeURI(s8)).charCodeAt(1));
76 assertEquals(cc9_1, decodeURI(encodeURI(s9)).charCodeAt(0));
[all …]
/external/v8/test/webkit/fast/js/kde/
Dencode_decode_uri-expected.txt29 PASS decodeURI(encodeURI(String.fromCharCode(0))) is String.fromCharCode(0)
30 PASS decodeURI(encodeURI(String.fromCharCode(55295))) is String.fromCharCode(55295)
31 PASS decodeURI(encodeURI(String.fromCharCode(57344))) is String.fromCharCode(57344)
32 PASS decodeURI(encodeURI(String.fromCharCode(65533))) is String.fromCharCode(65533)
33 PASS decodeURI(encodeURI(String.fromCharCode(65534))) is String.fromCharCode(65534)
34 PASS decodeURI(encodeURI(String.fromCharCode(65535))) is String.fromCharCode(65535)
37 PASS decodeURI(encodeURI(String.fromCharCode(55296) + String.fromCharCode(56320))) is String.fromCh…
38 PASS decodeURI(encodeURI(String.fromCharCode(56319) + String.fromCharCode(56320))) is String.fromCh…
39 PASS decodeURI(encodeURI(String.fromCharCode(55296) + String.fromCharCode(57343))) is String.fromCh…
40 PASS decodeURI(encodeURI(String.fromCharCode(56319) + String.fromCharCode(57343))) is String.fromCh…
[all …]
/external/v8/test/mjsunit/regress/
Dregress-244.js52 assertEquals(decodeURI(encoded), decoded);
59 decodeURI(value);
/external/skia/src/animator/
DSkDisplayInclude.cpp49 if (src.size() == 0 || maker.decodeURI(src.c_str()) == false) { in onEndElement()
DSkDisplayMovie.cpp40 fDecodedSuccessfully = fMovie.fMaker->decodeURI(src.c_str()); in buildMovie()
DSkAnimateMaker.h52 bool decodeURI(const char uri[]);
DSkAnimateMaker.cpp98 bool SkAnimateMaker::decodeURI(const char uri[]) { in decodeURI() function in SkAnimateMaker
DSkAnimator.cpp83 bool SkAnimator::decodeURI(const char uri[]) { in decodeURI() function in SkAnimator
/external/skia/src/views/animated/
DSkImageView.cpp273 if (!anim->decodeURI(fUri.c_str())) in ensureUriIsLoaded()
/external/skia/include/animator/
DSkAnimator.h130 bool decodeURI(const char uri[]);
/external/v8/test/webkit/fast/js/
DObject-getOwnPropertyNames-expected.txt62 PASS getSortedOwnPropertyNames(decodeURI) is ['arguments', 'caller', 'length', 'name']
95 PASS globalPropertyNames.indexOf('decodeURI') != -1 is true
/external/skia/src/views/
DSkWidgets.cpp72 if (!fAnimators[i]->decodeURI(path.c_str()))