var searchIndex = {}; searchIndex["onig_sys"] = {"doc":"","items":[[3,"OnigRegion","onig_sys","",null,null],[12,"allocated","","",0,null],[12,"num_regs","","",0,null],[12,"beg","","",0,null],[12,"end","","",0,null],[12,"history_root","","",0,null],[3,"OnigCaptureTreeNode","","",null,null],[12,"group","","",1,null],[12,"beg","","",1,null],[12,"end","","",1,null],[12,"allocated","","",1,null],[12,"num_childs","","",1,null],[12,"childs","","",1,null],[3,"OnigSyntax","","",null,null],[12,"op","","",2,null],[12,"op2","","",2,null],[12,"behavior","","",2,null],[12,"options","","",2,null],[12,"meta_char_table","","",2,null],[3,"OnigCompileInfo","","",null,null],[12,"num_of_elements","","",3,null],[12,"pattern_enc","","",3,null],[12,"target_enc","","",3,null],[12,"syntax","","",3,null],[12,"option","","",3,null],[12,"case_fold_flag","","",3,null],[3,"OnigMetaCharTable","","",null,null],[12,"esc","","",4,null],[12,"anychar","","",4,null],[12,"anytime","","",4,null],[12,"zero_or_one_time","","",4,null],[12,"one_or_more_time","","",4,null],[12,"anychar_anytime","","",4,null],[3,"OnigErrorInfo","","",null,null],[12,"enc","","",5,null],[12,"par","","",5,null],[12,"par_end","","",5,null],[7,"OnigEncodingASCII","","",null,null],[7,"OnigEncodingISO_8859_1","","",null,null],[7,"OnigEncodingISO_8859_2","","",null,null],[7,"OnigEncodingISO_8859_3","","",null,null],[7,"OnigEncodingISO_8859_4","","",null,null],[7,"OnigEncodingISO_8859_5","","",null,null],[7,"OnigEncodingISO_8859_6","","",null,null],[7,"OnigEncodingISO_8859_7","","",null,null],[7,"OnigEncodingISO_8859_8","","",null,null],[7,"OnigEncodingISO_8859_9","","",null,null],[7,"OnigEncodingISO_8859_10","","",null,null],[7,"OnigEncodingISO_8859_11","","",null,null],[7,"OnigEncodingISO_8859_13","","",null,null],[7,"OnigEncodingISO_8859_14","","",null,null],[7,"OnigEncodingISO_8859_15","","",null,null],[7,"OnigEncodingISO_8859_16","","",null,null],[7,"OnigEncodingUTF8","","",null,null],[7,"OnigEncodingUTF16_BE","","",null,null],[7,"OnigEncodingUTF16_LE","","",null,null],[7,"OnigEncodingUTF32_BE","","",null,null],[7,"OnigEncodingUTF32_LE","","",null,null],[7,"OnigEncodingEUC_JP","","",null,null],[7,"OnigEncodingEUC_TW","","",null,null],[7,"OnigEncodingEUC_KR","","",null,null],[7,"OnigEncodingEUC_CN","","",null,null],[7,"OnigEncodingSJIS","","",null,null],[7,"OnigEncodingKOI8","","",null,null],[7,"OnigEncodingKOI8_R","","",null,null],[7,"OnigEncodingCP1251","","",null,null],[7,"OnigEncodingBIG5","","",null,null],[7,"OnigEncodingGB18030","","",null,null],[7,"OnigSyntaxASIS","","",null,null],[7,"OnigSyntaxPosixBasic","","",null,null],[7,"OnigSyntaxPosixExtended","","",null,null],[7,"OnigSyntaxEmacs","","",null,null],[7,"OnigSyntaxGrep","","",null,null],[7,"OnigSyntaxGnuRegex","","",null,null],[7,"OnigSyntaxJava","","",null,null],[7,"OnigSyntaxPerl","","",null,null],[7,"OnigSyntaxPerl_NG","","",null,null],[7,"OnigSyntaxRuby","","",null,null],[7,"OnigDefaultSyntax","","",null,null],[5,"onig_init","","Initialize library.",null,null],[5,"onig_error_code_to_str","","Get error message string.\n If this function is used for onig_new(),\n don't call this after the pattern argument of onig_new() is freed.",null,null],[5,"onig_set_warn_func","","Set warning function.",null,null],[5,"onig_set_verb_warn_func","","Set verbose warning function.",null,null],[5,"onig_new","","Create a regex object.",null,null],[5,"onig_new_without_alloc","","Create a regex object.\n reg object area is not allocated in this function.",null,null],[5,"onig_new_deluxe","","Create a regex object.\n This function is deluxe version of onig_new().",null,null],[5,"onig_free","","Free memory used by regex object.",null,null],[5,"onig_free_body","","Free memory used by regex object. (Except reg oneself.)",null,null],[5,"onig_search","","Search string and return search result and matching region.",null,null],[5,"onig_match","","Match string and return result and matching region.",null,null],[5,"onig_region_new","","Create a region.",null,null],[5,"onig_region_free","","Free memory used by region.",null,null],[5,"onig_region_copy","","Copy contents of region.",null,null],[5,"onig_region_clear","","Clear contents of region.",null,null],[5,"onig_region_resize","","Resize group range area of region.",null,null],[5,"onig_name_to_group_numbers","","Return the group number list of the name.\n Named subexp is defined by (?<name>....).",null,null],[5,"onig_name_to_backref_number","","Return the group number corresponding to the named backref (\\k<name>).\n If two or more regions for the groups of the name are effective,\n the greatest number in it is obtained.",null,null],[5,"onig_foreach_name","","Iterate function call for all names.",null,null],[5,"onig_number_of_names","","Return the number of names defined in the pattern.\n Multiple definitions of one name is counted as one.",null,null],[5,"onig_get_encoding","","`OnigEncoding onig_get_encoding(regex_t* reg)`",null,null],[5,"onig_get_options","","`OnigOptionType onig_get_options(regex_t* reg)`",null,null],[5,"onig_get_case_fold_flag","","`OnigCaseFoldType onig_get_case_fold_flag(regex_t* reg)`",null,null],[5,"onig_get_syntax","","`OnigSyntaxType* onig_get_syntax(regex_t* reg)`",null,null],[5,"onig_number_of_captures","","Return the number of capture group in the pattern.",null,null],[5,"onig_number_of_capture_histories","","Return the number of capture history defined in the pattern.",null,null],[5,"onig_get_capture_tree","","Return the root node of capture history data tree.",null,null],[5,"onig_capture_tree_traverse","","Traverse and callback in capture history data tree.",null,null],[5,"onig_noname_group_capture_is_active","","Return noname group capture activity.",null,null],[5,"onigenc_get_prev_char_head","","Return previous character head address.",null,null],[5,"onigenc_get_left_adjust_char_head","","Return left-adjusted head address of a character.",null,null],[5,"onigenc_get_right_adjust_char_head","","Return right-adjusted head address of a character.",null,null],[5,"onigenc_strlen","","Return number of characters in the string.",null,null],[5,"onigenc_strlen_null","","Return number of characters in the string.",null,null],[5,"onigenc_str_bytelen_null","","Return number of bytes in the string.",null,null],[5,"onig_set_default_syntax","","Set default syntax.",null,null],[5,"onig_copy_syntax","","Copy syntax.",null,null],[5,"onig_get_syntax_op","","`unsigned int onig_get_syntax_op(OnigSyntaxType* syntax)`",null,null],[5,"onig_get_syntax_op2","","`unsigned int onig_get_syntax_op2(OnigSyntaxType* syntax)`",null,null],[5,"onig_get_syntax_behavior","","`unsigned int onig_get_syntax_behavior(OnigSyntaxType* syntax)`",null,null],[5,"onig_get_syntax_options","","`OnigOptionType onig_get_syntax_options(OnigSyntaxType* syntax)`",null,null],[5,"onig_set_syntax_op","","`void onig_set_syntax_op(OnigSyntaxType* syntax, unsigned int op)`",null,null],[5,"onig_set_syntax_op2","","`void onig_set_syntax_op2(OnigSyntaxType* syntax, unsigned int op2)`",null,null],[5,"onig_set_syntax_behavior","","`void onig_set_syntax_behavior(OnigSyntaxType* syntax, unsigned int behavior)`",null,null],[5,"onig_set_syntax_options","","`void onig_set_syntax_options(OnigSyntaxType* syntax, OnigOptionType options)`",null,null],[5,"onig_copy_encoding","","Copy encoding.",null,null],[5,"onig_set_meta_char","","Set a variable meta character to the code point value.\n Except for an escape character, this meta characters specification\n is not work, if ONIG_SYN_OP_VARIABLE_META_CHARACTERS is not effective\n by the syntax. (Build-in syntaxes are not effective.)",null,null],[5,"onig_get_default_case_fold_flag","","Get default case fold flag.",null,null],[5,"onig_set_default_case_fold_flag","","Set default case fold flag.",null,null],[5,"onig_get_match_stack_limit_size","","Return the maximum number of stack size.\n(default: 0 == unlimited)",null,null],[5,"onig_set_match_stack_limit_size","","Set the maximum number of stack size.",null,null],[5,"onig_end","","The use of this library is finished.",null,null],[5,"onig_version","","Return version string. (ex. "5.0.3")",null,null],[6,"OnigCodePoint","","",null,null],[6,"OnigOptions","","",null,null],[6,"OnigSyntaxOp","","",null,null],[6,"OnigSyntaxOp2","","",null,null],[6,"OnigSyntaxBehavior","","",null,null],[6,"OnigCaseFoldType","","",null,null],[6,"OnigEncoding","","",null,null],[6,"OnigRegex","","",null,null],[6,"OnigWarnFunc","","Warning Callback",null,null],[6,"OnigForeachCallback","","Foreach Callback",null,null],[6,"OnigCaptureTreeCallback","","Capture Tree Callback",null,null],[11,"fmt","","",0,null],[11,"fmt","","",1,null],[11,"clone","","",2,null],[11,"fmt","","",2,null],[11,"fmt","","",3,null],[11,"clone","","",4,null],[11,"fmt","","",4,null],[11,"fmt","","",5,null]],"paths":[[3,"OnigRegion"],[3,"OnigCaptureTreeNode"],[3,"OnigSyntax"],[3,"OnigCompileInfo"],[3,"OnigMetaCharTable"],[3,"OnigErrorInfo"]]}; initSearch(searchIndex);