Home
last modified time | relevance | path

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

/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgraunicode.pas618 procedure SetCharClass(index: integer; newClass: TUnicodeBidiClass);
662 SetCharClass(bracketPairs[i].openIndex, ubcRightToLeft);
663 SetCharClass(bracketPairs[i].closeIndex, ubcRightToLeft);
666 SetCharClass(bracketPairs[i].openIndex, ubcLeftToRight);
667 SetCharClass(bracketPairs[i].closeIndex, ubcLeftToRight);
692 SetCharClass(bracketPairs[i].openIndex, ubcRightToLeft);
693 SetCharClass(bracketPairs[i].closeIndex, ubcRightToLeft);
696 SetCharClass(bracketPairs[i].openIndex, ubcLeftToRight);
697 SetCharClass(bracketPairs[i].closeIndex, ubcLeftToRight);
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgraunicode.pas618 procedure SetCharClass(index: integer; newClass: TUnicodeBidiClass);
662 SetCharClass(bracketPairs[i].openIndex, ubcRightToLeft);
663 SetCharClass(bracketPairs[i].closeIndex, ubcRightToLeft);
666 SetCharClass(bracketPairs[i].openIndex, ubcLeftToRight);
667 SetCharClass(bracketPairs[i].closeIndex, ubcLeftToRight);
692 SetCharClass(bracketPairs[i].openIndex, ubcRightToLeft);
693 SetCharClass(bracketPairs[i].closeIndex, ubcRightToLeft);
696 SetCharClass(bracketPairs[i].openIndex, ubcLeftToRight);
697 SetCharClass(bracketPairs[i].closeIndex, ubcLeftToRight);
/dports/lang/nbc/
H A DmwGenericLex.pas121 procedure SetCharClass(const Value: TmwCharClass); procedure
133 property CharClass: TmwCharClass read GetCharClass write SetCharClass;
397 procedure TAny.SetCharClass(const Value: TmwCharClass); procedure