ICU-631 Implemented ucmp16_isBogus()
X-SVN-Rev: 2573
This commit is contained in:
parent
9d19a7e0a3
commit
5fff851553
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user