Searched refs:firstChar (Results 1 - 5 of 5) 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
439 firstChar = *theFirstCStr;
444 if (firstChar >= 'A' && firstChar <= 'Z')
446 firstChar = 'a' + (firstChar - '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 < secondCha
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
439 firstChar = *theFirstCStr;
444 if (firstChar >= 'A' && firstChar <= 'Z')
446 firstChar = 'a' + (firstChar - '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 < secondCha
534 char firstChar,secondChar; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlschemastypes.c1192 const xmlChar *cur = *str, *firstChar; local
1204 firstChar = cur;
1214 if ((digcnt < 4) || ((digcnt > 4) && (*firstChar == '0')))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlschemastypes.c1192 const xmlChar *cur = *str, *firstChar; local
1204 firstChar = cur;
1214 if ((digcnt < 4) || ((digcnt > 4) && (*firstChar == '0')))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlschemastypes.c1192 const xmlChar *cur = *str, *firstChar; local
1204 firstChar = cur;
1214 if ((digcnt < 4) || ((digcnt > 4) && (*firstChar == '0')))

Completed in 175 milliseconds