Searched refs:inIgnoreCase (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp52 long FindCharOffsetInCStr(const char theChar,const char *theCString,const Boolean inIgnoreCase = false);
53 long FindCStrOffsetInCStr(const char *theCSubstring,const char *theCString,const Boolean inIgnoreCase = false);
H A DCPStringUtils.cpp1286 long FindCharOffsetInCStr(const char theChar,const char *theCString,const Boolean inIgnoreCase) argument
1296 if (inIgnoreCase)
1344 long FindCStrOffsetInCStr(const char *theCSubstring,const char *theCString,const Boolean inIgnoreCase) argument
1376 if (inIgnoreCase && searchChar >= 'a' && searchChar <= 'z')
1381 if (inIgnoreCase && currentChar >= 'a' && currentChar <= 'z')
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp52 long FindCharOffsetInCStr(const char theChar,const char *theCString,const Boolean inIgnoreCase = false);
53 long FindCStrOffsetInCStr(const char *theCSubstring,const char *theCString,const Boolean inIgnoreCase = false);
H A DCPStringUtils.cpp1286 long FindCharOffsetInCStr(const char theChar,const char *theCString,const Boolean inIgnoreCase) argument
1296 if (inIgnoreCase)
1344 long FindCStrOffsetInCStr(const char *theCSubstring,const char *theCString,const Boolean inIgnoreCase) argument
1376 if (inIgnoreCase && searchChar >= 'a' && searchChar <= 'z')
1381 if (inIgnoreCase && currentChar >= 'a' && currentChar <= 'z')

Completed in 55 milliseconds