public class CSLocalizedString extends NSString
NSString.Block_enumerateLinesUsingBlock, NSString.Block_enumerateLinguisticTagsInRangeSchemeOptionsOrthographyUsingBlock, NSString.Block_enumerateSubstringsInRangeOptionsUsingBlock, NSString.Block_initWithBytesNoCopyLengthEncodingDeallocator, NSString.Block_initWithCharactersNoCopyLengthDeallocatorNSObject.Function_instanceMethodForSelector_ret, NSObject.Function_methodForSelector_retNSItemProviderWriting.Block_loadDataWithTypeIdentifierForItemProviderCompletionHandler| Modifier | Constructor and Description |
|---|---|
protected |
CSLocalizedString(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
long |
_itemProviderVisibilityForRepresentationWithTypeIdentifier_static(java.lang.String typeIdentifier) |
CSLocalizedString |
_objectWithItemProviderDataTypeIdentifierError(NSData data,
java.lang.String typeIdentifier,
org.moe.natj.general.ptr.Ptr<NSError> outError) |
NSArray<java.lang.String> |
_readableTypeIdentifiersForItemProvider() |
boolean |
_supportsSecureCoding()
This property must return YES on all classes that allow secure coding.
|
NSArray<java.lang.String> |
_writableTypeIdentifiersForItemProvider_static() |
static boolean |
accessInstanceVariablesDirectly() |
static CSLocalizedString |
alloc() |
static CSLocalizedString |
allocWithZone(org.moe.natj.general.ptr.VoidPtr zone) |
static boolean |
automaticallyNotifiesObserversForKey(java.lang.String key) |
static org.moe.natj.general.ptr.ConstNUIntPtr |
availableStringEncodings() |
static void |
cancelPreviousPerformRequestsWithTarget(java.lang.Object aTarget) |
static void |
cancelPreviousPerformRequestsWithTargetSelectorObject(java.lang.Object aTarget,
org.moe.natj.objc.SEL aSelector,
java.lang.Object anArgument) |
static NSArray<java.lang.String> |
classFallbacksForKeyedArchiver() |
static org.moe.natj.objc.Class |
classForKeyedUnarchiver() |
static java.lang.String |
debugDescription_static() |
static long |
defaultCStringEncoding() |
static java.lang.String |
deferredLocalizedIntentsStringWithFormat(java.lang.String format,
java.lang.Object... varargs) |
static java.lang.String |
deferredLocalizedIntentsStringWithFormatFromTable(java.lang.String format,
java.lang.String table,
java.lang.Object... varargs) |
static java.lang.String |
deferredLocalizedIntentsStringWithFormatFromTableArguments(java.lang.String format,
java.lang.String table,
org.moe.natj.general.ptr.BytePtr arguments) |
static java.lang.String |
description_static() |
static long |
hash_static() |
CSLocalizedString |
init()
The initializers available to subclasses.
|
CSLocalizedString |
initWithBytesLengthEncoding(org.moe.natj.general.ptr.ConstVoidPtr bytes,
long len,
long encoding) |
CSLocalizedString |
initWithBytesNoCopyLengthEncodingDeallocator(org.moe.natj.general.ptr.VoidPtr bytes,
long len,
long encoding,
NSString.Block_initWithBytesNoCopyLengthEncodingDeallocator deallocator) |
CSLocalizedString |
initWithBytesNoCopyLengthEncodingFreeWhenDone(org.moe.natj.general.ptr.VoidPtr bytes,
long len,
long encoding,
boolean freeBuffer)
"NoCopy" is a hint
|
CSLocalizedString |
initWithCharactersLength(org.moe.natj.general.ptr.ConstCharPtr characters,
long length) |
CSLocalizedString |
initWithCharactersNoCopyLengthDeallocator(org.moe.natj.general.ptr.CharPtr chars,
long len,
NSString.Block_initWithCharactersNoCopyLengthDeallocator deallocator) |
CSLocalizedString |
initWithCharactersNoCopyLengthFreeWhenDone(org.moe.natj.general.ptr.CharPtr characters,
long length,
boolean freeBuffer)
"NoCopy" is a hint
|
CSLocalizedString |
initWithCoder(NSCoder coder)
NS_DESIGNATED_INITIALIZER
|
CSLocalizedString |
initWithContentsOfFile(java.lang.String path)
Deprecated.
|
CSLocalizedString |
initWithContentsOfFileEncodingError(java.lang.String path,
long enc,
org.moe.natj.general.ptr.Ptr<NSError> error) |
CSLocalizedString |
initWithContentsOfFileUsedEncodingError(java.lang.String path,
org.moe.natj.general.ptr.NUIntPtr enc,
org.moe.natj.general.ptr.Ptr<NSError> error) |
CSLocalizedString |
initWithContentsOfURL(NSURL url)
Deprecated.
|
CSLocalizedString |
initWithContentsOfURLEncodingError(NSURL url,
long enc,
org.moe.natj.general.ptr.Ptr<NSError> error)
These use the specified encoding.
|
CSLocalizedString |
initWithContentsOfURLUsedEncodingError(NSURL url,
org.moe.natj.general.ptr.NUIntPtr enc,
org.moe.natj.general.ptr.Ptr<NSError> error)
These try to determine the encoding, and return the encoding which was used.
|
CSLocalizedString |
initWithCString(org.moe.natj.general.ptr.ConstBytePtr bytes)
Deprecated.
|
CSLocalizedString |
initWithCStringEncoding(org.moe.natj.general.ptr.ConstBytePtr nullTerminatedCString,
long encoding) |
CSLocalizedString |
initWithCStringLength(org.moe.natj.general.ptr.ConstBytePtr bytes,
long length)
Deprecated.
|
CSLocalizedString |
initWithCStringNoCopyLengthFreeWhenDone(org.moe.natj.general.ptr.BytePtr bytes,
long length,
boolean freeBuffer)
Deprecated.
|
CSLocalizedString |
initWithDataEncoding(NSData data,
long encoding) |
CSLocalizedString |
initWithFormat(java.lang.String format,
java.lang.Object... varargs) |
CSLocalizedString |
initWithFormatArguments(java.lang.String format,
org.moe.natj.general.ptr.BytePtr argList) |
CSLocalizedString |
initWithFormatLocale(java.lang.String format,
java.lang.Object locale,
java.lang.Object... varargs) |
CSLocalizedString |
initWithFormatLocaleArguments(java.lang.String format,
java.lang.Object locale,
org.moe.natj.general.ptr.BytePtr argList) |
CSLocalizedString |
initWithLocalizedStrings(NSDictionary<?,?> localizedStrings)
Takes a dictionary of preferred codes to the localized string for that language
|
CSLocalizedString |
initWithString(java.lang.String aString) |
CSLocalizedString |
initWithUTF8String(org.moe.natj.general.ptr.ConstBytePtr nullTerminatedCString) |
static NSObject.Function_instanceMethodForSelector_ret |
instanceMethodForSelector(org.moe.natj.objc.SEL aSelector) |
static NSMethodSignature |
instanceMethodSignatureForSelector(org.moe.natj.objc.SEL aSelector) |
static boolean |
instancesRespondToSelector(org.moe.natj.objc.SEL aSelector) |
static boolean |
isSubclassOfClass(org.moe.natj.objc.Class aClass) |
static long |
itemProviderVisibilityForRepresentationWithTypeIdentifier_static(java.lang.String typeIdentifier) |
static NSSet<java.lang.String> |
keyPathsForValuesAffectingValueForKey(java.lang.String key) |
static java.lang.String |
localizedNameOfStringEncoding(long encoding) |
java.lang.String |
localizedString()
Returns the localized string for the current language
|
static CSLocalizedString |
localizedStringWithFormat(java.lang.String format,
java.lang.Object... varargs) |
static java.lang.String |
localizedUserNotificationStringForKeyArguments(java.lang.String key,
NSArray<?> arguments) |
static CSLocalizedString |
new_objc() |
static CSLocalizedString |
objectWithItemProviderDataTypeIdentifierError(NSData data,
java.lang.String typeIdentifier,
org.moe.natj.general.ptr.Ptr<NSError> outError) |
static java.lang.String |
pathWithComponents(NSArray<java.lang.String> components) |
static NSArray<java.lang.String> |
readableTypeIdentifiersForItemProvider() |
static boolean |
resolveClassMethod(org.moe.natj.objc.SEL sel) |
static boolean |
resolveInstanceMethod(org.moe.natj.objc.SEL sel) |
static void |
setVersion_static(long aVersion) |
static CSLocalizedString |
string() |
static long |
stringEncodingForDataEncodingOptionsConvertedStringUsedLossyConversion(NSData data,
NSDictionary<java.lang.String,?> opts,
org.moe.natj.general.ptr.Ptr<NSString> string,
org.moe.natj.general.ptr.BoolPtr usedLossyConversion) |
static CSLocalizedString |
stringWithCharactersLength(org.moe.natj.general.ptr.ConstCharPtr characters,
long length) |
static CSLocalizedString |
stringWithContentsOfFile(java.lang.String path)
Deprecated.
|
static CSLocalizedString |
stringWithContentsOfFileEncodingError(java.lang.String path,
long enc,
org.moe.natj.general.ptr.Ptr<NSError> error) |
static CSLocalizedString |
stringWithContentsOfFileUsedEncodingError(java.lang.String path,
org.moe.natj.general.ptr.NUIntPtr enc,
org.moe.natj.general.ptr.Ptr<NSError> error) |
static CSLocalizedString |
stringWithContentsOfURL(NSURL url)
Deprecated.
|
static CSLocalizedString |
stringWithContentsOfURLEncodingError(NSURL url,
long enc,
org.moe.natj.general.ptr.Ptr<NSError> error) |
static CSLocalizedString |
stringWithContentsOfURLUsedEncodingError(NSURL url,
org.moe.natj.general.ptr.NUIntPtr enc,
org.moe.natj.general.ptr.Ptr<NSError> error) |
static CSLocalizedString |
stringWithCString(org.moe.natj.general.ptr.ConstBytePtr bytes)
Deprecated.
|
static CSLocalizedString |
stringWithCStringEncoding(org.moe.natj.general.ptr.ConstBytePtr cString,
long enc) |
static CSLocalizedString |
stringWithCStringLength(org.moe.natj.general.ptr.ConstBytePtr bytes,
long length)
Deprecated.
|
static CSLocalizedString |
stringWithFormat(java.lang.String format,
java.lang.Object... varargs) |
static CSLocalizedString |
stringWithString(java.lang.String string) |
static CSLocalizedString |
stringWithUTF8String(org.moe.natj.general.ptr.ConstBytePtr nullTerminatedCString) |
static org.moe.natj.objc.Class |
superclass_static() |
static boolean |
supportsSecureCoding() |
static long |
version_static() |
static NSArray<java.lang.String> |
writableTypeIdentifiersForItemProvider_static() |
boolValue, boundingRectWithSizeOptionsAttributesContext, canBeConvertedToEncoding, capitalizedString, capitalizedStringWithLocale, caseInsensitiveCompare, characterAtIndex, commonPrefixWithStringOptions, compare, compareOptions, compareOptionsRange, compareOptionsRangeLocale, completePathIntoStringCaseSensitiveMatchesIntoArrayFilterTypes, componentsSeparatedByCharactersInSet, componentsSeparatedByString, containsString, copyWithZone, cString, cStringLength, cStringUsingEncoding, dataUsingEncoding, dataUsingEncodingAllowLossyConversion, decomposedStringWithCanonicalMapping, decomposedStringWithCompatibilityMapping, description, doubleValue, drawAtPointForWidthWithFontFontSizeLineBreakModeBaselineAdjustment, drawAtPointForWidthWithFontLineBreakMode, drawAtPointForWidthWithFontMinFontSizeActualFontSizeLineBreakModeBaselineAdjustment, drawAtPointWithAttributes, drawAtPointWithFont, drawInRectWithAttributes, drawInRectWithFont, drawInRectWithFontLineBreakMode, drawInRectWithFontLineBreakModeAlignment, drawWithRectOptionsAttributesContext, encodeWithCoder, enumerateLinesUsingBlock, enumerateLinguisticTagsInRangeSchemeOptionsOrthographyUsingBlock, enumerateSubstringsInRangeOptionsUsingBlock, fastestEncoding, fileSystemRepresentation, floatValue, getBytesMaxLengthUsedLengthEncodingOptionsRangeRemainingRange, getCharacters, getCharactersRange, getCString, getCStringMaxLength, getCStringMaxLengthEncoding, getCStringMaxLengthRangeRemainingRange, getFileSystemRepresentationMaxLength, getLineStartEndContentsEndForRange, getParagraphStartEndContentsEndForRange, hash, hasPrefix, hasSuffix, integerValue, intValue, isAbsolutePath, isEqualToString, itemProviderVisibilityForRepresentationWithTypeIdentifier, lastPathComponent, length, lengthOfBytesUsingEncoding, lineRangeForRange, linguisticTagsInRangeSchemeOptionsOrthographyTokenRanges, loadDataWithTypeIdentifierForItemProviderCompletionHandler, localizedCapitalizedString, localizedCaseInsensitiveCompare, localizedCaseInsensitiveContainsString, localizedCompare, localizedLowercaseString, localizedStandardCompare, localizedStandardContainsString, localizedStandardRangeOfString, localizedUppercaseString, longLongValue, lossyCString, lowercaseString, lowercaseStringWithLocale, maximumLengthOfBytesUsingEncoding, mutableCopyWithZone, paragraphRangeForRange, pathComponents, pathExtension, precomposedStringWithCanonicalMapping, precomposedStringWithCompatibilityMapping, propertyList, propertyListFromStringsFileFormat, rangeOfCharacterFromSet, rangeOfCharacterFromSetOptions, rangeOfCharacterFromSetOptionsRange, rangeOfComposedCharacterSequenceAtIndex, rangeOfComposedCharacterSequencesForRange, rangeOfString, rangeOfStringOptions, rangeOfStringOptionsRange, rangeOfStringOptionsRangeLocale, sizeWithAttributes, sizeWithFont, sizeWithFontConstrainedToSize, sizeWithFontConstrainedToSizeLineBreakMode, sizeWithFontForWidthLineBreakMode, sizeWithFontMinFontSizeActualFontSizeForWidthLineBreakMode, smallestEncoding, sr_sensorForDeletionRecordsFromSensor, stringByAbbreviatingWithTildeInPath, stringByAddingPercentEncodingWithAllowedCharacters, stringByAddingPercentEscapesUsingEncoding, stringByAppendingFormat, stringByAppendingPathComponent, stringByAppendingPathComponentConformingToType, stringByAppendingPathExtension, stringByAppendingPathExtensionForType, stringByAppendingString, stringByApplyingTransformReverse, stringByDeletingLastPathComponent, stringByDeletingPathExtension, stringByExpandingTildeInPath, stringByFoldingWithOptionsLocale, stringByPaddingToLengthWithStringStartingAtIndex, stringByRemovingPercentEncoding, stringByReplacingCharactersInRangeWithString, stringByReplacingOccurrencesOfStringWithString, stringByReplacingOccurrencesOfStringWithStringOptionsRange, stringByReplacingPercentEscapesUsingEncoding, stringByResolvingSymlinksInPath, stringByStandardizingPath, stringByTrimmingCharactersInSet, stringsByAppendingPaths, substringFromIndex, substringToIndex, substringWithRange, uppercaseString, uppercaseStringWithLocale, UTF8String, variantFittingPresentationWidth, writableTypeIdentifiersForItemProvider, writeToFileAtomically, writeToFileAtomicallyEncodingError, writeToURLAtomically, writeToURLAtomicallyEncodingErroraccessibilityActivate, accessibilityActivationPoint, accessibilityAssistiveTechnologyFocusedIdentifiers, accessibilityAttributedHint, accessibilityAttributedLabel, accessibilityAttributedUserInputLabels, accessibilityAttributedValue, accessibilityContainerType, accessibilityCustomActions, accessibilityCustomRotors, accessibilityDecrement, accessibilityDragSourceDescriptors, accessibilityDropPointDescriptors, accessibilityElementAtIndex, accessibilityElementCount, accessibilityElementDidBecomeFocused, accessibilityElementDidLoseFocus, accessibilityElementIsFocused, accessibilityElements, accessibilityElementsHidden, accessibilityFrame, accessibilityHint, accessibilityIncrement, accessibilityLabel, accessibilityLanguage, accessibilityNavigationStyle, accessibilityPath, accessibilityPerformEscape, accessibilityPerformMagicTap, accessibilityRespondsToUserInteraction, accessibilityScroll, accessibilityTextualContext, accessibilityTraits, accessibilityUserInputLabels, accessibilityValue, accessibilityViewIsModal, addObserverForKeyPathOptionsContext, attemptRecoveryFromErrorOptionIndex, attemptRecoveryFromErrorOptionIndexDelegateDidRecoverSelectorContextInfo, autoContentAccessingProxy, awakeAfterUsingCoder, awakeFromNib, class_objc, classForCoder, classForKeyedArchiver, copy, dealloc, debugDescription, dictionaryWithValuesForKeys, didChangeValueForKey, didChangeValueForKeyWithSetMutationUsingObjects, didChangeValuesAtIndexesForKey, doesNotRecognizeSelector, fileManagerShouldProceedAfterError, fileManagerWillProcessPath, finalize_objc, forwardingTargetForSelector, forwardInvocation, indexOfAccessibilityElement, isAccessibilityElement, isEqual, isKindOfClass, isMemberOfClass, isProxy, methodForSelector, methodSignatureForSelector, mutableArrayValueForKey, mutableArrayValueForKeyPath, mutableCopy, mutableOrderedSetValueForKey, mutableOrderedSetValueForKeyPath, mutableSetValueForKey, mutableSetValueForKeyPath, observationInfo, observeValueForKeyPathOfObjectChangeContext, performSelector, performSelectorInBackgroundWithObject, performSelectorOnMainThreadWithObjectWaitUntilDone, performSelectorOnMainThreadWithObjectWaitUntilDoneModes, performSelectorOnThreadWithObjectWaitUntilDone, performSelectorOnThreadWithObjectWaitUntilDoneModes, performSelectorWithObject, performSelectorWithObjectAfterDelay, performSelectorWithObjectAfterDelayInModes, performSelectorWithObjectWithObject, prepareForInterfaceBuilder, provideImageDataBytesPerRowOrigin_Size_UserInfo, removeObserverForKeyPath, removeObserverForKeyPathContext, replacementObjectForCoder, replacementObjectForKeyedArchiver, respondsToSelector, self, setAccessibilityActivationPoint, setAccessibilityAttributedHint, setAccessibilityAttributedLabel, setAccessibilityAttributedUserInputLabels, setAccessibilityAttributedValue, setAccessibilityContainerType, setAccessibilityCustomActions, setAccessibilityCustomRotors, setAccessibilityDragSourceDescriptors, setAccessibilityDropPointDescriptors, setAccessibilityElements, setAccessibilityElementsHidden, setAccessibilityFrame, setAccessibilityHint, setAccessibilityLabel, setAccessibilityLanguage, setAccessibilityNavigationStyle, setAccessibilityPath, setAccessibilityRespondsToUserInteraction, setAccessibilityTextualContext, setAccessibilityTraits, setAccessibilityUserInputLabels, setAccessibilityValue, setAccessibilityViewIsModal, setIsAccessibilityElement, setNilValueForKey, setObservationInfo, setShouldGroupAccessibilityChildren, setValueForKey, setValueForKeyPath, setValueForUndefinedKey, setValuesForKeysWithDictionary, shouldGroupAccessibilityChildren, superclass, validateValueForKeyError, validateValueForKeyPathError, valueForKey, valueForKeyPath, valueForUndefinedKey, willChangeValueForKey, willChangeValueForKeyWithSetMutationUsingObjects, willChangeValuesAtIndexesForKeypublic static boolean accessInstanceVariablesDirectly()
public static CSLocalizedString alloc()
public static CSLocalizedString allocWithZone(org.moe.natj.general.ptr.VoidPtr zone)
public static boolean automaticallyNotifiesObserversForKey(java.lang.String key)
public static org.moe.natj.general.ptr.ConstNUIntPtr availableStringEncodings()
public static void cancelPreviousPerformRequestsWithTarget(java.lang.Object aTarget)
public static void cancelPreviousPerformRequestsWithTargetSelectorObject(java.lang.Object aTarget,
org.moe.natj.objc.SEL aSelector,
java.lang.Object anArgument)
public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
public static org.moe.natj.objc.Class classForKeyedUnarchiver()
public static java.lang.String debugDescription_static()
public static long defaultCStringEncoding()
public static java.lang.String description_static()
public static long hash_static()
public static NSObject.Function_instanceMethodForSelector_ret instanceMethodForSelector(org.moe.natj.objc.SEL aSelector)
public static NSMethodSignature instanceMethodSignatureForSelector(org.moe.natj.objc.SEL aSelector)
public static boolean instancesRespondToSelector(org.moe.natj.objc.SEL aSelector)
public static boolean isSubclassOfClass(org.moe.natj.objc.Class aClass)
public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey(java.lang.String key)
public static java.lang.String localizedNameOfStringEncoding(long encoding)
public static CSLocalizedString localizedStringWithFormat(java.lang.String format, java.lang.Object... varargs)
public static java.lang.String localizedUserNotificationStringForKeyArguments(java.lang.String key,
NSArray<?> arguments)
public static CSLocalizedString new_objc()
public static java.lang.String pathWithComponents(NSArray<java.lang.String> components)
public static boolean resolveClassMethod(org.moe.natj.objc.SEL sel)
public static boolean resolveInstanceMethod(org.moe.natj.objc.SEL sel)
public static void setVersion_static(long aVersion)
public static CSLocalizedString string()
public static long stringEncodingForDataEncodingOptionsConvertedStringUsedLossyConversion(NSData data, NSDictionary<java.lang.String,?> opts, org.moe.natj.general.ptr.Ptr<NSString> string, org.moe.natj.general.ptr.BoolPtr usedLossyConversion)
@Deprecated public static CSLocalizedString stringWithCString(org.moe.natj.general.ptr.ConstBytePtr bytes)
public static CSLocalizedString stringWithCStringEncoding(org.moe.natj.general.ptr.ConstBytePtr cString, long enc)
@Deprecated public static CSLocalizedString stringWithCStringLength(org.moe.natj.general.ptr.ConstBytePtr bytes, long length)
public static CSLocalizedString stringWithCharactersLength(org.moe.natj.general.ptr.ConstCharPtr characters, long length)
@Deprecated public static CSLocalizedString stringWithContentsOfFile(java.lang.String path)
public static CSLocalizedString stringWithContentsOfFileEncodingError(java.lang.String path, long enc, org.moe.natj.general.ptr.Ptr<NSError> error)
public static CSLocalizedString stringWithContentsOfFileUsedEncodingError(java.lang.String path, org.moe.natj.general.ptr.NUIntPtr enc, org.moe.natj.general.ptr.Ptr<NSError> error)
@Deprecated public static CSLocalizedString stringWithContentsOfURL(NSURL url)
public static CSLocalizedString stringWithContentsOfURLEncodingError(NSURL url, long enc, org.moe.natj.general.ptr.Ptr<NSError> error)
public static CSLocalizedString stringWithContentsOfURLUsedEncodingError(NSURL url, org.moe.natj.general.ptr.NUIntPtr enc, org.moe.natj.general.ptr.Ptr<NSError> error)
public static CSLocalizedString stringWithFormat(java.lang.String format, java.lang.Object... varargs)
public static CSLocalizedString stringWithString(java.lang.String string)
public static CSLocalizedString stringWithUTF8String(org.moe.natj.general.ptr.ConstBytePtr nullTerminatedCString)
public static org.moe.natj.objc.Class superclass_static()
public static boolean supportsSecureCoding()
public static long version_static()
public CSLocalizedString init()
NSStringpublic CSLocalizedString initWithBytesLengthEncoding(org.moe.natj.general.ptr.ConstVoidPtr bytes, long len, long encoding)
initWithBytesLengthEncoding in class NSStringpublic CSLocalizedString initWithBytesNoCopyLengthEncodingFreeWhenDone(org.moe.natj.general.ptr.VoidPtr bytes, long len, long encoding, boolean freeBuffer)
NSStringinitWithBytesNoCopyLengthEncodingFreeWhenDone in class NSString@Deprecated public CSLocalizedString initWithCString(org.moe.natj.general.ptr.ConstBytePtr bytes)
initWithCString in class NSStringpublic CSLocalizedString initWithCStringEncoding(org.moe.natj.general.ptr.ConstBytePtr nullTerminatedCString, long encoding)
initWithCStringEncoding in class NSString@Deprecated public CSLocalizedString initWithCStringLength(org.moe.natj.general.ptr.ConstBytePtr bytes, long length)
initWithCStringLength in class NSString@Deprecated public CSLocalizedString initWithCStringNoCopyLengthFreeWhenDone(org.moe.natj.general.ptr.BytePtr bytes, long length, boolean freeBuffer)
initWithCStringNoCopyLengthFreeWhenDone in class NSStringpublic CSLocalizedString initWithCharactersLength(org.moe.natj.general.ptr.ConstCharPtr characters, long length)
initWithCharactersLength in class NSStringpublic CSLocalizedString initWithCharactersNoCopyLengthFreeWhenDone(org.moe.natj.general.ptr.CharPtr characters, long length, boolean freeBuffer)
NSStringinitWithCharactersNoCopyLengthFreeWhenDone in class NSStringpublic CSLocalizedString initWithCoder(NSCoder coder)
NSCodinginitWithCoder in interface NSCodinginitWithCoder in class NSString@Deprecated public CSLocalizedString initWithContentsOfFile(java.lang.String path)
initWithContentsOfFile in class NSStringpublic CSLocalizedString initWithContentsOfFileEncodingError(java.lang.String path, long enc, org.moe.natj.general.ptr.Ptr<NSError> error)
initWithContentsOfFileEncodingError in class NSStringpublic CSLocalizedString initWithContentsOfFileUsedEncodingError(java.lang.String path, org.moe.natj.general.ptr.NUIntPtr enc, org.moe.natj.general.ptr.Ptr<NSError> error)
initWithContentsOfFileUsedEncodingError in class NSString@Deprecated public CSLocalizedString initWithContentsOfURL(NSURL url)
initWithContentsOfURL in class NSStringpublic CSLocalizedString initWithContentsOfURLEncodingError(NSURL url, long enc, org.moe.natj.general.ptr.Ptr<NSError> error)
NSStringinitWithContentsOfURLEncodingError in class NSStringpublic CSLocalizedString initWithContentsOfURLUsedEncodingError(NSURL url, org.moe.natj.general.ptr.NUIntPtr enc, org.moe.natj.general.ptr.Ptr<NSError> error)
NSStringinitWithContentsOfURLUsedEncodingError in class NSStringpublic CSLocalizedString initWithDataEncoding(NSData data, long encoding)
initWithDataEncoding in class NSStringpublic CSLocalizedString initWithFormat(java.lang.String format, java.lang.Object... varargs)
initWithFormat in class NSStringpublic CSLocalizedString initWithFormatArguments(java.lang.String format, org.moe.natj.general.ptr.BytePtr argList)
initWithFormatArguments in class NSStringpublic CSLocalizedString initWithFormatLocale(java.lang.String format, java.lang.Object locale, java.lang.Object... varargs)
initWithFormatLocale in class NSStringpublic CSLocalizedString initWithFormatLocaleArguments(java.lang.String format, java.lang.Object locale, org.moe.natj.general.ptr.BytePtr argList)
initWithFormatLocaleArguments in class NSStringpublic CSLocalizedString initWithLocalizedStrings(NSDictionary<?,?> localizedStrings)
public CSLocalizedString initWithString(java.lang.String aString)
initWithString in class NSStringpublic CSLocalizedString initWithUTF8String(org.moe.natj.general.ptr.ConstBytePtr nullTerminatedCString)
initWithUTF8String in class NSStringpublic java.lang.String localizedString()
public boolean _supportsSecureCoding()
NSSecureCoding_supportsSecureCoding in interface NSSecureCoding_supportsSecureCoding in class NSStringpublic static long itemProviderVisibilityForRepresentationWithTypeIdentifier_static(java.lang.String typeIdentifier)
public long _itemProviderVisibilityForRepresentationWithTypeIdentifier_static(java.lang.String typeIdentifier)
_itemProviderVisibilityForRepresentationWithTypeIdentifier_static in interface NSItemProviderWriting_itemProviderVisibilityForRepresentationWithTypeIdentifier_static in class NSStringpublic static CSLocalizedString objectWithItemProviderDataTypeIdentifierError(NSData data, java.lang.String typeIdentifier, org.moe.natj.general.ptr.Ptr<NSError> outError)
public CSLocalizedString _objectWithItemProviderDataTypeIdentifierError(NSData data, java.lang.String typeIdentifier, org.moe.natj.general.ptr.Ptr<NSError> outError)
_objectWithItemProviderDataTypeIdentifierError in interface NSItemProviderReading_objectWithItemProviderDataTypeIdentifierError in class NSStringpublic static NSArray<java.lang.String> readableTypeIdentifiersForItemProvider()
public NSArray<java.lang.String> _readableTypeIdentifiersForItemProvider()
_readableTypeIdentifiersForItemProvider in interface NSItemProviderReading_readableTypeIdentifiersForItemProvider in class NSStringpublic static NSArray<java.lang.String> writableTypeIdentifiersForItemProvider_static()
public NSArray<java.lang.String> _writableTypeIdentifiersForItemProvider_static()
_writableTypeIdentifiersForItemProvider_static in interface NSItemProviderWriting_writableTypeIdentifiersForItemProvider_static in class NSStringpublic static java.lang.String deferredLocalizedIntentsStringWithFormat(java.lang.String format,
java.lang.Object... varargs)
public static java.lang.String deferredLocalizedIntentsStringWithFormatFromTable(java.lang.String format,
java.lang.String table,
java.lang.Object... varargs)
public static java.lang.String deferredLocalizedIntentsStringWithFormatFromTableArguments(java.lang.String format,
java.lang.String table,
org.moe.natj.general.ptr.BytePtr arguments)
public CSLocalizedString initWithBytesNoCopyLengthEncodingDeallocator(org.moe.natj.general.ptr.VoidPtr bytes, long len, long encoding, NSString.Block_initWithBytesNoCopyLengthEncodingDeallocator deallocator)
initWithBytesNoCopyLengthEncodingDeallocator in class NSStringpublic CSLocalizedString initWithCharactersNoCopyLengthDeallocator(org.moe.natj.general.ptr.CharPtr chars, long len, NSString.Block_initWithCharactersNoCopyLengthDeallocator deallocator)
initWithCharactersNoCopyLengthDeallocator in class NSString