|
From: George R. <gr...@us...> - 2005-10-14 21:10:23
|
Have you tried using the UnicodeSet::addAll(UnicodeString) function on an=20 empty set, and then using UnicodeSet::containsAll(UnicodeSet)? George Rhoten IBM Globalization Center of Competency/ICU San Jos=E9, CA, USA http://www.icu-project.org/ http://icu.sourceforge.net/ Deborah Goldsmith <gol...@ap...>=20 Sent by: icu...@li... 10/14/2005 01:56 PM Please respond to icu-design To icu...@li... cc Subject [icu-design] Fast span? Hi, I'm still working on the Thai word break. Is there any way to do a=20 fast span of a UnicodeSet over a string or CharacterIterator, other=20 than iterating and calling set->contains(char) repeatedly? I looked=20 but couldn't find anything. Deborah |