ICU-1211 getUChars -> getBuffer

X-SVN-Rev: 6249
This commit is contained in:
George Rhoten 2001-10-15 23:19:44 +00:00
parent 6c5978d52c
commit 411c3e1e0b

View file

@ -29,7 +29,7 @@ testLCID(const char *localeName,
char lcidStringC[1024];
char cLocaleName[256] = {'\0'};
u_UCharsToChars(posixName.getUChars(),cLocaleName,posixName.length());
u_UCharsToChars(posixName.getBuffer(),cLocaleName,posixName.length());
ResourceBundle posixLocale((char *)0, Locale(cLocaleName), status);
if(status != U_ZERO_ERROR) {
if(U_SUCCESS(status)) {