mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 13:35:32 +00:00
ICU-5354 Fix last checkin for compiler warnings and z/OS errors.
X-SVN-Rev: 20306
This commit is contained in:
parent
b748bfd257
commit
f465b0c325
1 changed files with 2 additions and 2 deletions
|
@ -1305,11 +1305,10 @@ fragTextAccess(UText *ut, int64_t index, UBool forward) {
|
|||
}
|
||||
return false;
|
||||
}
|
||||
U_CDECL_END
|
||||
|
||||
// Function table to be used with this fragmented text provider.
|
||||
// Initialized in the open function.
|
||||
UTextFuncs fragmentFuncs;
|
||||
static UTextFuncs fragmentFuncs;
|
||||
|
||||
// Clone function for fragmented text provider.
|
||||
// Didn't really want to provide this, but it's easier to provide it than to keep it
|
||||
|
@ -1329,6 +1328,7 @@ cloneFragmentedUnicodeString(UText *dest, const UText *src, UBool deep, UErrorCo
|
|||
return dest;
|
||||
}
|
||||
|
||||
U_CDECL_END
|
||||
|
||||
// Open function for the fragmented text provider.
|
||||
UText *
|
||||
|
|
Loading…
Add table
Reference in a new issue