Songbird / Development / Songbird Add-Ons API Documentation

sbIStringTransform Interface Reference

List of all members.

Public Attributes

const unsigned long TRANSFORM_MAP_HIRAGANA = 1
 Unsupported at this time.
const unsigned long TRANSFORM_MAP_KATAKANA = 1 << 1
 Unsupported at this time.
const unsigned long TRANSFORM_LOWERCASE = 1 << 4
 Transform to lowercase.
const unsigned long TRANSFORM_UPPERCASE = 1 << 5
 Transform to uppercase.
const unsigned long TRANSFORM_SIMPLIFIED_CHINESE = 1 << 6
 Unsupported at this time.
const unsigned long TRANSFORM_TRADITIONAL_CHINESE = 1 << 7
 Unsupported at this time.
const unsigned long TRANSFORM_IGNORE_SYMBOLS = 1 << 8
 Ignore symbol characters. This includes but is not limited to #, $, +, -.
const unsigned long TRANSFORM_IGNORE_NONSPACE = 1 << 9
 Ignore non-spacing characters. This includes but is not limited to diacritics.
const unsigned long TRANSFORM_REVERSE_BYTES = 1 << 11
const unsigned long TRANSFORM_IGNORE_NONALPHANUM = 1 << 12
 Ignore non-alphanumerical characters.
const unsigned long TRANSFORM_IGNORE_NONALPHANUM_IGNORE_SPACE = 1 << 13
const unsigned long TRANSFORM_IGNORE_LEADING = 1 << 14
 TRANSFORM_IGNORE_* operates on leading characters and stops as soon as a non-ignored character is found, at which point the rest of the string is copied as-is.
const unsigned long TRANSFORM_IGNORE_KEEPNUMBERSYMBOLS = 1 << 15
 TRANSFORM_IGNORE_* keeps number symbols in.

Detailed Description

Definition at line 33 of file sbIStringTransform.idl.


Member Data Documentation

const unsigned long sbIStringTransform::TRANSFORM_MAP_HIRAGANA = 1

Unsupported at this time.

Warning:
Not implemented

Definition at line 39 of file sbIStringTransform.idl.

const unsigned long sbIStringTransform::TRANSFORM_MAP_KATAKANA = 1 << 1

Unsupported at this time.

Warning:
Not implemented

Definition at line 44 of file sbIStringTransform.idl.

const unsigned long sbIStringTransform::TRANSFORM_SIMPLIFIED_CHINESE = 1 << 6

Unsupported at this time.

Warning:
Not implemented

Definition at line 59 of file sbIStringTransform.idl.

const unsigned long sbIStringTransform::TRANSFORM_TRADITIONAL_CHINESE = 1 << 7

Unsupported at this time.

Warning:
Not implemented

Definition at line 64 of file sbIStringTransform.idl.


The documentation for this interface was generated from the following file:
Generated on Tue Mar 10 14:29:02 2009 for Songbird by  doxygen 1.5.2