Home
last modified time | relevance | path

Searched hist:c7047b8fd2b48529091fccb925469a2432e65054 (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/terminal/
H A DTerminalCharClassifier.hc7047b8fd2b48529091fccb925469a2432e65054 Sun Mar 17 07:09:56 UTC 2013 Siarzhuk Zharski <zharik@gmx.li> Improve handling of mbyte chars in UTF8Char::IsSpace

* Switch UTF8Char's IsSpace, IsAlNum, ToLower functions to use
system-wide BUnicodeChar service routines;
* Switch TermView::CharClassifier to use UTF8Char instead of
raw char* string ponter. That reduces count of conversions
and simplify code;

Fixes #7423.
H A DUTF8Char.hc7047b8fd2b48529091fccb925469a2432e65054 Sun Mar 17 07:09:56 UTC 2013 Siarzhuk Zharski <zharik@gmx.li> Improve handling of mbyte chars in UTF8Char::IsSpace

* Switch UTF8Char's IsSpace, IsAlNum, ToLower functions to use
system-wide BUnicodeChar service routines;
* Switch TermView::CharClassifier to use UTF8Char instead of
raw char* string ponter. That reduces count of conversions
and simplify code;

Fixes #7423.
H A DBasicTerminalBuffer.cppc7047b8fd2b48529091fccb925469a2432e65054 Sun Mar 17 07:09:56 UTC 2013 Siarzhuk Zharski <zharik@gmx.li> Improve handling of mbyte chars in UTF8Char::IsSpace

* Switch UTF8Char's IsSpace, IsAlNum, ToLower functions to use
system-wide BUnicodeChar service routines;
* Switch TermView::CharClassifier to use UTF8Char instead of
raw char* string ponter. That reduces count of conversions
and simplify code;

Fixes #7423.
H A DTermView.cppc7047b8fd2b48529091fccb925469a2432e65054 Sun Mar 17 07:09:56 UTC 2013 Siarzhuk Zharski <zharik@gmx.li> Improve handling of mbyte chars in UTF8Char::IsSpace

* Switch UTF8Char's IsSpace, IsAlNum, ToLower functions to use
system-wide BUnicodeChar service routines;
* Switch TermView::CharClassifier to use UTF8Char instead of
raw char* string ponter. That reduces count of conversions
and simplify code;

Fixes #7423.