ICU-4885 ISO-639 added rup

X-SVN-Rev: 18849
This commit is contained in:
George Rhoten 2005-12-01 23:42:21 +00:00
parent 9327ff558b
commit a217bc8e9c
4 changed files with 9 additions and 8 deletions

View file

@ -155,7 +155,7 @@ static const char * const LANGUAGES[] = {
"pag", "pal", "pam", "pap", "pau", "peo", "phi", "phn",
"pi", "pl", "pon", "pra", "pro", "ps", "pt", "qu",
"raj", "rap", "rar", "rm", "rn", "ro", "roa", "rom",
"ru", "rw", "sa", "sad", "sah", "sai", "sal", "sam",
"ru", "rup", "rw", "sa", "sad", "sah", "sai", "sal", "sam",
"sas", "sat", "sc", "scn", "sco", "sd", "se", "sel", "sem",
"sg", "sga", "sgn", "shn", "si", "sid", "sio", "sit",
"sk", "sl", "sla", "sm", "sma", "smi", "smj", "smn",
@ -282,8 +282,8 @@ static const char * const LANGUAGES_3[] = {
"pli", "pol", "pon", "pra", "pro", "pus", "por", "que",
/* "raj", "rap", "rar", "rm", "rn", "ro", "roa", "rom", */
"raj", "rap", "rar", "roh", "run", "ron", "roa", "rom",
/* "ru", "rw", "sa", "sad", "sah", "sai", "sal", "sam", */
"rus", "kin", "san", "sad", "sah", "sai", "sal", "sam",
/* "ru", "rup", "rw", "sa", "sad", "sah", "sai", "sal", "sam", */
"rus", "rup", "kin", "san", "sad", "sah", "sai", "sal", "sam",
/* "sas", "sat", "sc", "scn", "sco", "sd", "se", "sel", "sem", */
"sas", "sat", "srd", "scn", "sco", "snd", "sme", "sel", "sem",
/* "sg", "sga", "sgn", "shn", "si", "sid", "sio", "sit", */

View file

@ -877,8 +877,8 @@ LocaleTest::TestGetLangsAndCountries()
;
/* TODO: Change this test to be more like the cloctst version? */
if (testCount != 474)
errln("Expected getISOLanguages() to return 473 languages; it returned %d", testCount);
if (testCount != 475)
errln("Expected getISOLanguages() to return 475 languages; it returned %d", testCount);
else {
for (i = 0; i < 15; i++) {
int32_t j;

View file

@ -1717,6 +1717,7 @@ structLocale:table(nofallback){
rom{""}
root{""}
ru{""}
rup{""}
rw{""}
sa{""}
sad{""}

View file

@ -330,7 +330,7 @@ public final class ULocale implements Serializable {
"pag", "pal", "pam", "pap", "pau", "peo", "phi", "phn",
"pi", "pl", "pon", "pra", "pro", "ps", "pt", "qu",
"raj", "rap", "rar", "rm", "rn", "ro", "roa", "rom",
"ru", "rw", "sa", "sad", "sah", "sai", "sal", "sam",
"ru", "rup", "rw", "sa", "sad", "sah", "sai", "sal", "sam",
"sas", "sat", "sc", "sco", "sd", "se", "sel", "sem",
"sg", "sga", "sgn", "shn", "si", "sid", "sio", "sit",
"sk", "sl", "sla", "sm", "sma", "smi", "smj", "smn",
@ -443,8 +443,8 @@ public final class ULocale implements Serializable {
"pli", "pol", "pon", "pra", "pro", "pus", "por", "que",
/*"raj", "rap", "rar", "rm", "rn", "ro", "roa", "rom", */
"raj", "rap", "rar", "roh", "run", "ron", "roa", "rom",
/*"ru", "rw", "sa", "sad", "sah", "sai", "sal", "sam", */
"rus", "kin", "san", "sad", "sah", "sai", "sal", "sam",
/*"ru", "rup", "rw", "sa", "sad", "sah", "sai", "sal", "sam", */
"rus", "rup", "kin", "san", "sad", "sah", "sai", "sal", "sam",
/*"sas", "sat", "sc", "sco", "sd", "se", "sel", "sem", */
"sas", "sat", "srd", "sco", "snd", "sme", "sel", "sem",
/*"sg", "sga", "sgn", "shn", "si", "sid", "sio", "sit", */