Loading core/java/android/provider/Settings.java +1 −1 Original line number Diff line number Diff line Loading @@ -12494,7 +12494,7 @@ public final class Settings { * backup_finished_notification_receivers (String[]) * </pre> * * backup_finished_notification_receivers uses ":" as delimeter for values. * backup_finished_notification_receivers uses ":" as delimiter for values. * * <p> * Type: string Loading core/java/android/text/TextUtils.java +2 −2 Original line number Diff line number Diff line Loading @@ -526,7 +526,7 @@ public class TextUtils { * A simple string splitter. * * <p>If the final character in the string to split is the delimiter then no empty string will * be returned for the empty string after that delimeter. That is, splitting <tt>"a,b,"</tt> on * be returned for the empty string after that delimiter. That is, splitting <tt>"a,b,"</tt> on * comma will return <tt>"a", "b"</tt>, not <tt>"a", "b", ""</tt>. */ public static class SimpleStringSplitter implements StringSplitter, Iterator<String> { Loading @@ -537,7 +537,7 @@ public class TextUtils { /** * Initializes the splitter. setString may be called later. * @param delimiter the delimeter on which to split * @param delimiter the delimiter on which to split */ public SimpleStringSplitter(char delimiter) { mDelimiter = delimiter; Loading core/java/com/android/internal/util/ProcFileReader.java +1 −1 Original line number Diff line number Diff line Loading @@ -102,7 +102,7 @@ public class ProcFileReader implements Closeable { * Find buffer index of next token delimiter, usually space or newline. * Fills buffer as needed. * * @return Index of next delimeter, otherwise -1 if no tokens remain on * @return Index of next delimiter, otherwise -1 if no tokens remain on * current line. */ private int nextTokenIndex() throws IOException { Loading Loading
core/java/android/provider/Settings.java +1 −1 Original line number Diff line number Diff line Loading @@ -12494,7 +12494,7 @@ public final class Settings { * backup_finished_notification_receivers (String[]) * </pre> * * backup_finished_notification_receivers uses ":" as delimeter for values. * backup_finished_notification_receivers uses ":" as delimiter for values. * * <p> * Type: string Loading
core/java/android/text/TextUtils.java +2 −2 Original line number Diff line number Diff line Loading @@ -526,7 +526,7 @@ public class TextUtils { * A simple string splitter. * * <p>If the final character in the string to split is the delimiter then no empty string will * be returned for the empty string after that delimeter. That is, splitting <tt>"a,b,"</tt> on * be returned for the empty string after that delimiter. That is, splitting <tt>"a,b,"</tt> on * comma will return <tt>"a", "b"</tt>, not <tt>"a", "b", ""</tt>. */ public static class SimpleStringSplitter implements StringSplitter, Iterator<String> { Loading @@ -537,7 +537,7 @@ public class TextUtils { /** * Initializes the splitter. setString may be called later. * @param delimiter the delimeter on which to split * @param delimiter the delimiter on which to split */ public SimpleStringSplitter(char delimiter) { mDelimiter = delimiter; Loading
core/java/com/android/internal/util/ProcFileReader.java +1 −1 Original line number Diff line number Diff line Loading @@ -102,7 +102,7 @@ public class ProcFileReader implements Closeable { * Find buffer index of next token delimiter, usually space or newline. * Fills buffer as needed. * * @return Index of next delimeter, otherwise -1 if no tokens remain on * @return Index of next delimiter, otherwise -1 if no tokens remain on * current line. */ private int nextTokenIndex() throws IOException { Loading