-
Methods in org.robovm.apple.corefoundation with parameters of type CFLocale
| Modifier and Type |
Method |
Description |
void |
CFMutableString.capitalize(CFLocale locale) |
|
static CFComparisonResult |
CFString.compare(String theString1,
String theString2,
CFRange rangeToCompare,
CFStringCompareFlags compareOptions,
CFLocale locale) |
|
static CFDateFormatter |
CFDateFormatter.create(CFAllocator allocator,
CFLocale locale,
CFDateFormatterStyle dateStyle,
CFDateFormatterStyle timeStyle) |
|
static CFDateFormatter |
CFDateFormatter.create(CFLocale locale,
CFDateFormatterStyle dateStyle,
CFDateFormatterStyle timeStyle) |
|
static CFNumberFormatter |
CFNumberFormatter.create(CFAllocator allocator,
CFLocale locale,
CFNumberFormatterStyle style) |
|
static CFNumberFormatter |
CFNumberFormatter.create(CFLocale locale,
CFNumberFormatterStyle style) |
|
static CFStringTokenizer |
CFStringTokenizer.create(String string,
CFRange range,
CFStringTokenizerUnitOptions options,
CFLocale locale) |
|
static CFStringTokenizer |
CFStringTokenizer.create(CFAllocator alloc,
String string,
CFRange range,
CFStringTokenizerUnitOptions options,
CFLocale locale) |
|
static CFLocale |
CFLocale.createCopy(CFAllocator allocator,
CFLocale locale) |
|
static CFLocale |
CFLocale.createCopy(CFLocale locale) |
|
boolean |
CFString.find(String stringToFind,
CFRange rangeToSearch,
CFStringCompareFlags searchOptions,
CFLocale locale,
CFRange result) |
|
void |
CFMutableString.fold(CFStringCompareFlags theFlags,
CFLocale theLocale) |
|
static String |
CFDateFormatter.getDateFormat(String tmplate,
long options,
CFLocale locale) |
|
protected long |
CFString.getHyphenationLocationBeforeIndex(long location,
CFRange limitRange,
long options,
CFLocale locale,
IntPtr character) |
|
String |
CFTimeZone.getLocalizedName(CFTimeZoneNameStyle style,
CFLocale locale) |
|
protected static boolean |
CFString.isHyphenationAvailableForLocale(CFLocale locale) |
|
void |
CFMutableString.lowercase(CFLocale locale) |
|
void |
CFCalendar.setLocale(CFLocale locale) |
|
void |
CFMutableString.uppercase(CFLocale locale) |
|