Home
last modified time | relevance | path

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

/aoo4110/main/xml2cmp/source/support/
H A Dsistr.cxx43 Simstr::Simstr(const char * str_) in Simstr() argument
45 if (str_ == 0) in Simstr()
53 len = strlen(str_); in Simstr()
55 memcpy(sz,str_,len+1); in Simstr()
/aoo4110/main/shell/source/all/zipfile/
H A Dzipfile.cxx47 stricmp(const std::string& str) : str_(str) in stricmp()
51 { return (0 == _stricmp(str_.c_str(), other.c_str())); } in operator ()()
53 std::string str_; member

Completed in 32 milliseconds