Searched refs:section_match (Results 1 – 2 of 2) sorted by relevance
47 RegexMatcher* section_match; member in transex3::INIreader54 … section_match = new RegexMatcher ( "^\\s*\\[([a-zA-Z0-9]*)\\].*" , 0 , section_status ); in INIreader()59 delete section_match; in ~INIreader()
90 section_match->reset( target ); in is_section()93 if( section_match->find() ) in is_section()96 UnicodeString result( section_match->group( 1 , section_status) ); in is_section()
Completed in 13 milliseconds