
Static Public Member Functions | |
| static unsigned | hash (const UChar *data, unsigned length) |
| hash description | |
| static unsigned | hash (StringImpl *str) |
| hash description | |
| static unsigned | hash (const char *str, unsigned length) |
| hash description | |
| static bool | equal (StringImpl *a, StringImpl *b) |
| equal description | |
| static unsigned | hash (const RefPtr< StringImpl > &key) |
| hash description | |
| static bool | equal (const RefPtr< StringImpl > &a, const RefPtr< StringImpl > &b) |
| equal description | |
| static unsigned | hash (const String &key) |
| hash description | |
| static bool | equal (const String &a, const String &b) |
| equal description | |
Static Public Attributes | |
| static const bool | safeToCompareToEmptyOrDeleted = false |
| static unsigned OWBAL::CaseFoldingHash::hash | ( | const UChar * | data, | |
| unsigned | length | |||
| ) | [static] |
hash description
| [in] | : | description |
| [out] | : | description |
| static unsigned OWBAL::CaseFoldingHash::hash | ( | StringImpl * | str | ) | [static] |
hash description
| [in] | : | description |
| [out] | : | description |
| static unsigned OWBAL::CaseFoldingHash::hash | ( | const char * | str, | |
| unsigned | length | |||
| ) | [static] |
hash description
| [in] | : | description |
| [out] | : | description |
| static bool OWBAL::CaseFoldingHash::equal | ( | StringImpl * | a, | |
| StringImpl * | b | |||
| ) | [static] |
equal description
| [in] | : | description |
| [out] | : | description |
| static unsigned OWBAL::CaseFoldingHash::hash | ( | const RefPtr< StringImpl > & | key | ) | [static] |
hash description
| [in] | : | description |
| [out] | : | description |
| static bool OWBAL::CaseFoldingHash::equal | ( | const RefPtr< StringImpl > & | a, | |
| const RefPtr< StringImpl > & | b | |||
| ) | [static] |
equal description
| [in] | : | description |
| [out] | : | description |
| static unsigned OWBAL::CaseFoldingHash::hash | ( | const String & | key | ) | [static] |
hash description
| [in] | : | description |
| [out] | : | description |
equal description
| [in] | : | description |
| [out] | : | description |
const bool OWBAL::CaseFoldingHash::safeToCompareToEmptyOrDeleted = false [static] |