(22df353c14800d2e9b6d57a9a0cb9c6baa337999)
#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 182 of file qv4globalobject.cpp.
◆ DecodeMode [2/2]
Enumerator |
---|
DecodeAll | |
DecodeNonReserved | |
DecodeAll | |
DecodeNonReserved | |
Definition at line 182 of file qv4globalobject.cpp.
◆ addEscapeSequence()
◆ decode()
◆ DEFINE_OBJECT_VTABLE()
◆ encode()
QString encode |
( |
const QString & | input, |
|
|
const char * | unescapedSet, |
|
|
bool * | ok ) |
|
static |
◆ escape()
◆ evalContext()
◆ fromHex() [1/2]
int QtMiscUtils::fromHex |
( |
char32_t | c | ) |
|
|
inlinenodiscardconstexprnoexcept |
◆ fromHex() [2/2]
int QtMiscUtils::fromHex |
( |
char32_t | c | ) |
|
|
inlinenodiscardconstexprnoexcept |
◆ toHexUpper() [1/2]
char QtMiscUtils::toHexUpper |
( |
char32_t | value | ) |
|
|
inlinenodiscardconstexprnoexcept |
◆ toHexUpper() [2/2]
char QtMiscUtils::toHexUpper |
( |
char32_t | value | ) |
|
|
inlinenodiscardconstexprnoexcept |
◆ toInt()
int toInt |
( |
const QChar & | qc, |
|
|
int | R ) |
|
inlinestatic |
◆ unescape()
◆ uriReserved
const char uriReserved = ";/?:@&=+$,#" |
|
static |
◆ uriUnescaped
const char uriUnescaped = "-_.!~*'()" |
|
static |
◆ uriUnescapedReserved
const char uriUnescapedReserved = "-_.!~*'();/?:@&=+$,#" |
|
static |