Searched refs:searchChar (Results 1 - 2 of 2) 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.cpp1298 char searchChar = theChar; local
1300 if (searchChar >= 'a' && searchChar <= 'z')
1302 searchChar = searchChar - 'a' + 'A';
1315 if (currentChar == searchChar)
1373 char searchChar = *tempSubstringPtr; local
1376 if (inIgnoreCase && searchChar >= 'a' && searchChar <= 'z')
1378 searchChar
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp1298 char searchChar = theChar; local
1300 if (searchChar >= 'a' && searchChar <= 'z')
1302 searchChar = searchChar - 'a' + 'A';
1315 if (currentChar == searchChar)
1373 char searchChar = *tempSubstringPtr; local
1376 if (inIgnoreCase && searchChar >= 'a' && searchChar <= 'z')
1378 searchChar
[all...]

Completed in 68 milliseconds