Searched refs:tmpLocID (Results 1 – 1 of 1) sorted by relevance
222 char tmpLocID[ULOC_FULLNAME_CAPACITY]; in Win32NumberFormat() local223 int32_t len = uloc_getLocaleForLCID(fLCID, tmpLocID, UPRV_LENGTHOF(tmpLocID) - 1, &tmpsts); in Win32NumberFormat()225 tmpLocID[len] = 0; in Win32NumberFormat()226 fLocale = Locale((const char*)tmpLocID); in Win32NumberFormat()