The gfxSkipChars list is represented as a list of bytes of the form [chars to keep, chars to skip, chars to keep, chars to skip, ...] In the special case where all chars are to be kept, the list is length zero.
More...
#include <gfxSkipChars.h>
List of all members.
Detailed Description
The gfxSkipChars list is represented as a list of bytes of the form [chars to keep, chars to skip, chars to keep, chars to skip, ...] In the special case where all chars are to be kept, the list is length zero.
A freshly-created gfxSkipChars means "all chars kept".
Constructor & Destructor Documentation
| gfxSkipChars::gfxSkipChars |
( |
|
) |
[inline] |
Member Function Documentation
| PRInt32 gfxSkipChars::GetOriginalCharCount |
( |
|
) |
const [inline] |
| void gfxSkipChars::SetAllKeep |
( |
PRUint32 |
aLength |
) |
[inline] |
| void gfxSkipChars::TakeFrom |
( |
gfxSkipChars * |
aSkipChars |
) |
[inline] |
Friends And Related Function Documentation
The documentation for this class was generated from the following file: