Home
last modified time | relevance | path

Searched defs:ToUpper (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/dports/textproc/filepp/filepp-1.8.0/modules/case/
H A Dtoupper.pm32 package ToUpper; package
39 sub ToUpper subroutine
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/delibs/decpp/
H A DdeStringUtil.cpp54 struct ToUpper struct
56 const locale& loc;
57 ToUpper (void) : loc(locale::classic()) {} in ToUpper() function
58 char operator() (char c) { return std::toupper(c, loc); } in operator ()()
/dports/textproc/source-highlight/source-highlight-3.1.9/lib/srchilite/
H A Dutils.cpp28 struct ToUpper struct
30 char operator() (char c) const { return std::toupper(c); } in operator ()()
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/gobuffalo/flect/
H A Dlower_upper.go6 func (i Ident) ToUpper() Ident { func
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/service-apis/vendor/github.com/gobuffalo/flect/
H A Dlower_upper.go6 func (i Ident) ToUpper() Ident { func
/dports/lang/fpc-utils/fpc-3.2.2/rtl/objpas/
H A Dcharacter.pas142 class function ToUpper(AChar : UnicodeChar) : UnicodeChar; overload; static; in ToUpper() function
143 class function ToUpper(const AString : UnicodeString) : UnicodeString; inline; overload; static; in ToUpper() function
144 …class function ToUpper(const AString : UnicodeString; const AOptions : TCharacterOptions) : Unicod… in ToUpper() function
188 function ToUpper(AChar : UnicodeChar) : UnicodeChar; overload; in ToUpper() function
189 function ToUpper(const AString : UnicodeString) : UnicodeString; overload; in ToUpper() function
426 function ToUpper(AChar: UnicodeChar): UnicodeChar; in ToUpper() function
431 function ToUpper(const AString: UnicodeString): UnicodeString; in ToUpper() function
/dports/lang/fpc-source/fpc-3.2.2/rtl/objpas/
H A Dcharacter.pas142 class function ToUpper(AChar : UnicodeChar) : UnicodeChar; overload; static; in ToUpper() function
143 class function ToUpper(const AString : UnicodeString) : UnicodeString; inline; overload; static; in ToUpper() function
144 …class function ToUpper(const AString : UnicodeString; const AOptions : TCharacterOptions) : Unicod… in ToUpper() function
188 function ToUpper(AChar : UnicodeChar) : UnicodeChar; overload; in ToUpper() function
189 function ToUpper(const AString : UnicodeString) : UnicodeString; overload; in ToUpper() function
426 function ToUpper(AChar: UnicodeChar): UnicodeChar; in ToUpper() function
431 function ToUpper(const AString: UnicodeString): UnicodeString; in ToUpper() function
/dports/lang/fpc/fpc-3.2.2/rtl/objpas/
H A Dcharacter.pas142 class function ToUpper(AChar : UnicodeChar) : UnicodeChar; overload; static; in ToUpper() function
143 class function ToUpper(const AString : UnicodeString) : UnicodeString; inline; overload; static; in ToUpper() function
144 …class function ToUpper(const AString : UnicodeString; const AOptions : TCharacterOptions) : Unicod… in ToUpper() function
188 function ToUpper(AChar : UnicodeChar) : UnicodeChar; overload; in ToUpper() function
189 function ToUpper(const AString : UnicodeString) : UnicodeString; overload; in ToUpper() function
426 function ToUpper(AChar: UnicodeChar): UnicodeChar; in ToUpper() function
431 function ToUpper(const AString: UnicodeString): UnicodeString; in ToUpper() function
/dports/editors/fpc-ide/fpc-3.2.2/rtl/objpas/
H A Dcharacter.pas142 class function ToUpper(AChar : UnicodeChar) : UnicodeChar; overload; static; in ToUpper() function
143 class function ToUpper(const AString : UnicodeString) : UnicodeString; inline; overload; static; in ToUpper() function
144 …class function ToUpper(const AString : UnicodeString; const AOptions : TCharacterOptions) : Unicod… in ToUpper() function
188 function ToUpper(AChar : UnicodeChar) : UnicodeChar; overload; in ToUpper() function
189 function ToUpper(const AString : UnicodeString) : UnicodeString; overload; in ToUpper() function
426 function ToUpper(AChar: UnicodeChar): UnicodeChar; in ToUpper() function
431 function ToUpper(const AString: UnicodeString): UnicodeString; in ToUpper() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libc/test/src/ctype/
H A Dtoupper_test.cpp12 TEST(ToUpper, DefaultLocale) { in TEST() argument
/dports/textproc/filepp/filepp-1.8.0/modules/function/
H A Dtest.pm38 sub ToUpper subroutine
/dports/print/texlive-base/texlive-20150521-source/texk/bibtex-x/
H A Dgblprocs.h402 #define ToUpper(c) (c8upcase[c]) macro
412 #define ToUpper(c) (c - CASE_DIFFERENCE) macro
/dports/textproc/filepp/filepp-1.8.0/modules/format/
H A Dformat.pm94 sub ToUpper subroutine
/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dtest-null-operator-13.cs34 public static int ToUpper (this Y y) in ToUpper() method in SS
/dports/audio/drumstick/drumstick-2.5.0/library/rt-backends/eassynth/sonivox/lib_src/
H A Deas_ctype.h37 EAS_INLINE EAS_I8 ToUpper (EAS_I8 c) { if ((c >= 'a') && (c <= 'z')) return c & ~0x20; else return … in ToUpper() function
/dports/audio/mous/mous-2.0.1/sdk/scx/
H A DConv.h42 ToUpper(const std::string& str) in ToUpper() function
/dports/x11-wm/amiwm/amiwm0.21pl2/libami/
H A Dstrutil.c10 UBYTE ToUpper(UBYTE ch) in ToUpper() function
/dports/math/z3/z3-z3-4.8.13/src/api/dotnet/
H A DAlgebraicNum.cs40 public RatNum ToUpper(uint precision) in ToUpper() method in Microsoft.Z3.AlgebraicNum
/dports/math/py-z3-solver/z3-z3-4.8.10/src/api/dotnet/
H A DAlgebraicNum.cs40 public RatNum ToUpper(uint precision) in ToUpper() method in Microsoft.Z3.AlgebraicNum
/dports/x11-fonts/jmk-x11-fonts/jmk-x11-fonts-3.0/
H A Dbdfchardesc.sh64 function ToUpper() { function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Algorithms/src/Internal/Cryptography/
H A DHashAlgorithmNames.cs45 public static string ToUpper(string hashAlgorithName) in ToUpper() method in Internal.Cryptography.HashAlgorithmNames
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/text/
H A Dtext_utilities.h38 [[nodiscard]] inline auto ToUpper() { in ToUpper() function
/dports/deskutils/pinot/pinot-1.20/Utils/
H A DStringManip.cpp48 struct ToUpper struct
51 void operator()(char &c) in operator ()()
/dports/x11-toolkits/pangolin/Pangolin-0.6/include/pangolin/utils/
H A Dfile_utils.h124 inline void ToUpper( std::string& str ) in ToUpper() function
/dports/devel/upp/upp/uppsrc/Core/
H A DCharSet.h139 inline dword ToUpper(dword c) { return c < 2048 ? unicode_fast_upper__[c] : ToUpperRest_(c); } in ToUpper() function
154 inline int ToUpper(int c) { return ToUpper((dword) c); } in ToUpper() function
163 inline dword ToUpper(char c) { return ToUpper((dword)(byte) c); } in ToUpper() function
172 inline dword ToUpper(signed char c) { return ToUpper((dword)(byte) c); } in ToUpper() function
181 inline dword ToUpper(wchar c) { return ToUpper((dword) c); } in ToUpper() function

12345678910>>...16