A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/pcre2__script__run_8c_source.html below:

NCBI C++ ToolKit: src/util/regexp/pcre2_script_run.c Source File

Go to the documentation of this file.

Go to the SVN repository for this file.

81 #define UCD_MAPSIZE (ucp_Unknown/32 + 1) 82 #define FULL_MAPSIZE (ucp_Script_Count/32 + 1) 87 #ifdef SUPPORT_UNICODE 94 #if PCRE2_CODE_UNIT_WIDTH == 32 100 if

(ptr >= endptr)

return TRUE

;

102 if

(ptr >= endptr)

return TRUE

;

155  switch

(require_state)

199 #define FOUND_BOPOMOFO 1 200 #define FOUND_HIRAGANA 2 201 #define FOUND_KATAKANA 4 202 #define FOUND_HANGUL 8 214  if

(chspecial == 0)

return FALSE

;

216  if

(chspecial == FOUND_BOPOMOFO)

218  else if

(chspecial == (FOUND_HIRAGANA|FOUND_KATAKANA))

250  if

((require_map[

i

] &

map

[

i

]) != 0)

257  if

(!OK)

return FALSE

;

307  if

(c <=

PRIV

(ucd_digit_sets)[1]) digitset = 1;

else 311  int

top =

PRIV

(ucd_digit_sets)[0];

319

mid = (top + bot) / 2;

320  if

(c <=

PRIV

(ucd_digit_sets)[mid]) top = mid;

else

bot = mid;

326  if

(require_digitset == 0) require_digitset = digitset;

327  else if

(digitset != require_digitset)

return FALSE

;

332  if

(ptr >= endptr)

return TRUE

;

#define TRUE

bool replacment for C indicating true.

#define FALSE

bool replacment for C indicating false.

#define UCD_SCRIPTX_PROP(prop)

#define GETCHARINCTEST(c, eptr)


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4