Searched refs:tmpLocID (Results 1 – 1 of 1) sorted by relevance
146 char tmpLocID[ULOC_FULLNAME_CAPACITY]; in Win32NumberFormat() local147 …int32_t len = uloc_getLocaleForLCID(fLCID, tmpLocID, sizeof(tmpLocID)/sizeof(tmpLocID[0]) - 1, &tm… in Win32NumberFormat()149 tmpLocID[len] = 0; in Win32NumberFormat()150 fLocale = Locale((const char*)tmpLocID); in Win32NumberFormat()