#include "pcl/surface/3rdparty/opennurbs/opennurbs.h"
Go to the source code of this file.
Classes | |
struct | ON_wStringHeader |
Defines | |
#define | MAX_MSG_LENGTH 2048 |
#define | MAX_MSG_LENGTH 2048 |
#define | MAX_MSG_LENGTH 2048 |
Functions | |
static int | c2w (int, const char *, int, wchar_t *) |
static wchar_t | c2w (char) |
static bool | IsValidUrlChar (wchar_t c) |
static bool | IsWhiteSpaceHelper (wchar_t c, const wchar_t *whitespace) |
bool | ON_WildCardMatch (const wchar_t *s, const wchar_t *pattern) |
bool | ON_WildCardMatchNoCase (const wchar_t *s, const wchar_t *pattern) |
static bool | UrlDecodeHelper (wchar_t *s) |
static int | w2c (int, const wchar_t *, int, char *) |
static int | w2c_size (int, const wchar_t *) |
Variables | |
struct { | |
ON_wStringHeader header | |
wchar_t s | |
} | empty_wstring |
static ON_wStringHeader * | pEmptyStringHeader = &empty_wstring.header |
static const wchar_t * | pEmptywString = &empty_wstring.s |
#define MAX_MSG_LENGTH 2048 |
#define MAX_MSG_LENGTH 2048 |
#define MAX_MSG_LENGTH 2048 |
static int c2w | ( | int | c_count, |
const char * | c, | ||
int | w_count, | ||
wchar_t * | w | ||
) | [static] |
Definition at line 98 of file opennurbs_wstring.cpp.
static wchar_t c2w | ( | char | c | ) | [static] |
Definition at line 88 of file opennurbs_wstring.cpp.
static bool IsValidUrlChar | ( | wchar_t | c | ) | [static] |
Definition at line 1373 of file opennurbs_wstring.cpp.
static bool IsWhiteSpaceHelper | ( | wchar_t | c, |
const wchar_t * | whitespace | ||
) | [static] |
Definition at line 1455 of file opennurbs_wstring.cpp.
bool ON_WildCardMatch | ( | const wchar_t * | s, |
const wchar_t * | pattern | ||
) |
Definition at line 935 of file opennurbs_wstring.cpp.
bool ON_WildCardMatchNoCase | ( | const wchar_t * | s, |
const wchar_t * | pattern | ||
) |
Definition at line 993 of file opennurbs_wstring.cpp.
static bool UrlDecodeHelper | ( | wchar_t * | s | ) | [static] |
Definition at line 1342 of file opennurbs_wstring.cpp.
static int w2c | ( | int | w_count, |
const wchar_t * | w, | ||
int | c_count, | ||
char * | c | ||
) | [static] |
Definition at line 51 of file opennurbs_wstring.cpp.
static int w2c_size | ( | int | w_count, |
const wchar_t * | w | ||
) | [static] |
Definition at line 33 of file opennurbs_wstring.cpp.
struct { ... } empty_wstring [static] |
Definition at line 161 of file opennurbs_wstring.cpp.
ON_wStringHeader* pEmptyStringHeader = &empty_wstring.header [static] |
Definition at line 164 of file opennurbs_wstring.cpp.
const wchar_t* pEmptywString = &empty_wstring.s [static] |
Definition at line 165 of file opennurbs_wstring.cpp.
wchar_t s |
Definition at line 162 of file opennurbs_wstring.cpp.