mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 17:01:16 +00:00
ICU-681 wrong function name
X-SVN-Rev: 2872
This commit is contained in:
parent
8dc53e5dfe
commit
b3a8a5cd7a
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ U_CAPI CompactByteArray* U_EXPORT2 ucmp8_initAlias(CompactByteArray *this_obj,
|
|||
int32_t count);
|
||||
|
||||
U_CAPI void U_EXPORT2 ucmp8_close(CompactByteArray* array);
|
||||
U_CAPI UBool U_EXPORT2 isBogus(const CompactByteArray* array);
|
||||
U_CAPI UBool U_EXPORT2 ucmp8_isBogus(const CompactByteArray* array);
|
||||
|
||||
#define ucmp8_get(array, index) (array->fArray[(array->fIndex[index >> UCMP8_kBlockShift] & 0xFFFF) + (index & UCMP8_kBlockMask)])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue