RESOLVED FIXED 46105
[BREWMP] Add TextBoundaries and TextBreakIterator
https://bugs.webkit.org/show_bug.cgi?id=46105
Summary [BREWMP] Add TextBoundaries and TextBreakIterator
Kwang Yul Seo
Reported 2010-09-20 11:12:00 PDT
Copy the code from WinCE port.
Attachments
Patch (12.32 KB, patch)
2010-09-20 11:13 PDT, Kwang Yul Seo
no flags
Kwang Yul Seo
Comment 1 2010-09-20 11:13:44 PDT
Kent Tamura
Comment 2 2010-10-13 17:16:54 PDT
Comment on attachment 68113 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=68113&action=review > WebCore/platform/text/brew/TextBoundariesBrew.cpp:37 > +int findNextWordFromIndex(const UChar * buffer, int len, int position, bool forward) The position of "*" is noncommittal. We usually use "const UChar* buffer". > WebCore/platform/text/brew/TextBoundariesBrew.cpp:43 > +void findWordBoundary(const UChar * buffer, int len, int position, int* start, int* end) ditto.
Kwang Yul Seo
Comment 3 2010-10-13 17:50:12 PDT
Kwang Yul Seo
Comment 4 2010-10-13 17:55:54 PDT
Comment on attachment 68113 [details] Patch Clear flags on attachment 68113 [details]
Note You need to log in before you can comment on or make changes to this bug.