Issue 21907 - XBreakIterator::isBeginWord, isEndWord
Summary: XBreakIterator::isBeginWord, isEndWord
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: steffen.grund
QA Contact: issues@api
URL:
Keywords: oooqa
Depends on:
Blocks:
 
Reported: 2003-10-30 12:41 UTC by steffen.grund
Modified: 2013-02-24 21:07 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description steffen.grund 2003-10-30 12:41:49 UTC
The functions isBeginWord and isEndWord are never both true.
This happens in modes ANY_WORD and ANYWORD_IGNOREWHITESPACES and locale en.
Locale en
Example String "b a?"

isBeginWord() and isEndWord() should return both true in position 1, 2, 3 with
ANY_WORD mode.

isBeginWord() and isEndWord() should return both true in position 3 with
ANYWORD_IGNOREWHITESPACES mode.
Comment 1 karl.hong 2003-12-08 23:40:56 UTC
Fixed in cws i18n09.
Comment 2 karl.hong 2003-12-17 23:25:30 UTC
verified in i18n09.
Comment 3 lohmaier 2004-02-25 22:05:31 UTC
clearing resolution
Comment 4 lohmaier 2004-02-25 22:05:58 UTC
closing issue.
Comment 5 stefan.baltzer 2004-02-26 10:39:26 UTC
SBA->Cloph:Issues may only be closed if they were verified in a master build
that includes the ChildWorkSpace it was fixed in (and verified for the first
time). Reopened.
Comment 6 stefan.baltzer 2004-02-26 10:41:32 UTC
SBA: Set to fixed.
Comment 7 lohmaier 2004-02-26 23:04:42 UTC
sorry for closing. Issue had was "unconfirmed fixed", and I should have changed
that to "Resolved fixed" (and not close it). Will pay more attention to this in
future.
Comment 8 stefan.baltzer 2004-03-03 14:25:58 UTC
SBA->SG: As discussed, please verify this one.
Reassigned to Steffen.
Comment 9 stefan.baltzer 2004-03-03 14:27:00 UTC
SBA: Set to fixed.
Comment 10 steffen.grund 2004-03-08 13:19:55 UTC
Checked on Windows and Solaris, and works -> verified.
Comment 11 steffen.grund 2004-07-19 11:30:29 UTC
tested on src680_m47 and works -> closed.