/* GENERATED SOURCE. DO NOT MODIFY. */ // © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * Copyright (C) 2002-2010, International Business Machines Corporation and * * others. All Rights Reserved. * ******************************************************************************* */ package android.icu.impl; import android.icu.text.Replaceable; import android.icu.text.ReplaceableString; import android.icu.text.Transliterator; import android.icu.text.UnicodeMatcher; /** * @author Ram * @hide Only a subset of ICU is exposed in Android */ //This class contains utility functions so testing not needed ///CLOVER:OFF public class UtilityExtensions { /** * Append the given string to the rule. Calls the single-character * version of appendToRule for each character. */ public static void appendToRule(StringBuffer rule, String text, boolean isLiteral, boolean escapeUnprintable, StringBuffer quoteBuf) { for (int i=0; i