mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
ICU-6001 Fix callback
X-SVN-Rev: 22906
This commit is contained in:
parent
a47509395b
commit
bc4a8b72c1
1 changed files with 3 additions and 1 deletions
|
@ -466,7 +466,8 @@ ConversionTest::TestGetUnicodeSet() {
|
|||
}
|
||||
}
|
||||
|
||||
static void U_EXPORT2
|
||||
U_CDECL_BEGIN
|
||||
static void U_CALLCONV
|
||||
getUnicodeSetCallback(const void *context,
|
||||
UConverterFromUnicodeArgs *fromUArgs,
|
||||
const UChar* codeUnits,
|
||||
|
@ -479,6 +480,7 @@ getUnicodeSetCallback(const void *context,
|
|||
*pErrorCode=U_ZERO_ERROR; // skip
|
||||
} // else ignore the reset, close and clone calls.
|
||||
}
|
||||
U_CDECL_END
|
||||
|
||||
// Compare ucnv_getUnicodeSet() with the set of characters that can be converted.
|
||||
void
|
||||
|
|
Loading…
Add table
Reference in a new issue