changeset 1 | 7c90e6132015 |
parent 0 | dd21522fd290 |
child 10 | a359256acfc6 |
0:dd21522fd290 | 1:7c90e6132015 |
---|---|
287 |
287 |
288 MaskBase* MaskComposite::nextMask() |
288 MaskBase* MaskComposite::nextMask() |
289 { |
289 { |
290 if( ++m_offset < m_length || m_length == kInfinite ) |
290 if( ++m_offset < m_length || m_length == kInfinite ) |
291 return this; |
291 return this; |
292 |
292 m_offset = 0; |
293 return NULL; |
293 return NULL; |
294 } |
294 } |
295 |
295 |
296 bool MaskSingle::check(UChar ch) |
296 bool MaskSingle::check(UChar ch) |
297 { |
297 { |