Uses of Class
org.robovm.apple.foundation.NSLocale
-
Uses of NSLocale in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return NSLocale Modifier and Type Method Description NSLocaleAVMediaSelectionOption. getLocale()NSLocaleAVMetadataItem. getLocale()NSLocaleAVMutableMetadataItem. getLocale()Methods in org.robovm.apple.avfoundation that return types with arguments of type NSLocale Modifier and Type Method Description NSArray<NSLocale>AVAsset. getAvailableChapterLocales()Methods in org.robovm.apple.avfoundation with parameters of type NSLocale Modifier and Type Method Description static NSArray<AVMediaSelectionOption>AVMediaSelectionGroup. filterMediaSelectionOptionsByLocale(NSArray<AVMediaSelectionOption> mediaSelectionOptions, NSLocale locale)static NSArray<AVMetadataItem>AVMetadataItem. filterMetadataItemsByLocale(NSArray<AVMetadataItem> metadataItems, NSLocale locale)NSArray<AVTimedMetadataGroup>AVAsset. getChapterMetadataGroupsContainingItemsWithCommonKeys(NSLocale locale, List<AVMetadataKey> commonKeys)StringAVMediaSelectionOption. getDisplayName(NSLocale locale)voidAVAsset. loadChapterMetadataGroups(NSLocale locale, NSArray<NSString> commonKeys, VoidBlock2<NSArray<AVTimedMetadataGroup>,NSError> completionHandler)voidAVMutableMetadataItem. setLocale(NSLocale v) -
Uses of NSLocale in org.robovm.apple.corelocation
Methods in org.robovm.apple.corelocation with parameters of type NSLocale Modifier and Type Method Description voidCLGeocoder. geocodeAddress(String addressString, CLRegion region, NSLocale locale, VoidBlock2<NSArray<CLPlacemark>,NSError> completionHandler)voidCLGeocoder. geocodePostalAddress(CNPostalAddress postalAddress, NSLocale locale, VoidBlock2<NSArray<CLPlacemark>,NSError> completionHandler)voidCLGeocoder. reverseGeocodeLocation(CLLocation location, NSLocale locale, VoidBlock2<NSArray<CLPlacemark>,NSError> completionHandler) -
Uses of NSLocale in org.robovm.apple.corenfc
Methods in org.robovm.apple.corenfc with parameters of type NSLocale Modifier and Type Method Description protected static longNFCNDEFPayload. create(String text, NSLocale locale)Constructors in org.robovm.apple.corenfc with parameters of type NSLocale Constructor Description NFCNDEFPayload(String text, NSLocale locale) -
Uses of NSLocale in org.robovm.apple.cryptotokenkit
Methods in org.robovm.apple.cryptotokenkit that return NSLocale Modifier and Type Method Description NSLocaleTKSmartCardUserInteractionForPINOperation. getLocale()Methods in org.robovm.apple.cryptotokenkit with parameters of type NSLocale Modifier and Type Method Description voidTKSmartCardUserInteractionForPINOperation. setLocale(NSLocale v) -
Uses of NSLocale in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSLocale Modifier and Type Method Description static NSLocaleNSLocale. getAutoupdatingCurrentLocale()static NSLocaleNSLocale. getCurrentLocale()NSLocaleNSCalendar. getLocale()NSLocaleNSDateFormatter. getLocale()NSLocaleNSDateIntervalFormatter. getLocale()NSLocaleNSListFormatter. getLocale()NSLocaleNSMeasurementFormatter. getLocale()NSLocaleNSNumberFormatter. getLocale()NSLocaleNSPersonNameComponentsFormatter. getLocale()NSLocaleNSRelativeDateTimeFormatter. getLocale()NSLocaleNSScanner. getLocale()static NSLocaleNSLocale. getSystemLocale()Methods in org.robovm.apple.foundation with parameters of type NSLocale Modifier and Type Method Description static StringNSDateFormatter. getDateFormatFromTemplate(String tmplate, long opts, NSLocale locale)StringNSTimeZone. getLocalizedName(NSTimeZoneNameStyle style, NSLocale locale)protected longNSDecimalNumber. init(String numberValue, NSLocale locale)voidNSCalendar. setLocale(NSLocale v)voidNSDateFormatter. setLocale(NSLocale v)voidNSDateIntervalFormatter. setLocale(NSLocale v)voidNSListFormatter. setLocale(NSLocale v)voidNSMeasurementFormatter. setLocale(NSLocale v)voidNSNumberFormatter. setLocale(NSLocale v)voidNSPersonNameComponentsFormatter. setLocale(NSLocale v)voidNSRelativeDateTimeFormatter. setLocale(NSLocale v)voidNSScanner. setLocale(NSLocale v)StringNSDate. toString(NSLocale locale)StringNSDecimal. toString(NSLocale locale)StringNSNumber. toString(NSLocale locale)Constructors in org.robovm.apple.foundation with parameters of type NSLocale Constructor Description NSDecimalNumber(String numberValue, NSLocale locale) -
Uses of NSLocale in org.robovm.apple.mapkit
Methods in org.robovm.apple.mapkit that return NSLocale Modifier and Type Method Description NSLocaleMKDistanceFormatter. getLocale()Methods in org.robovm.apple.mapkit with parameters of type NSLocale Modifier and Type Method Description voidMKDistanceFormatter. setLocale(NSLocale v) -
Uses of NSLocale in org.robovm.apple.speech
Methods in org.robovm.apple.speech that return NSLocale Modifier and Type Method Description NSLocaleSFSpeechRecognizer. getLocale()Methods in org.robovm.apple.speech that return types with arguments of type NSLocale Modifier and Type Method Description static NSSet<NSLocale>SFSpeechRecognizer. supportedLocales()Methods in org.robovm.apple.speech with parameters of type NSLocale Modifier and Type Method Description protected longSFSpeechRecognizer. init(NSLocale locale)Constructors in org.robovm.apple.speech with parameters of type NSLocale Constructor Description SFSpeechRecognizer(NSLocale locale) -
Uses of NSLocale in org.robovm.apple.storekit
Methods in org.robovm.apple.storekit that return NSLocale Modifier and Type Method Description NSLocaleSKProduct. getPriceLocale()NSLocaleSKProductDiscount. getPriceLocale() -
Uses of NSLocale in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return NSLocale Modifier and Type Method Description NSLocaleUIDatePicker. getLocale()Methods in org.robovm.apple.uikit with parameters of type NSLocale Modifier and Type Method Description static NSCharacterSetNSTextTab. getColumnTerminators(NSLocale aLocale)voidUIDatePicker. setLocale(NSLocale v)