mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 09:21:03 +00:00
ICU-12701 additional cast for ibm i
X-SVN-Rev: 39309
This commit is contained in:
parent
6bccdda20d
commit
4d580c2834
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ void TestHasScript() {
|
|||
}
|
||||
}
|
||||
|
||||
static UBool scriptsContain(int32_t scripts[], int32_t length, int32_t script) {
|
||||
static UBool scriptsContain(UScriptCode scripts[], int32_t length, UScriptCode script) {
|
||||
UBool contain=FALSE;
|
||||
int32_t prev=-1, i;
|
||||
for(i=0; i<length; ++i) {
|
||||
|
|
Loading…
Add table
Reference in a new issue