Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions library/utf8/api/utf8.api
Original file line number Diff line number Diff line change
Expand Up @@ -30,29 +30,41 @@ public class io/matthewnelson/encoding/utf8/UTF8$CharPreProcessor {
protected fun replacementSize ()I
protected final fun setCurrentSize (J)V
public static final fun sizeOf (Ljava/lang/CharSequence;Lio/matthewnelson/encoding/utf8/UTF8$Config;)J
public static final fun sizeOf (Ljava/lang/CharSequence;Lio/matthewnelson/encoding/utf8/UTF8$Config;II)J
public static final fun sizeOf (Ljava/lang/CharSequence;Lio/matthewnelson/encoding/utf8/UTF8$ReplacementStrategy;)J
public static final fun sizeOf (Ljava/lang/CharSequence;Lio/matthewnelson/encoding/utf8/UTF8$ReplacementStrategy;II)J
public static final fun sizeOf (Ljava/lang/CharSequence;Lio/matthewnelson/encoding/utf8/UTF8;)J
public static final fun sizeOf (Ljava/lang/CharSequence;Lio/matthewnelson/encoding/utf8/UTF8;II)J
public static final fun sizeOf (Lkotlin/collections/CharIterator;Lio/matthewnelson/encoding/utf8/UTF8$Config;)J
public static final fun sizeOf (Lkotlin/collections/CharIterator;Lio/matthewnelson/encoding/utf8/UTF8$ReplacementStrategy;)J
public static final fun sizeOf (Lkotlin/collections/CharIterator;Lio/matthewnelson/encoding/utf8/UTF8;)J
public static final fun sizeOf ([CLio/matthewnelson/encoding/utf8/UTF8$Config;)J
public static final fun sizeOf ([CLio/matthewnelson/encoding/utf8/UTF8$Config;II)J
public static final fun sizeOf ([CLio/matthewnelson/encoding/utf8/UTF8$ReplacementStrategy;)J
public static final fun sizeOf ([CLio/matthewnelson/encoding/utf8/UTF8$ReplacementStrategy;II)J
public static final fun sizeOf ([CLio/matthewnelson/encoding/utf8/UTF8;)J
public static final fun sizeOf ([CLio/matthewnelson/encoding/utf8/UTF8;II)J
}

public final class io/matthewnelson/encoding/utf8/UTF8$CharPreProcessor$Companion {
public final fun of (Lio/matthewnelson/encoding/utf8/UTF8$Config;)Lio/matthewnelson/encoding/utf8/UTF8$CharPreProcessor;
public final fun of (Lio/matthewnelson/encoding/utf8/UTF8$ReplacementStrategy;)Lio/matthewnelson/encoding/utf8/UTF8$CharPreProcessor;
public final fun of (Lio/matthewnelson/encoding/utf8/UTF8;)Lio/matthewnelson/encoding/utf8/UTF8$CharPreProcessor;
public final fun sizeOf (Ljava/lang/CharSequence;Lio/matthewnelson/encoding/utf8/UTF8$Config;)J
public final fun sizeOf (Ljava/lang/CharSequence;Lio/matthewnelson/encoding/utf8/UTF8$Config;II)J
public final fun sizeOf (Ljava/lang/CharSequence;Lio/matthewnelson/encoding/utf8/UTF8$ReplacementStrategy;)J
public final fun sizeOf (Ljava/lang/CharSequence;Lio/matthewnelson/encoding/utf8/UTF8$ReplacementStrategy;II)J
public final fun sizeOf (Ljava/lang/CharSequence;Lio/matthewnelson/encoding/utf8/UTF8;)J
public final fun sizeOf (Ljava/lang/CharSequence;Lio/matthewnelson/encoding/utf8/UTF8;II)J
public final fun sizeOf (Lkotlin/collections/CharIterator;Lio/matthewnelson/encoding/utf8/UTF8$Config;)J
public final fun sizeOf (Lkotlin/collections/CharIterator;Lio/matthewnelson/encoding/utf8/UTF8$ReplacementStrategy;)J
public final fun sizeOf (Lkotlin/collections/CharIterator;Lio/matthewnelson/encoding/utf8/UTF8;)J
public final fun sizeOf ([CLio/matthewnelson/encoding/utf8/UTF8$Config;)J
public final fun sizeOf ([CLio/matthewnelson/encoding/utf8/UTF8$Config;II)J
public final fun sizeOf ([CLio/matthewnelson/encoding/utf8/UTF8$ReplacementStrategy;)J
public final fun sizeOf ([CLio/matthewnelson/encoding/utf8/UTF8$ReplacementStrategy;II)J
public final fun sizeOf ([CLio/matthewnelson/encoding/utf8/UTF8;)J
public final fun sizeOf ([CLio/matthewnelson/encoding/utf8/UTF8;II)J
}

public final class io/matthewnelson/encoding/utf8/UTF8$Config : io/matthewnelson/encoding/core/EncoderDecoder$Config {
Expand Down
6 changes: 6 additions & 0 deletions library/utf8/api/utf8.klib.api
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,20 @@ open class io.matthewnelson.encoding.utf8/UTF8 : io.matthewnelson.encoding.core/
final object Companion { // io.matthewnelson.encoding.utf8/UTF8.CharPreProcessor.Companion|null[0]
final fun (kotlin.collections/CharIterator).sizeUTF8(io.matthewnelson.encoding.utf8/UTF8.ReplacementStrategy): kotlin/Long // io.matthewnelson.encoding.utf8/UTF8.CharPreProcessor.Companion.sizeUTF8|sizeUTF8@kotlin.collections.CharIterator(io.matthewnelson.encoding.utf8.UTF8.ReplacementStrategy){}[0]
final fun (kotlin/CharArray).sizeUTF8(io.matthewnelson.encoding.utf8/UTF8.ReplacementStrategy): kotlin/Long // io.matthewnelson.encoding.utf8/UTF8.CharPreProcessor.Companion.sizeUTF8|sizeUTF8@kotlin.CharArray(io.matthewnelson.encoding.utf8.UTF8.ReplacementStrategy){}[0]
final fun (kotlin/CharArray).sizeUTF8(io.matthewnelson.encoding.utf8/UTF8.ReplacementStrategy, kotlin/Int, kotlin/Int): kotlin/Long // io.matthewnelson.encoding.utf8/UTF8.CharPreProcessor.Companion.sizeUTF8|sizeUTF8@kotlin.CharArray(io.matthewnelson.encoding.utf8.UTF8.ReplacementStrategy;kotlin.Int;kotlin.Int){}[0]
final fun (kotlin/CharSequence).sizeUTF8(io.matthewnelson.encoding.utf8/UTF8.ReplacementStrategy): kotlin/Long // io.matthewnelson.encoding.utf8/UTF8.CharPreProcessor.Companion.sizeUTF8|sizeUTF8@kotlin.CharSequence(io.matthewnelson.encoding.utf8.UTF8.ReplacementStrategy){}[0]
final fun (kotlin/CharSequence).sizeUTF8(io.matthewnelson.encoding.utf8/UTF8.ReplacementStrategy, kotlin/Int, kotlin/Int): kotlin/Long // io.matthewnelson.encoding.utf8/UTF8.CharPreProcessor.Companion.sizeUTF8|sizeUTF8@kotlin.CharSequence(io.matthewnelson.encoding.utf8.UTF8.ReplacementStrategy;kotlin.Int;kotlin.Int){}[0]
final fun of(io.matthewnelson.encoding.utf8/UTF8.ReplacementStrategy): io.matthewnelson.encoding.utf8/UTF8.CharPreProcessor // io.matthewnelson.encoding.utf8/UTF8.CharPreProcessor.Companion.of|of(io.matthewnelson.encoding.utf8.UTF8.ReplacementStrategy){}[0]
final inline fun (kotlin.collections/CharIterator).sizeUTF8(io.matthewnelson.encoding.utf8/UTF8): kotlin/Long // io.matthewnelson.encoding.utf8/UTF8.CharPreProcessor.Companion.sizeUTF8|sizeUTF8@kotlin.collections.CharIterator(io.matthewnelson.encoding.utf8.UTF8){}[0]
final inline fun (kotlin.collections/CharIterator).sizeUTF8(io.matthewnelson.encoding.utf8/UTF8.Config): kotlin/Long // io.matthewnelson.encoding.utf8/UTF8.CharPreProcessor.Companion.sizeUTF8|sizeUTF8@kotlin.collections.CharIterator(io.matthewnelson.encoding.utf8.UTF8.Config){}[0]
final inline fun (kotlin/CharArray).sizeUTF8(io.matthewnelson.encoding.utf8/UTF8): kotlin/Long // io.matthewnelson.encoding.utf8/UTF8.CharPreProcessor.Companion.sizeUTF8|sizeUTF8@kotlin.CharArray(io.matthewnelson.encoding.utf8.UTF8){}[0]
final inline fun (kotlin/CharArray).sizeUTF8(io.matthewnelson.encoding.utf8/UTF8, kotlin/Int, kotlin/Int): kotlin/Long // io.matthewnelson.encoding.utf8/UTF8.CharPreProcessor.Companion.sizeUTF8|sizeUTF8@kotlin.CharArray(io.matthewnelson.encoding.utf8.UTF8;kotlin.Int;kotlin.Int){}[0]
final inline fun (kotlin/CharArray).sizeUTF8(io.matthewnelson.encoding.utf8/UTF8.Config): kotlin/Long // io.matthewnelson.encoding.utf8/UTF8.CharPreProcessor.Companion.sizeUTF8|sizeUTF8@kotlin.CharArray(io.matthewnelson.encoding.utf8.UTF8.Config){}[0]
final inline fun (kotlin/CharArray).sizeUTF8(io.matthewnelson.encoding.utf8/UTF8.Config, kotlin/Int, kotlin/Int): kotlin/Long // io.matthewnelson.encoding.utf8/UTF8.CharPreProcessor.Companion.sizeUTF8|sizeUTF8@kotlin.CharArray(io.matthewnelson.encoding.utf8.UTF8.Config;kotlin.Int;kotlin.Int){}[0]
final inline fun (kotlin/CharSequence).sizeUTF8(io.matthewnelson.encoding.utf8/UTF8): kotlin/Long // io.matthewnelson.encoding.utf8/UTF8.CharPreProcessor.Companion.sizeUTF8|sizeUTF8@kotlin.CharSequence(io.matthewnelson.encoding.utf8.UTF8){}[0]
final inline fun (kotlin/CharSequence).sizeUTF8(io.matthewnelson.encoding.utf8/UTF8, kotlin/Int, kotlin/Int): kotlin/Long // io.matthewnelson.encoding.utf8/UTF8.CharPreProcessor.Companion.sizeUTF8|sizeUTF8@kotlin.CharSequence(io.matthewnelson.encoding.utf8.UTF8;kotlin.Int;kotlin.Int){}[0]
final inline fun (kotlin/CharSequence).sizeUTF8(io.matthewnelson.encoding.utf8/UTF8.Config): kotlin/Long // io.matthewnelson.encoding.utf8/UTF8.CharPreProcessor.Companion.sizeUTF8|sizeUTF8@kotlin.CharSequence(io.matthewnelson.encoding.utf8.UTF8.Config){}[0]
final inline fun (kotlin/CharSequence).sizeUTF8(io.matthewnelson.encoding.utf8/UTF8.Config, kotlin/Int, kotlin/Int): kotlin/Long // io.matthewnelson.encoding.utf8/UTF8.CharPreProcessor.Companion.sizeUTF8|sizeUTF8@kotlin.CharSequence(io.matthewnelson.encoding.utf8.UTF8.Config;kotlin.Int;kotlin.Int){}[0]
final inline fun of(io.matthewnelson.encoding.utf8/UTF8): io.matthewnelson.encoding.utf8/UTF8.CharPreProcessor // io.matthewnelson.encoding.utf8/UTF8.CharPreProcessor.Companion.of|of(io.matthewnelson.encoding.utf8.UTF8){}[0]
final inline fun of(io.matthewnelson.encoding.utf8/UTF8.Config): io.matthewnelson.encoding.utf8/UTF8.CharPreProcessor // io.matthewnelson.encoding.utf8/UTF8.CharPreProcessor.Companion.of|of(io.matthewnelson.encoding.utf8.UTF8.Config){}[0]
}
Expand Down
Loading