public final class CFStringCompareFlags
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Anchored
Only at the specified starting point
|
static long |
Backwards
Starting from the end of the string
|
static long |
CaseInsensitive |
static long |
DiacriticInsensitive
If specified, ignores diacritics (o-umlaut == o)
|
static long |
ForcedOrdering
If specified, comparisons are forced to return either kCFCompareLessThan or kCFCompareGreaterThan if the strings are equivalent but not strictly equal, for stability when sorting (e.g.
|
static long |
Localized
User's default locale is used for the comparisons
|
static long |
Nonliteral
If specified, loose equivalence is performed (o-umlaut == o, umlaut)
|
static long |
Numerically
Numeric comparison is used; that is, Foo2.txt < Foo7.txt < Foo25.txt
|
static long |
WidthInsensitive
If specified, ignores width differences ('a' == UFF41)
|
public static final long CaseInsensitive
public static final long Backwards
public static final long Anchored
public static final long Nonliteral
public static final long Localized
public static final long Numerically
public static final long DiacriticInsensitive
public static final long WidthInsensitive
public static final long ForcedOrdering