-
-
-
-
Methods in org.robovm.apple.corenfc with parameters of type NSRange
| Modifier and Type |
Method |
Description |
void |
NFCISO15693Tag.extendedFastReadMultipleBlocks(NFCISO15693RequestFlag flags,
NSRange blockRange,
VoidBlock2<NSArray<NSData>,NSError> completionHandler) |
|
void |
NFCISO15693Tag.extendedGetMultipleBlockSecurityStatus(NFCISO15693RequestFlag flags,
NSRange blockRange,
VoidBlock2<NSArray<NSNumber>,NSError> completionHandler) |
|
void |
NFCISO15693Tag.extendedReadMultipleBlocks(NFCISO15693RequestFlag flags,
NSRange blockRange,
VoidBlock2<NSArray<NSData>,NSError> completionHandler) |
|
void |
NFCISO15693Tag.extendedWriteMultipleBlocks(NFCISO15693RequestFlag flags,
NSRange blockRange,
NSArray<NSData> dataBlocks,
VoidBlock1<NSError> completionHandler) |
|
void |
NFCISO15693Tag.fastReadMultipleBlocks(NFCISO15693RequestFlag flags,
NSRange blockRange,
VoidBlock2<NSArray<NSData>,NSError> completionHandler) |
|
void |
NFCISO15693Tag.getMultipleBlockSecurityStatus(NFCISO15693RequestFlag flags,
NSRange blockRange,
VoidBlock2<NSArray<NSNumber>,NSError> completionHandler) |
|
protected long |
NFCISO15693ReadMultipleBlocksConfiguration.init(NSRange range,
long chunkSize) |
|
protected long |
NFCISO15693ReadMultipleBlocksConfiguration.init(NSRange range,
long chunkSize,
long maximumRetries,
double retryInterval) |
|
void |
NFCISO15693Tag.readMultipleBlocks(NFCISO15693RequestFlag flags,
NSRange blockRange,
VoidBlock2<NSArray<NSData>,NSError> completionHandler) |
|
void |
NFCISO15693ReadMultipleBlocksConfiguration.setRange(NSRange v) |
|
void |
NFCISO15693Tag.writeMultipleBlocks(NFCISO15693RequestFlag flags,
NSRange blockRange,
NSArray<NSData> dataBlocks,
VoidBlock1<NSError> completionHandler) |
|
-
Methods in org.robovm.apple.foundation that return NSRange
| Modifier and Type |
Method |
Description |
NSRange |
NSData.find(NSData dataToFind,
NSDataSearchOptions mask,
NSRange searchRange) |
|
static NSRange |
NSRange.fromString(String aString) |
|
NSRange |
NSCalendar.getMaximumRange(NSCalendarUnit unit) |
|
NSRange |
NSCalendar.getMinimumRange(NSCalendarUnit unit) |
|
NSRange |
NSCalendar.getRange(NSCalendarUnit smaller,
NSCalendarUnit larger,
NSDate date) |
|
NSRange |
NSTextCheckingResult.getRange() |
|
NSRange |
NSTextCheckingResult.getRange(String name) |
|
NSRange |
NSTextCheckingResult.getRangeAt(long idx) |
|
NSRange |
NSRegularExpression.getRangeOfFirstMatch(String string,
NSMatchingOptions options,
NSRange range) |
|
NSRange |
NSURLComponents.getRangeOfFragment() |
|
NSRange |
NSURLComponents.getRangeOfHost() |
|
NSRange |
NSURLComponents.getRangeOfPassword() |
|
NSRange |
NSURLComponents.getRangeOfPath() |
|
NSRange |
NSURLComponents.getRangeOfPort() |
|
NSRange |
NSURLComponents.getRangeOfQuery() |
|
NSRange |
NSURLComponents.getRangeOfScheme() |
|
NSRange |
NSURLComponents.getRangeOfUser() |
|
NSRange |
NSLinguisticTagger.getSentenceRange(NSRange range) |
Deprecated.
|
static NSRange |
NSRange.intersection(NSRange range1,
NSRange range2) |
|
protected static NSRange |
NSString.rangeOf(long handle,
Selector sel,
String string) |
|
static NSRange |
NSString.rangeOf(String str,
String search) |
|
NSRange |
NSValue.rangeValue() |
|
NSRange |
NSRange.setLength(long length) |
|
NSRange |
NSRange.setLocation(long location) |
|
NSRange |
NSLinguisticTagger.tokenRangeAtIndex(long charIndex,
NSLinguisticTaggerUnit unit) |
Deprecated.
|
static NSRange |
NSRange.union(NSRange range1,
NSRange range2) |
|
Methods in org.robovm.apple.foundation with parameters of type NSRange
| Modifier and Type |
Method |
Description |
void |
NSAttributedString.addAttribute(NSString name,
NSObject value,
NSRange range) |
|
void |
NSMutableAttributedString.addAttribute(String name,
NSObject value,
NSRange range) |
|
void |
NSMutableAttributedString.addAttribute(CMTextMarkupAttribute attribute,
NSObject value,
NSRange range) |
|
void |
NSMutableAttributedString.addAttribute(CTAttributedStringAttribute attribute,
NSObject value,
NSRange range) |
|
void |
NSMutableAttributedString.addAttribute(NSString name,
NSObject value,
NSRange range) |
|
void |
NSMutableAttributedString.addAttribute(NSAttributedStringAttribute attribute,
NSObject value,
NSRange range) |
|
void |
NSAttributedString.addAttributes(NSDictionary<NSString,?> attrs,
NSRange range) |
|
void |
NSMutableAttributedString.addAttributes(CMTextMarkupAttributes attrs,
NSRange range) |
|
void |
NSMutableAttributedString.addAttributes(CTAttributedStringAttributes attrs,
NSRange range) |
|
void |
NSMutableAttributedString.addAttributes(NSDictionary<NSString,?> attrs,
NSRange range) |
|
void |
NSMutableAttributedString.addAttributes(NSAttributedStringAttributes attrs,
NSRange range) |
|
void |
NSMutableCharacterSet.addCharacters(NSRange aRange) |
|
void |
NSIndexSet.addIndexes(NSRange range) |
|
void |
NSMutableIndexSet.addIndexes(NSRange range) |
|
boolean |
NSMutableString.applyTransform(String transform,
boolean reverse,
NSRange range,
NSRange resultingRange) |
|
boolean |
NSMutableString.applyTransform(NSStringTransform transform,
boolean reverse,
NSRange range,
NSRange resultingRange) |
|
boolean |
NSIndexSet.containsIndexesInRange(NSRange range) |
|
protected static long |
NSCharacterSet.create(NSRange aRange) |
|
protected static long |
NSMutableCharacterSet.create(NSRange aRange) |
|
void |
NSAttributedString.delete(NSRange range) |
|
void |
NSMutableAttributedString.delete(NSRange range) |
|
NSMutableData |
NSMutableData.delete(NSRange range) |
|
void |
NSMutableString.deleteCharacters(NSRange range) |
|
void |
NSAttributedString.enumerateAttribute(String name,
NSRange enumerationRange,
NSAttributedStringEnumerationOptions opts,
VoidBlock3<NSObject,NSRange,BooleanPtr> block) |
|
void |
NSAttributedString.enumerateAttribute(CMTextMarkupAttribute attribute,
NSRange enumerationRange,
NSAttributedStringEnumerationOptions opts,
VoidBlock3<NSObject,NSRange,BooleanPtr> block) |
|
void |
NSAttributedString.enumerateAttribute(CTAttributedStringAttribute attribute,
NSRange enumerationRange,
NSAttributedStringEnumerationOptions opts,
VoidBlock3<NSObject,NSRange,BooleanPtr> block) |
|
void |
NSAttributedString.enumerateAttribute(NSString attrName,
NSRange enumerationRange,
NSAttributedStringEnumerationOptions opts,
VoidBlock3<NSObject,NSRange,BooleanPtr> block) |
|
void |
NSAttributedString.enumerateAttribute(NSAttributedStringAttribute attribute,
NSRange enumerationRange,
NSAttributedStringEnumerationOptions opts,
VoidBlock3<NSObject,NSRange,BooleanPtr> block) |
|
void |
NSAttributedString.enumerateAttributes(NSRange enumerationRange,
NSAttributedStringEnumerationOptions opts,
VoidBlock3<NSDictionary<NSString,?>,NSRange,BooleanPtr> block) |
|
void |
NSIndexSet.enumerateIndexesInRange(NSRange range,
NSEnumerationOptions opts,
VoidBlock2<Long,BooleanPtr> block) |
|
void |
NSRegularExpression.enumerateMatches(String string,
NSMatchingOptions options,
NSRange range,
VoidBlock3<NSTextCheckingResult,NSMatchingFlags,BooleanPtr> block) |
|
void |
NSIndexSet.enumerateRangesInRange(NSRange range,
NSEnumerationOptions opts,
VoidBlock2<NSRange,BooleanPtr> block) |
|
static void |
NSLinguisticTagger.enumerateTagsForString(String string,
NSRange range,
NSLinguisticTaggerUnit unit,
String scheme,
NSLinguisticTaggerOptions options,
NSOrthography orthography,
VoidBlock3<String,NSRange,BooleanPtr> block) |
Deprecated.
|
void |
NSLinguisticTagger.enumerateTagsInRange(NSRange range,
NSLinguisticTaggerUnit unit,
String scheme,
NSLinguisticTaggerOptions options,
VoidBlock3<String,NSRange,BooleanPtr> block) |
Deprecated.
|
void |
NSLinguisticTagger.enumerateTagsInRange(NSRange range,
NSLinguisticTagScheme tagScheme,
NSLinguisticTaggerOptions opts,
VoidBlock4<NSLinguisticTag,NSRange,NSRange,BooleanPtr> block) |
Deprecated.
|
boolean |
NSRange.equalsTo(NSRange other) |
|
NSRange |
NSData.find(NSData dataToFind,
NSDataSearchOptions mask,
NSRange searchRange) |
|
void |
NSMutableAttributedString.fixAttributes(NSRange range) |
|
static NSTextCheckingResult |
NSTextCheckingResult.getAddressCheckingResult(NSRange range,
NSTextCheckingAddressComponents components) |
|
NSObject |
NSAttributedString.getAttribute(String name,
long location,
NSRange range) |
|
NSObject |
NSAttributedString.getAttribute(String name,
long location,
NSRange range,
NSRange rangeLimit) |
|
NSObject |
NSAttributedString.getAttribute(CMTextMarkupAttribute attribute,
long location,
NSRange range) |
|
NSObject |
NSAttributedString.getAttribute(CMTextMarkupAttribute attribute,
long location,
NSRange range,
NSRange rangeLimit) |
|
NSObject |
NSAttributedString.getAttribute(CTAttributedStringAttribute attribute,
long location,
NSRange range) |
|
NSObject |
NSAttributedString.getAttribute(CTAttributedStringAttribute attribute,
long location,
NSRange range,
NSRange rangeLimit) |
|
NSObject |
NSAttributedString.getAttribute(NSString attrName,
long location,
NSRange range) |
|
NSObject |
NSAttributedString.getAttribute(NSString attrName,
long location,
NSRange range,
NSRange rangeLimit) |
|
NSObject |
NSAttributedString.getAttribute(NSAttributedStringAttribute attribute,
long location,
NSRange range) |
|
NSObject |
NSAttributedString.getAttribute(NSAttributedStringAttribute attribute,
long location,
NSRange range,
NSRange rangeLimit) |
|
NSAttributedStringAttributes |
NSAttributedString.getAttributes(long location,
NSRange range) |
|
NSAttributedStringAttributes |
NSAttributedString.getAttributes(long location,
NSRange range,
NSRange rangeLimit) |
|
NSDictionary<NSString,?> |
NSAttributedString.getAttributesDictionary(long location,
NSRange range) |
|
NSDictionary<NSString,?> |
NSAttributedString.getAttributesDictionary(long location,
NSRange range,
NSRange rangeLimit) |
|
protected void |
NSString.getCharacters(long buffer,
NSRange range) |
|
protected static void |
NSString.getCharacters(long handle,
Selector sel,
long buffer,
NSRange aRange) |
|
CTAttributedStringAttributes |
NSAttributedString.getCoreTextAttributes(long location,
NSRange range) |
|
CTAttributedStringAttributes |
NSAttributedString.getCoreTextAttributes(long location,
NSRange range,
NSRange rangeLimit) |
|
static NSTextCheckingResult |
NSTextCheckingResult.getCorrectionCheckingResult(NSRange range,
String replacementString) |
|
static NSTextCheckingResult |
NSTextCheckingResult.getCorrectionCheckingResult(NSRange range,
String replacementString,
List<String> alternativeStrings) |
|
static NSTextCheckingResult |
NSTextCheckingResult.getDashCheckingResult(NSRange range,
String replacementString) |
|
NSData |
NSAttributedString.getData(NSRange range,
NSAttributedStringDocumentAttributes dict) |
|
static NSTextCheckingResult |
NSTextCheckingResult.getDateCheckingResult(NSRange range,
NSDate date) |
|
static NSTextCheckingResult |
NSTextCheckingResult.getDateCheckingResult(NSRange range,
NSDate date,
NSTimeZone timeZone,
double duration) |
|
NSFileWrapper |
NSAttributedString.getFileWrapper(NSRange range,
NSAttributedStringDocumentAttributes dict) |
|
NSTextCheckingResult |
NSRegularExpression.getFirstMatch(String string,
NSMatchingOptions options,
NSRange range) |
|
static NSTextCheckingResult |
NSTextCheckingResult.getGrammarCheckingResult(NSRange range,
List<String> details) |
|
long |
NSIndexSet.getIndexCountInRange(NSRange range) |
|
int[] |
NSIndexPath.getIndexes(NSRange positionRange) |
|
protected long |
NSIndexSet.getIndexes(MachineSizedUIntPtr indexBuffer,
long bufferSize,
NSRange range) |
|
long[] |
NSIndexSet.getIndexesInRange(NSRange range,
long maxIndexes) |
|
NSIndexSet |
NSIndexSet.getIndexesInRangePassingTest(NSRange range,
NSEnumerationOptions opts,
Block2<Long,BooleanPtr,Boolean> predicate) |
|
long |
NSIndexSet.getIndexInRangePassingTest(NSRange range,
NSEnumerationOptions opts,
Block2<Long,BooleanPtr,Boolean> predicate) |
|
static NSTextCheckingResult |
NSTextCheckingResult.getLinkCheckingResult(NSRange range,
NSURL url) |
|
NSArray<NSTextCheckingResult> |
NSRegularExpression.getMatches(String string,
NSMatchingOptions options,
NSRange range) |
|
long |
NSRegularExpression.getNumberOfMatches(String string,
NSMatchingOptions options,
NSRange range) |
|
NSOrthography |
NSLinguisticTagger.getOrthography(long charIndex,
NSRange effectiveRange) |
Deprecated.
|
static NSTextCheckingResult |
NSTextCheckingResult.getOrthographyCheckingResult(NSRange range,
NSOrthography orthography) |
|
static NSTextCheckingResult |
NSTextCheckingResult.getPhoneNumberCheckingResult(NSRange range,
String phoneNumber) |
|
List<NSLinguisticTag> |
NSLinguisticTagger.getPossibleTags(long charIndex,
NSLinguisticTagScheme tagScheme,
NSRange tokenRange,
NSRange sentenceRange) |
Deprecated.
|
protected List<NSLinguisticTag> |
NSLinguisticTagger.getPossibleTags(long charIndex,
NSLinguisticTagScheme tagScheme,
NSRange tokenRange,
NSRange sentenceRange,
NSArray.NSArrayPtr<?> scores) |
Deprecated.
|
List<Long> |
NSLinguisticTagger.getPossibleTagScores(long charIndex,
NSLinguisticTagScheme tagScheme,
NSRange tokenRange,
NSRange sentenceRange) |
Deprecated.
|
static NSTextCheckingResult |
NSTextCheckingResult.getQuoteCheckingResult(NSRange range,
String replacementString) |
|
NSRange |
NSRegularExpression.getRangeOfFirstMatch(String string,
NSMatchingOptions options,
NSRange range) |
|
static NSTextCheckingResult |
NSTextCheckingResult.getRegularExpressionCheckingResult(NSRange[] ranges,
NSRegularExpression regularExpression) |
|
protected static NSTextCheckingResult |
NSTextCheckingResult.getRegularExpressionCheckingResult(NSRange ranges,
long count,
NSRegularExpression regularExpression) |
|
static NSTextCheckingResult |
NSTextCheckingResult.getReplacementCheckingResult(NSRange range,
String replacementString) |
|
NSRange |
NSLinguisticTagger.getSentenceRange(NSRange range) |
Deprecated.
|
static NSTextCheckingResult |
NSTextCheckingResult.getSpellCheckingResult(NSRange range) |
|
protected NSArray<T> |
NSArray.getSubarray(NSRange range) |
|
NSData |
NSData.getSubdata(NSRange range) |
|
String |
NSLinguisticTagger.getTag(long charIndex,
String scheme,
NSRange tokenRange,
NSRange sentenceRange) |
Deprecated.
|
List<NSRange> |
NSLinguisticTagger.getTagRanges(NSRange range,
NSLinguisticTagScheme tagScheme,
NSLinguisticTaggerOptions opts) |
Deprecated.
|
List<NSLinguisticTag> |
NSLinguisticTagger.getTags(NSRange range,
NSLinguisticTagScheme tagScheme,
NSLinguisticTaggerOptions opts) |
Deprecated.
|
protected List<NSLinguisticTag> |
NSLinguisticTagger.getTags(NSRange range,
NSLinguisticTagScheme tagScheme,
NSLinguisticTaggerOptions opts,
NSArray.NSArrayPtr<?> tokenRanges) |
Deprecated.
|
CMTextMarkupAttributes |
NSAttributedString.getTextMarkupAttributes(long location,
NSRange range) |
|
CMTextMarkupAttributes |
NSAttributedString.getTextMarkupAttributes(long location,
NSRange range,
NSRange rangeLimit) |
|
static NSTextCheckingResult |
NSTextCheckingResult.getTransitInformationCheckingResult(NSRange range,
NSTextCheckingTransitComponents components) |
|
protected long |
NSIndexSet.init(NSRange range) |
|
static NSRange |
NSRange.intersection(NSRange range1,
NSRange range2) |
|
boolean |
NSIndexSet.intersectsIndexesInRange(NSRange range) |
|
String |
NSRegularExpression.newStringByReplacingMatches(String string,
NSMatchingOptions options,
NSRange range,
String templ) |
|
void |
NSAttributedString.removeAttribute(NSString name,
NSRange range) |
|
void |
NSMutableAttributedString.removeAttribute(String name,
NSRange range) |
|
void |
NSMutableAttributedString.removeAttribute(CMTextMarkupAttribute attribute,
NSRange range) |
|
void |
NSMutableAttributedString.removeAttribute(CTAttributedStringAttribute attribute,
NSRange range) |
|
void |
NSMutableAttributedString.removeAttribute(NSString name,
NSRange range) |
|
void |
NSMutableAttributedString.removeAttribute(NSAttributedStringAttribute attribute,
NSRange range) |
|
void |
NSMutableCharacterSet.removeCharacters(NSRange aRange) |
|
void |
NSIndexSet.removeIndexes(NSRange range) |
|
void |
NSMutableIndexSet.removeIndexes(NSRange range) |
|
void |
NSAttributedString.replace(NSRange range,
String str) |
|
void |
NSAttributedString.replace(NSRange range,
NSAttributedString attrString) |
|
void |
NSMutableAttributedString.replace(NSRange range,
String str) |
|
void |
NSMutableAttributedString.replace(NSRange range,
NSAttributedString attrString) |
|
NSMutableData |
NSMutableData.replace(NSRange range,
byte[] bytes) |
|
NSMutableData |
NSMutableData.replace(NSRange range,
byte[] bytes,
int offset,
int length) |
|
NSMutableData |
NSMutableData.replace(NSRange range,
ByteBuffer bytes) |
|
long |
NSMutableString.replaceAll(String target,
String replacement,
NSStringCompareOptions options,
NSRange searchRange) |
|
protected void |
NSMutableData.replaceBytes(NSRange range,
long bytes) |
|
protected void |
NSMutableData.replaceBytes(NSRange range,
long replacementBytes,
long replacementLength) |
|
void |
NSMutableString.replaceCharacters(NSRange range,
String aString) |
|
long |
NSRegularExpression.replaceMatches(NSMutableString string,
NSMatchingOptions options,
NSRange range,
String templ) |
|
void |
NSMutableData.reset(NSRange range) |
|
void |
NSAttributedString.setAttributes(NSDictionary<NSString,?> attrs,
NSRange range) |
|
void |
NSMutableAttributedString.setAttributes(CMTextMarkupAttributes attrs,
NSRange range) |
|
void |
NSMutableAttributedString.setAttributes(CTAttributedStringAttributes attrs,
NSRange range) |
|
void |
NSMutableAttributedString.setAttributes(NSDictionary<NSString,?> attrs,
NSRange range) |
|
void |
NSMutableAttributedString.setAttributes(NSAttributedStringAttributes attrs,
NSRange range) |
|
void |
NSLinguisticTagger.setOrthography(NSOrthography orthography,
NSRange range) |
Deprecated.
|
void |
NSLinguisticTagger.stringEditedInRange(NSRange newRange,
long delta) |
Deprecated.
|
NSAttributedString |
NSAttributedString.substring(NSRange range) |
|
String |
NSLinguisticTagger.tagAtIndex(long charIndex,
NSLinguisticTaggerUnit unit,
String scheme,
NSRange tokenRange) |
Deprecated.
|
static String |
NSLinguisticTagger.tagForString(String string,
long charIndex,
NSLinguisticTaggerUnit unit,
String scheme,
NSOrthography orthography,
NSRange tokenRange) |
Deprecated.
|
static NSArray<NSString> |
NSLinguisticTagger.tagsForString(String string,
NSRange range,
NSLinguisticTaggerUnit unit,
String scheme,
NSLinguisticTaggerOptions options,
NSOrthography orthography,
NSArray.NSArrayPtr<?> tokenRanges) |
Deprecated.
|
NSArray<NSString> |
NSLinguisticTagger.tagsInRange(NSRange range,
NSLinguisticTaggerUnit unit,
String scheme,
NSLinguisticTaggerOptions options,
NSArray.NSArrayPtr<?> tokenRanges) |
Deprecated.
|
protected static String |
NSRange.toString(NSRange range) |
|
static NSRange |
NSRange.union(NSRange range1,
NSRange range2) |
|
static NSValue |
NSValue.valueOf(NSRange range) |
|
Method parameters in org.robovm.apple.foundation with type arguments of type NSRange
| Modifier and Type |
Method |
Description |
void |
NSAttributedString.enumerateAttribute(String name,
NSRange enumerationRange,
NSAttributedStringEnumerationOptions opts,
VoidBlock3<NSObject,NSRange,BooleanPtr> block) |
|
void |
NSAttributedString.enumerateAttribute(CMTextMarkupAttribute attribute,
NSRange enumerationRange,
NSAttributedStringEnumerationOptions opts,
VoidBlock3<NSObject,NSRange,BooleanPtr> block) |
|
void |
NSAttributedString.enumerateAttribute(CTAttributedStringAttribute attribute,
NSRange enumerationRange,
NSAttributedStringEnumerationOptions opts,
VoidBlock3<NSObject,NSRange,BooleanPtr> block) |
|
void |
NSAttributedString.enumerateAttribute(NSString attrName,
NSRange enumerationRange,
NSAttributedStringEnumerationOptions opts,
VoidBlock3<NSObject,NSRange,BooleanPtr> block) |
|
void |
NSAttributedString.enumerateAttribute(NSAttributedStringAttribute attribute,
NSRange enumerationRange,
NSAttributedStringEnumerationOptions opts,
VoidBlock3<NSObject,NSRange,BooleanPtr> block) |
|
void |
NSAttributedString.enumerateAttributes(NSRange enumerationRange,
NSAttributedStringEnumerationOptions opts,
VoidBlock3<NSDictionary<NSString,?>,NSRange,BooleanPtr> block) |
|
void |
NSIndexSet.enumerateRanges(NSEnumerationOptions opts,
VoidBlock2<NSRange,BooleanPtr> block) |
|
void |
NSIndexSet.enumerateRanges(VoidBlock2<NSRange,BooleanPtr> block) |
|
void |
NSIndexSet.enumerateRangesInRange(NSRange range,
NSEnumerationOptions opts,
VoidBlock2<NSRange,BooleanPtr> block) |
|
static void |
NSLinguisticTagger.enumerateTagsForString(String string,
NSRange range,
NSLinguisticTaggerUnit unit,
String scheme,
NSLinguisticTaggerOptions options,
NSOrthography orthography,
VoidBlock3<String,NSRange,BooleanPtr> block) |
Deprecated.
|
void |
NSLinguisticTagger.enumerateTagsInRange(NSRange range,
NSLinguisticTaggerUnit unit,
String scheme,
NSLinguisticTaggerOptions options,
VoidBlock3<String,NSRange,BooleanPtr> block) |
Deprecated.
|
void |
NSLinguisticTagger.enumerateTagsInRange(NSRange range,
NSLinguisticTagScheme tagScheme,
NSLinguisticTaggerOptions opts,
VoidBlock4<NSLinguisticTag,NSRange,NSRange,BooleanPtr> block) |
Deprecated.
|
void |
NSLinguisticTagger.enumerateTagsInRange(NSRange range,
NSLinguisticTagScheme tagScheme,
NSLinguisticTaggerOptions opts,
VoidBlock4<NSLinguisticTag,NSRange,NSRange,BooleanPtr> block) |
Deprecated.
|
static long |
NSRange.AsValuedListMarshaler.toNative(List<NSRange> l,
long flags) |
|
-
-
-
-
-
-
-
Methods in org.robovm.apple.naturallanguage with parameters of type NSRange
| Modifier and Type |
Method |
Description |
void |
NLTagger.enumerateTags(NSRange range,
NLTokenUnit unit,
NLTagScheme scheme,
NLTaggerOptions options,
VoidBlock3<NLTag,NSRange,BooleanPtr> block) |
|
void |
NLTokenizer.enumerateTokens(NSRange range,
VoidBlock3<NSRange,NLTokenizerAttributes,BooleanPtr> block) |
|
NLTag |
NLTagger.getTag(long characterIndex,
NLTokenUnit unit,
NLTagScheme scheme,
NSRange tokenRange) |
|
NSDictionary<NSString,NSNumber> |
NLTagger.getTagHypotheses(long characterIndex,
NLTokenUnit unit,
NLTagScheme scheme,
long maximumCount,
NSRange tokenRange) |
|
NSArray<NSString> |
NLTagger.getTags(NSRange range,
NLTokenUnit unit,
NLTagScheme scheme,
NLTaggerOptions options,
NSArray.NSArrayPtr<?> tokenRanges) |
|
NSRange |
NLTagger.getTokenRange(NSRange range,
NLTokenUnit unit) |
|
void |
NLTagger.setLanguage(NLLanguage language,
NSRange range) |
|
void |
NLTagger.setOrthography(NSOrthography orthography,
NSRange range) |
|
NSRange |
NLTokenizer.tokenRangeForRange(NSRange range) |
|
NSArray<NSValue> |
NLTokenizer.tokensForRange(NSRange range) |
|
-
-
-
-
Methods in org.robovm.apple.social with parameters of type NSRange
| Modifier and Type |
Method |
Description |
boolean |
SLComposeServiceViewController.shouldChangeCharacters(UITextView textView,
NSRange range,
String text) |
|
boolean |
SLComposeServiceViewController.shouldInteractWithTextAttachment(UITextView textView,
NSTextAttachment textAttachment,
NSRange characterRange) |
Deprecated.
|
boolean |
SLComposeServiceViewController.shouldInteractWithTextAttachment(UITextView textView,
NSTextAttachment textAttachment,
NSRange characterRange,
UITextItemInteraction interaction) |
|
boolean |
SLComposeServiceViewController.shouldInteractWithURL(UITextView textView,
NSURL URL,
NSRange characterRange) |
Deprecated.
|
boolean |
SLComposeServiceViewController.shouldInteractWithURL(UITextView textView,
NSURL URL,
NSRange characterRange,
UITextItemInteraction interaction) |
|
-
-
Methods in org.robovm.apple.uikit with parameters of type NSRange
| Modifier and Type |
Method |
Description |
static boolean |
NSAttributedStringExtensions.containsAttachments(NSAttributedString thiz,
NSRange range) |
|
void |
NSTextStorageDelegate.didProcessEditing(NSTextStorage textStorage,
NSTextStorageEditActions editedMask,
NSRange editedRange,
long delta) |
|
void |
NSTextStorageDelegateAdapter.didProcessEditing(NSTextStorage textStorage,
NSTextStorageEditActions editedMask,
NSRange editedRange,
long delta) |
|
void |
NSLayoutManager.drawBackground(NSRange glyphsToShow,
CGPoint origin) |
|
void |
NSLayoutManager.drawGlyphs(NSRange glyphsToShow,
CGPoint origin) |
|
void |
NSLayoutManager.drawStrikethrough(NSRange glyphRange,
NSUnderlineStyle strikethroughVal,
double baselineOffset,
CGRect lineRect,
NSRange lineGlyphRange,
CGPoint containerOrigin) |
|
void |
NSLayoutManager.drawUnderline(NSRange glyphRange,
NSUnderlineStyle underlineVal,
double baselineOffset,
CGRect lineRect,
NSRange lineGlyphRange,
CGPoint containerOrigin) |
|
void |
NSTextStorage.edited(NSTextStorageEditActions editedMask,
NSRange editedRange,
long delta) |
|
void |
NSTextStorage.ensureAttributesAreFixed(NSRange range) |
|
void |
NSLayoutManager.ensureGlyphsForCharacterRange(NSRange charRange) |
|
void |
NSLayoutManager.ensureGlyphsForGlyphRange(NSRange glyphRange) |
|
void |
NSLayoutManager.ensureLayoutForCharacterRange(NSRange charRange) |
|
void |
NSLayoutManager.ensureLayoutForGlyphRange(NSRange glyphRange) |
|
void |
NSLayoutManager.enumerateEnclosingRects(NSRange glyphRange,
NSRange selectedRange,
NSTextContainer textContainer,
VoidBlock2<CGRect,BooleanPtr> block) |
|
void |
NSLayoutManager.enumerateLineFragments(NSRange glyphRange,
VoidBlock5<CGRect,CGRect,NSTextContainer,NSRange,BooleanPtr> block) |
|
void |
NSLayoutManager.fillBackground(CGRect[] rectArray,
NSRange charRange,
UIColor color) |
|
protected void |
NSLayoutManager.fillBackground(CGRect rectArray,
long rectCount,
NSRange charRange,
UIColor color) |
|
static void |
NSMutableAttributedStringExtensions.fixAttributesInRange(NSMutableAttributedString thiz,
NSRange range) |
|
CGRect |
NSLayoutManager.getBoundingRectForGlyphRange(NSRange glyphRange,
NSTextContainer container) |
|
NSRange |
NSLayoutManager.getCharacterRangeForGlyphRange(NSRange glyphRange,
NSRange actualGlyphRange) |
|
List<String> |
UITextChecker.getCompletionsForPartialWord(NSRange range,
String string,
String language) |
|
static NSData |
NSAttributedStringExtensions.getData(NSAttributedString thiz,
NSRange range,
NSAttributedStringDocumentAttributes dict) |
|
static NSFileWrapper |
NSAttributedStringExtensions.getFileWrapper(NSAttributedString thiz,
NSRange range,
NSAttributedStringDocumentAttributes dict) |
|
NSRange |
NSLayoutManager.getGlyphRangeForCharacterRange(NSRange charRange,
NSRange actualCharRange) |
|
long |
NSLayoutManager.getGlyphs(NSRange glyphRange,
ShortPtr glyphBuffer,
MachineSizedSIntPtr props,
MachineSizedUIntPtr charIndexBuffer,
BytePtr bidiLevelBuffer) |
|
List<String> |
UITextChecker.getGuessesForWord(NSRange range,
String string,
String language) |
|
CGRect |
NSLayoutManager.getLineFragmentRect(long glyphIndex,
NSRange effectiveGlyphRange) |
|
CGRect |
NSLayoutManager.getLineFragmentRect(long glyphIndex,
NSRange effectiveGlyphRange,
boolean withoutAdditionalLayout) |
|
CGRect |
NSLayoutManager.getLineFragmentUsedRect(long glyphIndex,
NSRange effectiveGlyphRange) |
|
CGRect |
NSLayoutManager.getLineFragmentUsedRect(long glyphIndex,
NSRange effectiveGlyphRange,
boolean withoutAdditionalLayout) |
|
NSRange |
UITextChecker.getRangeOfMisspelledWordInString(String stringToCheck,
NSRange range,
long startingOffset,
boolean wrapFlag,
String language) |
|
NSTextContainer |
NSLayoutManager.getTextContainer(long glyphIndex,
NSRange effectiveGlyphRange) |
|
NSTextContainer |
NSLayoutManager.getTextContainer(long glyphIndex,
NSRange effectiveGlyphRange,
boolean withoutAdditionalLayout) |
|
NSTextParagraph |
NSTextContentStorageDelegate.getTextParagraph(NSTextContentStorage textContentStorage,
NSRange range) |
|
NSTextParagraph |
NSTextContentStorageDelegateAdapter.getTextParagraph(NSTextContentStorage textContentStorage,
NSRange range) |
|
protected long |
NSTextLineFragment.init(String string,
NSDictionary<NSString,?> attributes,
NSRange range) |
|
protected long |
NSTextLineFragment.init(NSAttributedString attributedString,
NSRange range) |
|
protected long |
UITextDragPreviewRenderer.init(NSLayoutManager layoutManager,
NSRange range) |
|
protected long |
UITextDragPreviewRenderer.init(NSLayoutManager layoutManager,
NSRange range,
boolean unifyRects) |
|
void |
NSTextStorage.invalidateAttributes(NSRange range) |
|
void |
NSLayoutManager.invalidateDisplayForCharacterRange(NSRange charRange) |
|
void |
NSLayoutManager.invalidateDisplayForGlyphRange(NSRange glyphRange) |
|
void |
NSLayoutManager.invalidateGlyphs(NSRange charRange,
long delta,
NSRange actualCharRange) |
|
void |
NSLayoutManager.invalidateLayout(NSRange charRange,
NSRange actualCharRange) |
|
void |
UIPrintPageRenderer.prepareForDrawingPages(NSRange range) |
|
void |
NSLayoutManager.processEditing(NSTextStorage textStorage,
NSTextStorageEditActions editMask,
NSRange newCharRange,
long delta,
NSRange invalidatedCharRange) |
|
void |
NSTextContentStorage.processEditingForTextStorage(NSTextStorage textStorage,
NSTextStorageEditActions editMask,
NSRange newCharRange,
long delta,
NSRange invalidatedCharRange) |
|
void |
NSTextStorageObserving.processEditingForTextStorage(NSTextStorage textStorage,
NSTextStorageEditActions editMask,
NSRange newCharRange,
long delta,
NSRange invalidatedCharRange) |
|
void |
NSTextStorageObservingAdapter.processEditingForTextStorage(NSTextStorage textStorage,
NSTextStorageEditActions editMask,
NSRange newCharRange,
long delta,
NSRange invalidatedCharRange) |
|
void |
UITextView.scrollRangeToVisible(NSRange range) |
|
void |
NSLayoutManager.setAttachmentSize(CGSize attachmentSize,
NSRange glyphRange) |
|
void |
UITextField.setAttributedMarkedText(NSAttributedString markedText,
NSRange selectedRange) |
|
void |
UITextInput.setAttributedMarkedText(NSAttributedString markedText,
NSRange selectedRange) |
|
void |
UITextInputAdapter.setAttributedMarkedText(NSAttributedString markedText,
NSRange selectedRange) |
|
void |
UITextView.setAttributedMarkedText(NSAttributedString markedText,
NSRange selectedRange) |
|
void |
NSLayoutManager.setGlyphs(ShortPtr glyphs,
MachineSizedSIntPtr props,
MachineSizedUIntPtr charIndexes,
UIFont aFont,
NSRange glyphRange) |
|
void |
NSLayoutManager.setLineFragmentRect(CGRect fragmentRect,
NSRange glyphRange,
CGRect usedRect) |
|
void |
NSLayoutManager.setLocation(CGPoint location,
NSRange glyphRange) |
|
void |
UITextDocumentProxy.setMarkedText(String markedText,
NSRange selectedRange) |
|
void |
UITextDocumentProxyAdapter.setMarkedText(String markedText,
NSRange selectedRange) |
|
void |
UITextField.setMarkedText(String markedText,
NSRange selectedRange) |
|
void |
UITextInput.setMarkedText(String markedText,
NSRange selectedRange) |
|
void |
UITextInputAdapter.setMarkedText(String markedText,
NSRange selectedRange) |
|
void |
UITextView.setMarkedText(String markedText,
NSRange selectedRange) |
|
NSTextLayoutSection |
NSTextLayoutSection.setRange(NSRange range) |
|
void |
UITextView.setSelectedRange(NSRange v) |
|
void |
NSLayoutManager.setTextContainer(NSTextContainer container,
NSRange glyphRange) |
|
boolean |
UISearchBarDelegate.shouldChange(UISearchBar searchBar,
NSRange range,
String text) |
|
boolean |
UISearchBarDelegateAdapter.shouldChange(UISearchBar searchBar,
NSRange range,
String text) |
|
boolean |
UITextFieldDelegate.shouldChangeCharacters(UITextField textField,
NSRange range,
String string) |
|
boolean |
UITextFieldDelegateAdapter.shouldChangeCharacters(UITextField textField,
NSRange range,
String string) |
|
boolean |
UITextViewDelegate.shouldChangeCharacters(UITextView textView,
NSRange range,
String text) |
|
boolean |
UITextViewDelegateAdapter.shouldChangeCharacters(UITextView textView,
NSRange range,
String text) |
|
long |
NSLayoutManagerDelegate.shouldGenerateGlyphs(NSLayoutManager layoutManager,
ShortPtr glyphs,
MachineSizedSIntPtr props,
MachineSizedUIntPtr charIndexes,
UIFont aFont,
NSRange glyphRange) |
|
long |
NSLayoutManagerDelegateAdapter.shouldGenerateGlyphs(NSLayoutManager layoutManager,
ShortPtr glyphs,
MachineSizedSIntPtr props,
MachineSizedUIntPtr charIndexes,
UIFont aFont,
NSRange glyphRange) |
|
boolean |
UITextViewDelegate.shouldInteractWithTextAttachment(UITextView textView,
NSTextAttachment textAttachment,
NSRange characterRange) |
Deprecated.
|
boolean |
UITextViewDelegate.shouldInteractWithTextAttachment(UITextView textView,
NSTextAttachment textAttachment,
NSRange characterRange,
UITextItemInteraction interaction) |
|
boolean |
UITextViewDelegateAdapter.shouldInteractWithTextAttachment(UITextView textView,
NSTextAttachment textAttachment,
NSRange characterRange) |
Deprecated.
|
boolean |
UITextViewDelegateAdapter.shouldInteractWithTextAttachment(UITextView textView,
NSTextAttachment textAttachment,
NSRange characterRange,
UITextItemInteraction interaction) |
|
boolean |
UITextViewDelegate.shouldInteractWithURL(UITextView textView,
NSURL URL,
NSRange characterRange) |
Deprecated.
|
boolean |
UITextViewDelegate.shouldInteractWithURL(UITextView textView,
NSURL URL,
NSRange characterRange,
UITextItemInteraction interaction) |
|
boolean |
UITextViewDelegateAdapter.shouldInteractWithURL(UITextView textView,
NSURL URL,
NSRange characterRange) |
Deprecated.
|
boolean |
UITextViewDelegateAdapter.shouldInteractWithURL(UITextView textView,
NSURL URL,
NSRange characterRange,
UITextItemInteraction interaction) |
|
boolean |
NSLayoutManagerDelegate.shouldSetLineFragmentRect(NSLayoutManager layoutManager,
CGRect lineFragmentRect,
CGRect lineFragmentUsedRect,
MachineSizedFloatPtr baselineOffset,
NSTextContainer textContainer,
NSRange glyphRange) |
|
boolean |
NSLayoutManagerDelegateAdapter.shouldSetLineFragmentRect(NSLayoutManager layoutManager,
CGRect lineFragmentRect,
CGRect lineFragmentUsedRect,
MachineSizedFloatPtr baselineOffset,
NSTextContainer textContainer,
NSRange glyphRange) |
|
void |
NSLayoutManager.strikethrough(NSRange glyphRange,
NSUnderlineStyle strikethroughVal,
CGRect lineRect,
NSRange lineGlyphRange,
CGPoint containerOrigin) |
|
void |
NSLayoutManager.underline(NSRange glyphRange,
NSUnderlineStyle underlineVal,
CGRect lineRect,
NSRange lineGlyphRange,
CGPoint containerOrigin) |
|
void |
NSTextStorageDelegate.willProcessEditing(NSTextStorage textStorage,
NSTextStorageEditActions editedMask,
NSRange editedRange,
long delta) |
|
void |
NSTextStorageDelegateAdapter.willProcessEditing(NSTextStorage textStorage,
NSTextStorageEditActions editedMask,
NSRange editedRange,
long delta) |
|
-
-