Lines Matching refs:is

11  * distributed under the License is distributed on an "AS IS" BASIS,
67 /* package */ static final char[] ELLIPSIS_NORMAL = { '\u2026' }; // this is "..."
70 /* package */ static final char[] ELLIPSIS_TWO_DOTS = { '\u2025' }; // this is ".."
241 // Integer overflow; len is unreasonably large
263 * from the source string. This is different than simply calling
334 * String.split() returns [''] when the string to be split is empty. This returns []. This does
339 * @return an array of strings. The array will be empty if text is empty
341 * @throws NullPointerException if expression or text is null
353 * split is empty. This returns []. This does not remove any empty strings from the result.
356 * @return an array of strings. The array will be empty if text is empty
358 * @throws NullPointerException if expression or text is null
373 * <p>The most efficient way to use this class is:
393 * <p>If the final character in the string to split is the delimiter then no empty string will
394 * be returned for the empty string after that delimeter. That is, splitting <tt>"a,b,"</tt> on
456 * Returns true if the string is null or 0-length.
458 * @return true if str is null or zero length
651 + "\" is attempting to use the frameworks-only ParcelableSpan"
817 * be printed one span per line. If the CharSequence is not a Spanned,
840 * Return a new CharSequence in which each of the source strings is
871 * <code>values</code>. "^^" is used to produce a single caret in
877 * placeholder values. This object is not modified; a copy is
881 * first is substituted for "^1", the second for "^2", and so on.
925 // happens when ^ is the last character in the string.
1054 * This method is called to report that the specified region of
1077 * If <code>preserveLength</code> is specified, the returned copy
1080 * If <code>callback</code> is non-null, it will be called to
1082 * is determined by the first strong directional character.
1099 * If <code>preserveLength</code> is specified, the returned copy
1102 * If <code>callback</code> is non-null, it will be called to
1129 // is unaffected by style
1195 * Charles, David" that is too wide to fit into the specified width
1260 // XXX this is probably ok, but need to look at it more
1454 * Returns whether this character is a printable character.
1504 * characters. This value is explicitly defined to be the same as
1512 * character of all words. This value is explicitly defined to be the same as
1520 * character of each sentence. This value is explicitly defined to be the same as
1539 * at the current position, which is any combination of
1609 // also contains a period, in which case it is an abbreviation.
1675 * {@link Spanned#getSpanEnd(Object)} have been removed. The initial order is preserved
1769 * localized locale name. This will not work if the localized locale name is in English
1770 * (this is the case for ICU 4.4 and "Urdu" script)