Home
last modified time | relevance | path

Searched refs:Compare_AscNoCase (Results 1 – 1 of 1) sorted by relevance

/dports/editors/cudatext/CudaText-1.151.0/atsynedit/atsynedit/
H A Datstrings.pas241 function Compare_AscNoCase(Key1, Key2: Pointer): Integer; in Compare_AscNoCase() function
2590 function TATStrings.Compare_AscNoCase(Key1, Key2: Pointer): Integer; in Compare_AscNoCase() function
2609 Result:= -Compare_AscNoCase(Key1, Key2);
2631 Func:= @Compare_AscNoCase;