Searched refs:secondChar (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.cpp429 char firstChar,secondChar; local
440 secondChar = *theSecondCStr;
449 if (secondChar >= 'A' && secondChar <= 'Z')
451 secondChar = 'a' + (secondChar - 'A');
456 if (firstChar == 0 && secondChar != 0)
463 else if (firstChar != 0 && secondChar == 0)
470 else if (firstChar == 0 && secondChar == 0)
477 else if (firstChar < secondChar)
534 char firstChar,secondChar; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp429 char firstChar,secondChar; local
440 secondChar = *theSecondCStr;
449 if (secondChar >= 'A' && secondChar <= 'Z')
451 secondChar = 'a' + (secondChar - 'A');
456 if (firstChar == 0 && secondChar != 0)
463 else if (firstChar != 0 && secondChar == 0)
470 else if (firstChar == 0 && secondChar == 0)
477 else if (firstChar < secondChar)
534 char firstChar,secondChar; local
[all...]

Completed in 49 milliseconds