mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-09 15:27:38 +00:00
ICU-12 corrected errors due to merging
X-SVN-Rev: 474
This commit is contained in:
parent
8b20f17f49
commit
7f73adbf34
2 changed files with 1 additions and 5 deletions
|
@ -318,7 +318,6 @@ uloc_getLanguage(const char* localeID,
|
|||
{
|
||||
language[uprv_min(i,languageCapacity-1)] = '\0';
|
||||
}
|
||||
}
|
||||
|
||||
return i+1;
|
||||
}
|
||||
|
|
|
@ -237,11 +237,8 @@ testReordering(UBiDi *pBiDi, int testNumber) {
|
|||
ubidi_invertMap(visualMap1, logicalMap2, length);
|
||||
|
||||
/* get them from the levels array, too */
|
||||
<<<<<<< cbiditst.c
|
||||
uprv_memcpy(levels, ubidi_getLevels(pBiDi, &errorCode), length);
|
||||
=======
|
||||
memcpy(levels, ubidi_getLevels(pBiDi, &errorCode), length);
|
||||
>>>>>>> 1.7
|
||||
|
||||
if(U_FAILURE(errorCode)) {
|
||||
log_err("ubidi_getLevels(tests[%d]): error %s\n", testNumber, myErrorName(errorCode));
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue