Lines Matching refs:truncate
2108 * - truncate(0)
2119 * s.truncate(0); // set to an empty string (complete truncation), or
2639 * Truncate this UnicodeString to the <TT>targetLength</TT>.
2644 inline UBool truncate(int32_t targetLength);
4629 truncate(limit);
4634 UnicodeString::truncate(int32_t targetLength)
4637 // truncate(0) of a bogus string makes the string empty and non-bogus