#include "pcre_internal.h"
関数 | |
static void | getUTF8CharAndAdvancePointer (int &c, const unsigned char *&subjectPtr) |
bool | kjs_pcre_xclass (int c, const unsigned char *data) |
static void getUTF8CharAndAdvancePointer | ( | int & | c, | |
const unsigned char *& | subjectPtr | |||
) | [inline, static] |
pcre_xclass.cpp の 62 行で定義されています。
参照先 kjs_pcre_utf8_table3, と kjs_pcre_utf8_table4.
参照元 kjs_pcre_xclass().
bool kjs_pcre_xclass | ( | int | c, | |
const unsigned char * | data | |||
) |
pcre_xclass.cpp の 76 行で定義されています。
参照先 getUTF8CharAndAdvancePointer(), XCL_MAP, XCL_RANGE, と XCL_SINGLE.
参照元 match().