Searched refs:strlower (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/ai/intelligent_voice_framework/llt/hdt/depend_libs/src/ |
H A D | file_ex.cpp | 295 string strlower(str); in StringExistsInFile() local 297 transform(str.begin(), str.end(), strlower.begin(), ::tolower); in StringExistsInFile() 299 return (strlower.find(sublower) != string::npos); in StringExistsInFile() 338 string strlower(str); in CountStrInFile() local 340 transform(str.begin(), str.end(), strlower.begin(), ::tolower); in CountStrInFile() 342 return CountStrInStr(strlower, sublower); in CountStrInFile()
|
/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | file_ex.cpp | 374 string strlower(str); in StringExistsInFile() local 376 transform(str.begin(), str.end(), strlower.begin(), ::tolower); in StringExistsInFile() 378 return (strlower.find(sublower) != string::npos); in StringExistsInFile() 417 string strlower(str); in CountStrInFile() local 419 transform(str.begin(), str.end(), strlower.begin(), ::tolower); in CountStrInFile() 421 return CountStrInStr(strlower, sublower); in CountStrInFile()
|