Method |
Description |
---|
AcString::compareNoCase (AcString &) |
Compares the string case-independently to another AcString object. |
AcString::compareNoCase (AcString &, size_t) |
Compares the string case-independently to another AcString object with maximum length. |
AcString::compareNoCase (char *) |
Compare the string case-independently to a string of narrow chars. |
AcString::compareNoCase (char *, Encoding) |
Compares the string case-independently to a string of narrow characters. |
AcString::compareNoCase (CStringW &) |
Compares the string case-independently to a CStringW object. |
AcString::compareNoCase (std::nullptr_t) |
Compares to empty. |
AcString::compareNoCase (wchar_t *) |
Compares the string case-independently to a string of Unicode characters. |
AcString::compareNoCase (wchar_t *, size_t) |
Compares the string case-independently to a string of Unicode characters with maximum length. |
AcString::compareNoCase (wchar_t *, wchar_t *) |
Compares two strings case-independently. |
AcString::compareNoCase (wchar_t *, wchar_t *, size_t) |
Compare two strings case-independently with maximum length. |
AcString::compareNoCase (wchar_t) |
Compares the string case-independently to a single Unicode character. |