mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-1211 getUChars -> getBuffer
X-SVN-Rev: 6249
This commit is contained in:
parent
6c5978d52c
commit
411c3e1e0b
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue