Home
last modified time | relevance | path

Searched refs:ChangeCase (Results 1 – 25 of 71) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Globalization/
H A DTextInfo.Unix.cs19 private unsafe string ChangeCase(string s, bool toUpper) in ChangeCase() method in System.Globalization.TextInfo
59 ChangeCase(pSource, s.Length, pResult, result.Length, toUpper); in ChangeCase()
67 private unsafe char ChangeCase(char c, bool toUpper) in ChangeCase() method in System.Globalization.TextInfo
73 ChangeCase(&c, 1, &dst, 1, toUpper); in ChangeCase()
91 …internal unsafe void ChangeCase(char* src, int srcLen, char* dstBuffer, int dstBufferCapacity, boo… in ChangeCase() method in System.Globalization.TextInfo
111 … Interop.GlobalizationInterop.ChangeCase(src, srcLen, dstBuffer, dstBufferCapacity, bToUpper); in ChangeCase()
H A DTextInfo.Windows.cs26 private unsafe string ChangeCase(string s, bool toUpper) in ChangeCase() method in System.Globalization.TextInfo
78 private unsafe char ChangeCase(char c, bool toUpper) in ChangeCase() method in System.Globalization.TextInfo
H A DTextInfo.cs222 return ChangeCase(c, toUpper: false); in ToLower()
234 return ChangeCase(str, toUpper: false); in ToLower()
353 return ChangeCase(c, toUpper: true); in ToUpper()
365 return ChangeCase(str, toUpper: true); in ToUpper()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Globalization/
H A DTextInfo.Unix.cs19 private unsafe string ChangeCase(string s, bool toUpper) in ChangeCase() method in System.Globalization.TextInfo
59 ChangeCase(pSource, s.Length, pResult, result.Length, toUpper); in ChangeCase()
67 private unsafe char ChangeCase(char c, bool toUpper) in ChangeCase() method in System.Globalization.TextInfo
73 ChangeCase(&c, 1, &dst, 1, toUpper); in ChangeCase()
91 …internal unsafe void ChangeCase(char* src, int srcLen, char* dstBuffer, int dstBufferCapacity, boo… in ChangeCase() method in System.Globalization.TextInfo
111 … Interop.GlobalizationInterop.ChangeCase(src, srcLen, dstBuffer, dstBufferCapacity, bToUpper); in ChangeCase()
H A DTextInfo.Windows.cs26 private unsafe string ChangeCase(string s, bool toUpper) in ChangeCase() method in System.Globalization.TextInfo
78 private unsafe char ChangeCase(char c, bool toUpper) in ChangeCase() method in System.Globalization.TextInfo
H A DTextInfo.cs200 return ChangeCase(c, toUpper: false); in ToLower()
212 return ChangeCase(str, toUpper: false); in ToLower()
331 return ChangeCase(c, toUpper: true); in ToUpper()
343 return ChangeCase(str, toUpper: true); in ToUpper()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dchangecase.cpp31 BEGIN_EVENT_TABLE(ChangeCase,wxScrollingDialog) in BEGIN_EVENT_TABLE() argument
34 EVT_BUTTON (wxID_OK, ChangeCase::OnOK) in BEGIN_EVENT_TABLE()
37 ChangeCase::ChangeCase(wxWindow* parent) in BEGIN_EVENT_TABLE()
73 ChangeCase::~ChangeCase() in ~ChangeCase()
79 void ChangeCase::OnOK(wxCommandEvent& event) in OnOK()
110 void ChangeCase::MakeChangeCase(ChangeCaseIn chin, int chfor, ChangeCaseTo chto) in MakeChangeCase()
171 void ChangeCase::FileChangeCase(wxString filename, ChangeCaseIn chin, int chfor, ChangeCaseTo chto) in FileChangeCase()
193 bool ChangeCase::EditorChangeCase(cbEditor* ed, ChangeCaseIn chin, int chfor, ChangeCaseTo chto) in EditorChangeCase()
H A Dchangecase.h38 class ChangeCase: public wxScrollingDialog
42 ChangeCase(wxWindow* parent);
43 virtual ~ChangeCase();
/dports/editors/cudatext/CudaText-1.151.0/econtrol/econtrol/
H A Dec_syntax_format.pas106 property ChangeCase: TecChangeCase read FChangeCase write FChangeCase default ccNone; property
169 FChangeCase := Self.ChangeCase;
282 (ChangeCase = Other.ChangeCase) and
325 if Over.ChangeCase <> ccNone then
326 ChangeCase := Over.ChangeCase;
376 if Over.ChangeCase <> ChangeCase then
377 ChangeCase := ccNone;
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Globalization/
H A DTextInfo.Dummy.cs13 private unsafe string ChangeCase(string s, bool toUpper) in ChangeCase() method in System.Globalization.TextInfo
40 private unsafe char ChangeCase(char c, bool toUpper) in ChangeCase() method in System.Globalization.TextInfo
/dports/www/owncloud/owncloud/updater/vendor/league/plates/docs/engine/
H A Dextensions.md18 class ChangeCase implements ExtensionInterface
58 class ChangeCase implements ExtensionInterface
93 $engine->loadExtension(new ChangeCase());
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/cherrypy/test/
H A Dtest_wsgi_ns.py29 class ChangeCase(object): class
83 app.wsgiapp.pipeline.append(('changecase', ChangeCase))
/dports/www/py-cherrypy/CherryPy-17.4.2/cherrypy/test/
H A Dtest_wsgi_ns.py29 class ChangeCase(object): class
83 app.wsgiapp.pipeline.append(('changecase', ChangeCase))
/dports/www/firefox-legacy/firefox-52.8.0esr/js/xpconnect/src/
H A DXPCLocale.cpp79 return ChangeCase(cx, src, rval, ToUpperCase); in LocaleToUpperCase()
85 return ChangeCase(cx, src, rval, ToLowerCase); in LocaleToLowerCase()
102 ChangeCase(JSContext* cx, HandleString src, MutableHandleValue rval, in ChangeCase() function
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/Interop/Unix/System.Globalization.Native/
H A DInterop.Casing.cs15 …internal unsafe static extern void ChangeCase(char* src, int srcLen, char* dstBuffer, int dstBuffe… in ChangeCase() method in Interop.GlobalizationInterop
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/Interop/Unix/System.Globalization.Native/
H A DInterop.Casing.cs15 …internal unsafe static extern void ChangeCase(char* src, int srcLen, char* dstBuffer, int dstBuffe… in ChangeCase() method in Interop.GlobalizationInterop
/dports/biology/hyphy/hyphy-2.5.33/src/mains/
H A Dunix.cpp327 … _String to_insert (((_String*)thisFile->GetItem(0))->ChangeCase(kStringLowerCase)); in ReadInTemplateFiles()
376 _String user_input = _String (StringFromConsole()).ChangeCase(kStringUpperCase); in DisplayListOfChoices()
474 _String user_input = _String(StringFromConsole()).ChangeCase (kStringUpperCase); in DisplayListOfPostChoices()
813 _String locase (argFile.ChangeCase(kStringLowerCase)); in main()
/dports/textproc/pageedit/PageEdit-1.2.0/
H A DUtility.h49 static QString ChangeCase(const QString &text, const Casing &casing);
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dbatchlanhelpers.cpp103 *(_String*)thisModel(0) = ((_String*)thisModel(0))->ChangeCase(kStringUpperCase); in ReadModelList()
/dports/textproc/sigil/Sigil-1.8.0/src/Misc/
H A DUtility.h60 static QString ChangeCase(const QString &text, const Casing &casing);
/dports/editors/fxite/fxite-FXITE-0_92/src/
H A Dappwin_base.h106 void ChangeCase(bool to_upper);
/dports/devel/cutter/cutter-1.2.6/glib-compatible/
H A Dgregex.c1831 } ChangeCase; typedef
1839 ChangeCase change_case;
2155 ChangeCase *change_case) in string_append()
2192 ChangeCase change_case = CHANGE_CASE_NONE; in interpolate_replacement()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DDocument.h207 void ChangeCase(Range r, bool makeUpperCase);
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DDocument.h207 void ChangeCase(Range r, bool makeUpperCase);
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DDocument.h207 void ChangeCase(Range r, bool makeUpperCase);

123