Home | History | Annotate | Download | only in unicode

Lines Matching full:bogus

215  *   Instead, such methods set the UnicodeString into a "bogus" state
218 * In string comparisons, two UnicodeString objects that are both "bogus"
220 * and a "bogus" string compares less than any non-"bogus" one.
1791 * A bogus string has no value. It is different from an empty string,
1794 * For a bogus string, getBuffer() and getTerminatedBuffer() return NULL, and
1797 * @return TRUE if the string is bogus/invalid, FALSE otherwise
1987 * A bogus string has no value. It is different from an empty string.
1998 bogus flag:
2005 * The simplest ways to turn a bogus string into an empty one
2725 * It also returns 0 if the string is bogus.
2785 * It returns 0 if the string is bogus, or
2805 * or 0 if the string is empty or bogus
2818 * It returns 0 if the string is bogus, or
2840 * or 0 if the string is empty or bogus
3044 * then the string will be bogus.
3139 * Illegal input is replaced with U+FFFD. Otherwise, errors result in a bogus string.
3154 * Illegal input is replaced with U+FFFD. Otherwise, errors result in a bogus string.
3277 * Requires: this & text not bogus and have same lengths.
3400 // turn a bogus string into an empty one
3486 kIsBogus=1, // this string is bogus, i.e., not valid or NULL
3705 return (int8_t)!isBogus(); // 0 if both are bogus, 1 otherwise
3797 return (int8_t)!isBogus(); // 0 if both are bogus, 1 otherwise
3859 return (int8_t)!isBogus(); // 0 if both are bogus, 1 otherwise
4461 // remove() of a bogus string makes the string empty and non-bogus
4475 // remove(guaranteed everything) of a bogus string makes the string empty and non-bogus
4496 // truncate(0) of a bogus string makes the string empty and non-bogus