/*
*******************************************************************************
*
-* Copyright (C) 1997-2011, International Business Machines
+* Copyright (C) 1997-2012, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
**/
char tagBuffer[ULOC_FULLNAME_CAPACITY];
char likelySubtagsBuffer[ULOC_FULLNAME_CAPACITY];
- int32_t tagBufferLength = 0;
if(U_FAILURE(*err)) {
goto error;
const char* likelySubtags = NULL;
- tagBufferLength = createTagString(
+ createTagString(
lang,
langLength,
script,
const char* likelySubtags = NULL;
- tagBufferLength = createTagString(
+ createTagString(
lang,
langLength,
script,