Searched refs:uppercase (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dbase32.cpp13 bool uppercase = parameters.GetValueWithDefault(Name::Uppercase(), true); local
16 MakeParameters(Name::EncodingLookupArray(), uppercase ? &s_vecUpper[0] : &s_vecLower[0], false)(Name::Log2Base(), 5, true)));
H A Dhex.cpp16 bool uppercase = parameters.GetValueWithDefault(Name::Uppercase(), true); local
19 MakeParameters(Name::EncodingLookupArray(), uppercase ? &s_vecUpper[0] : &s_vecLower[0], false)(Name::Log2Base(), 4, true)));
H A Dbase32.h13 Base32Encoder(BufferedTransformation *attachment = NULL, bool uppercase = true, int outputGroupSize = 0, const std::string &separator = ":", const std::string &terminator = "")
16 IsolatedInitialize(MakeParameters(Name::Uppercase(), uppercase)(Name::GroupSize(), outputGroupSize)(Name::Separator(), ConstByteArrayParameter(separator)));
H A Dhex.h12 HexEncoder(BufferedTransformation *attachment = NULL, bool uppercase = true, int outputGroupSize = 0, const std::string &separator = ":", const std::string &terminator = "")
15 IsolatedInitialize(MakeParameters(Name::Uppercase(), uppercase)(Name::GroupSize(), outputGroupSize)(Name::Separator(), ConstByteArrayParameter(separator))(Name::Terminator(), ConstByteArrayParameter(terminator)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhttaghnd.tex40 Returns list of supported tags. The list is in uppercase and tags
H A Dhtmlhand.tex56 supported by this handler (in uppercase). This macro derives new class from
H A Dhttag.tex86 Returns tag's name. The name is always in uppercase and it doesn't contain
H A Dtstring.tex90 // this function converts the input string to uppercase, output it to the screen
H A Dtdb.tex16 requires all user names for the datasources to be supplied in uppercase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-perl.c897 bool uppercase; local
927 uppercase = false;
1004 true, the character should be converted to its uppercase
1008 if (uppercase && oct_number >= 'a' && oct_number <= 'z')
1057 true, the character should be converted to its uppercase
1061 if (uppercase && hex_number >= 'a' && hex_number <= 'z')
1130 uppercase = false;
1136 uppercase = false;
1141 uppercase = true;
1235 else if (uppercase)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DSString.h219 SString &uppercase(lenpos_t subPos = 0, lenpos_t subLen=measure_length);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unictype/
H A Dpr_byname.h192 {"uppercase", { &uc_is_property_uppercase }},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A DMakefile.gnulib636 ## begin gnulib module unicase/u16-is-uppercase-tests
638 TESTS += test-u16-is-uppercase
639 check_PROGRAMS += test-u16-is-uppercase
640 test_u16_is_uppercase_SOURCES = unicase/test-u16-is-uppercase.c
642 EXTRA_DIST += unicase/test-u16-is-uppercase.c unicase/test-is-uppercase.h macros.h
644 ## end gnulib module unicase/u16-is-uppercase-tests
747 ## begin gnulib module unicase/u32-is-uppercase-tests
749 TESTS += test-u32-is-uppercase
750 check_PROGRAMS += test-u32-is-uppercase
[all...]
H A DMakefile.in74 test-u16-is-uppercase$(EXEEXT) test-u16-tolower$(EXEEXT) \
79 test-u32-is-titlecase$(EXEEXT) test-u32-is-uppercase$(EXEEXT) \
85 test-u8-is-uppercase$(EXEEXT) test-u8-tolower$(EXEEXT) \
310 test-u16-is-uppercase$(EXEEXT) test-u16-tolower$(EXEEXT) \
315 test-u32-is-titlecase$(EXEEXT) test-u32-is-uppercase$(EXEEXT) \
321 test-u8-is-uppercase$(EXEEXT) test-u8-tolower$(EXEEXT) \
1835 unicase/test-u16-is-uppercase.$(OBJEXT)
2134 unicase/test-u32-is-uppercase.$(OBJEXT)
2448 unicase/test-u8-is-uppercase.$(OBJEXT)
3958 macros.h unicase/test-u16-is-uppercase
[all...]
H A DMakefile74 test-u16-is-uppercase$(EXEEXT) test-u16-tolower$(EXEEXT) \
79 test-u32-is-titlecase$(EXEEXT) test-u32-is-uppercase$(EXEEXT) \
85 test-u8-is-uppercase$(EXEEXT) test-u8-tolower$(EXEEXT) \
310 test-u16-is-uppercase$(EXEEXT) test-u16-tolower$(EXEEXT) \
315 test-u32-is-titlecase$(EXEEXT) test-u32-is-uppercase$(EXEEXT) \
321 test-u8-is-uppercase$(EXEEXT) test-u8-tolower$(EXEEXT) \
1835 unicase/test-u16-is-uppercase.$(OBJEXT)
2134 unicase/test-u32-is-uppercase.$(OBJEXT)
2448 unicase/test-u8-is-uppercase.$(OBJEXT)
3958 macros.h unicase/test-u16-is-uppercase
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/vms/
H A Dgenerate_vax_transfer.com213 ; preserve the case of symbols instead of converting it to uppercase.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dintrface.cpp212 unsigned hour, unsigned minute, char uppercase,
875 unsigned hour, unsigned minute, char uppercase,
1220 // Convert to uppercase to help with compare.
1257 // Ensure that the file system type string is uppercase.
869 SendAppMsg(z_uint8 uzSize, z_uint8 uzCompressedSize, unsigned ratio, unsigned month, unsigned day, unsigned year, unsigned hour, unsigned minute, char uppercase, LPCSTR szPath, LPCSTR szMethod, ulg dwCRC, char chCrypt) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A DMakefile.in202 unicase/u16-is-uppercase.c unicase/u16-tolower.c \
211 unicase/u32-is-uppercase.c unicase/u32-tolower.c \
220 unicase/u8-is-uppercase.c unicase/u8-tolower.c \
432 unicase/u16-is-titlecase.lo unicase/u16-is-uppercase.lo \
441 unicase/u32-is-titlecase.lo unicase/u32-is-uppercase.lo \
450 unicase/u8-is-titlecase.lo unicase/u8-is-uppercase.lo \
1597 unicase/u16-is-uppercase.c unicase/u16-tolower.c \
1606 unicase/u32-is-uppercase.c unicase/u32-tolower.c \
1615 unicase/u8-is-uppercase.c unicase/u8-tolower.c \
1976 unicase/u16-is-uppercase
[all...]
H A DMakefile202 unicase/u16-is-uppercase.c unicase/u16-tolower.c \
211 unicase/u32-is-uppercase.c unicase/u32-tolower.c \
220 unicase/u8-is-uppercase.c unicase/u8-tolower.c \
432 unicase/u16-is-titlecase.lo unicase/u16-is-uppercase.lo \
441 unicase/u32-is-titlecase.lo unicase/u32-is-uppercase.lo \
450 unicase/u8-is-titlecase.lo unicase/u8-is-uppercase.lo \
1597 unicase/u16-is-uppercase.c unicase/u16-tolower.c \
1606 unicase/u32-is-uppercase.c unicase/u32-tolower.c \
1615 unicase/u8-is-uppercase.c unicase/u8-tolower.c \
1976 unicase/u16-is-uppercase
[all...]
H A DMakefile.gnulib1163 ## begin gnulib module unicase/u16-is-uppercase
1165 libunistring_la_SOURCES += unicase/u16-is-uppercase.c
1167 ## end gnulib module unicase/u16-is-uppercase
1291 ## begin gnulib module unicase/u32-is-uppercase
1293 libunistring_la_SOURCES += unicase/u32-is-uppercase.c
1295 ## end gnulib module unicase/u32-is-uppercase
1419 ## begin gnulib module unicase/u8-is-uppercase
1421 libunistring_la_SOURCES += unicase/u8-is-uppercase.c
1423 ## end gnulib module unicase/u8-is-uppercase
2603 ## begin gnulib module unictype/property-other-uppercase
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DPropSet.cxx174 SString &SString::uppercase(lenpos_t subPos, lenpos_t subLen) { function in class:SString
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex2426 \def\key #1{{\nohyphenation \uppercase{#1}}\null}
2428 %\def\key #1{{\ttsl \nohyphenation \uppercase{#1}}\null}
2636 % all-uppercase.
3231 % Allow an optional argument of an uppercase letter, lowercase letter,
3250 % An ``uppercase letter'' is one whose \lccode is both nonzero, and
3264 \uppercaseenumerate % uppercase letter
3294 % The starting (uppercase) letter is in \thearg.
3300 \errmessage{No more uppercase letters in @enumerate; get a bigger
8089 \uppercase\expandafter{\UTFviiiTmp}%
8171 \uppercase{\gde
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/doc/
H A Dtexinfo.tex2448 \def\key #1{{\nohyphenation \uppercase{#1}}\null}
2450 %\def\key #1{{\ttsl \nohyphenation \uppercase{#1}}\null}
2665 % all-uppercase.
3261 % Allow an optional argument of an uppercase letter, lowercase letter,
3280 % An ``uppercase letter'' is one whose \lccode is both nonzero, and
3294 \uppercaseenumerate % uppercase letter
3324 % The starting (uppercase) letter is in \thearg.
3330 \errmessage{No more uppercase letters in @enumerate; get a bigger
8127 \uppercase\expandafter{\UTFviiiTmp}%
8209 \uppercase{\gde
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexinfo.tex2448 \def\key #1{{\nohyphenation \uppercase{#1}}\null}
2450 %\def\key #1{{\ttsl \nohyphenation \uppercase{#1}}\null}
2665 % all-uppercase.
3261 % Allow an optional argument of an uppercase letter, lowercase letter,
3280 % An ``uppercase letter'' is one whose \lccode is both nonzero, and
3294 \uppercaseenumerate % uppercase letter
3324 % The starting (uppercase) letter is in \thearg.
3330 \errmessage{No more uppercase letters in @enumerate; get a bigger
8127 \uppercase\expandafter{\UTFviiiTmp}%
8209 \uppercase{\gde
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex2796 % all-uppercase.
3464 % Allow an optional argument of an uppercase letter, lowercase letter,
3483 % An ``uppercase letter'' is one whose \lccode is both nonzero, and
3497 \uppercaseenumerate % uppercase letter
3527 % The starting (uppercase) letter is in \thearg.
3533 \errmessage{No more uppercase letters in @enumerate; get a bigger
8361 \uppercase\expandafter{\UTFviiiTmp}%
8443 \uppercase{\gdef\UTFviiiTmp{#2#3#4}}}

Completed in 221 milliseconds

12