(8b6a9403bf2e04d34b9b07d2780186029fab99d0)
#include "qv4globalobject_p.h"
#include <private/qv4alloca_p.h>
#include <private/qv4codegen_p.h>
#include <private/qv4context_p.h>
#include <private/qv4function_p.h>
#include <private/qv4mm_p.h>
#include <private/qv4scopedvalue_p.h>
#include <private/qv4script_p.h>
#include <private/qv4stackframe_p.h>
#include <private/qv4string_p.h>
#include <private/qv4value_p.h>
#include <wtf/MathExtras.h>
#include <QtCore/private/qlocale_tools_p.h>
#include <QtCore/private/qtools_p.h>
#include <QtCore/qdebug.h>
#include <QtCore/qstring.h>
#include <iostream>
Go to the source code of this file.
◆ DecodeMode [1/2]
Enumerator |
---|
DecodeAll | |
DecodeNonReserved | |
DecodeAll | |
DecodeNonReserved | |
Definition at line 181 of file qv4globalobject.cpp.
◆ DecodeMode [2/2]
Enumerator |
---|
DecodeAll | |
DecodeNonReserved | |
DecodeAll | |
DecodeNonReserved | |
Definition at line 181 of file qv4globalobject.cpp.
◆ addEscapeSequence()
◆ decode()
◆ DEFINE_OBJECT_VTABLE()
◆ encode()
static QString encode |
( |
const QString & | input, |
|
|
const char * | unescapedSet, |
|
|
bool * | ok ) |
|
static |
◆ escape()
◆ fromHex() [1/2]
int QtMiscUtils::fromHex |
( |
char32_t | c | ) |
|
|
inlineconstexprnoexcept |
◆ fromHex() [2/2]
int QtMiscUtils::fromHex |
( |
char32_t | c | ) |
|
|
inlineconstexprnoexcept |
◆ toHexUpper() [1/2]
char QtMiscUtils::toHexUpper |
( |
char32_t | value | ) |
|
|
inlineconstexprnoexcept |
◆ toHexUpper() [2/2]
char QtMiscUtils::toHexUpper |
( |
char32_t | value | ) |
|
|
inlineconstexprnoexcept |
◆ toInt()
static int toInt |
( |
const QChar & | qc, |
|
|
int | R ) |
|
inlinestatic |
◆ unescape()
◆ uriReserved
static const char uriReserved = ";/?:@&=+$,#" |
|
static |
◆ uriUnescaped
static const char uriUnescaped = "-_.!~*'()" |
|
static |
◆ uriUnescapedReserved
static const char uriUnescapedReserved = "-_.!~*'();/?:@&=+$,#" |
|
static |