Searched refs:firstChar (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexNsis.cxx79 for( unsigned int firstChar = nNextLine; firstChar < end; firstChar++ )
81 char cNext = styler.SafeGetCharAt( firstChar );
88 if( styler.Match(firstChar, "!else") )
H A DPropSet.cxx861 unsigned char firstChar = s[0]; local
862 int j = starts[firstChar];
864 while (words[j][0] == firstChar) {
913 unsigned char firstChar = s[0]; local
914 int j = starts[firstChar];
916 while (words[j][0] == firstChar) {
H A DDocument.cxx1112 char firstChar = s[0]; local
1114 firstChar = static_cast<char>(MakeUpperCase(firstChar));
1119 if (ch == firstChar) {
1135 if (MakeUpperCase(ch) == firstChar) {
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfilefn.cpp1604 wxChar firstChar = d[0];
1607 if (firstChar > 90)
1608 firstChar = firstChar - 32;
1611 unsigned int driveNo = firstChar - 64;
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmlschemastypes.c1192 const xmlChar *cur = *str, *firstChar; local
1204 firstChar = cur;
1214 if ((digcnt < 4) || ((digcnt > 4) && (*firstChar == '0')))
/netgear-R7000-V1.0.7.12_1.2.5/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 200 milliseconds