Searched hist:c7047b8fd2b48529091fccb925469a2432e65054 (Results 1 – 4 of 4) sorted by relevance
/haiku/src/apps/terminal/ |
H A D | TerminalCharClassifier.h | c7047b8fd2b48529091fccb925469a2432e65054 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 D | UTF8Char.h | c7047b8fd2b48529091fccb925469a2432e65054 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 D | BasicTerminalBuffer.cpp | c7047b8fd2b48529091fccb925469a2432e65054 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 D | TermView.cpp | c7047b8fd2b48529091fccb925469a2432e65054 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.
|