Searched refs:currentChar (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.cpp1308 char currentChar = *theCString; local
1310 if (currentChar >= 'a' && currentChar <= 'z')
1312 currentChar = currentChar - 'a' + 'A';
1315 if (currentChar == searchChar)
1374 char currentChar = *tempCStringPtr; local
1381 if (inIgnoreCase && currentChar >= 'a' && currentChar <= 'z')
1383 currentChar
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp1308 char currentChar = *theCString; local
1310 if (currentChar >= 'a' && currentChar <= 'z')
1312 currentChar = currentChar - 'a' + 'A';
1315 if (currentChar == searchChar)
1374 char currentChar = *tempCStringPtr; local
1381 if (inIgnoreCase && currentChar >= 'a' && currentChar <= 'z')
1383 currentChar
[all...]

Completed in 56 milliseconds