Home
last modified time | relevance | path

Searched refs:section_match (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/l10ntools/inc/
H A Dinireader.hxx47 RegexMatcher* section_match; member in transex3::INIreader
54section_match = new RegexMatcher ( "^\\s*\\[([a-zA-Z0-9]*)\\].*" , 0 , section_status ); in INIreader()
59 delete section_match; in ~INIreader()
/aoo41x/main/l10ntools/source/
H A Dinireader.cxx90 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 10 milliseconds