Overload List
| Method | Description |
|---|---|
AcString::match (AcString &) | Returns the number of characters that match another AcString object. |
AcString::match (char *, Encoding) | Returns the number of characters that match a string of narrow characters. |
AcString::match (CStringW &) | Returns the number of characters matching a CStringW object. |
AcString::match (wchar_t *) | Returns the number of characters that match a string of wide characters. |
