ICU-631 Implemented ucmp16_isBogus()

X-SVN-Rev: 2573
This commit is contained in:
George Rhoten 2000-10-05 01:06:54 +00:00
parent 9d19a7e0a3
commit 5fff851553

View File

@ -368,6 +368,10 @@ static CompactShortArray* setToBogus(CompactShortArray* this_obj)
return this_obj;
}
UBool ucmp16_isBogus(const CompactShortArray* this_obj)
{
return (UBool)(this_obj == NULL || this_obj->fBogus);
}
void ucmp16_expand(CompactShortArray* this_obj)
{