(8d4ebd03d29e58ef83b286a12d3257bc9a3094d4)
#include "qqmljslexer_p.h"
#include "qqmljsengine_p.h"
#include "qqmljskeywords_p.h"
#include <private/qqmljsdiagnosticmessage_p.h>
#include <private/qqmljsmemorypool_p.h>
#include <private/qlocale_tools_p.h>
#include <QtCore/qcoreapplication.h>
#include <QtCore/qvarlengtharray.h>
#include <QtCore/qdebug.h>
#include <QtCore/QScopedValueRollback>
#include <optional>
Go to the source code of this file.
◆ convertHex() [1/2]
◆ convertHex() [2/2]
unsigned char convertHex |
( |
ushort | c | ) |
|
|
inlinestatic |
◆ isIdentifierPart()
bool isIdentifierPart |
( |
uint | ch | ) |
|
|
static |
◆ isIdentifierStart()
bool isIdentifierStart |
( |
uint | ch | ) |
|
|
inlinestatic |
◆ isUriToken()
bool isUriToken |
( |
int | token | ) |
|
|
inlinestatic |
◆ regExpFlagFromChar()
int regExpFlagFromChar |
( |
const QChar & | ch | ) |
|
|
inlinestatic |
◆ uriTokens