Searched refs:fLCID (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | winnmfmt.cpp | 142 fLCID = locale.getLCID(); in Win32NumberFormat() 147 …int32_t len = uloc_getLocaleForLCID(fLCID, tmpLocID, sizeof(tmpLocID)/sizeof(tmpLocID[0]) - 1, &tm… in Win32NumberFormat() 156 getCurrencyFormat(&fFormatInfo->currency, fLCID); in Win32NumberFormat() 158 getNumberFormat(&fFormatInfo->number, fLCID); in Win32NumberFormat() 191 this->fLCID = other.fLCID; in operator =() 196 getCurrencyFormat(&fFormatInfo->currency, fLCID); in operator =() 199 getNumberFormat(&fFormatInfo->number, fLCID); in operator =() 309 … result = GetCurrencyFormatW(fLCID, 0, nBuffer, &formatInfo.currency, buffer, STACK_BUFFER_SIZE); in format() 315 … int newLength = GetCurrencyFormatW(fLCID, 0, nBuffer, &formatInfo.currency, NULL, 0); in format() 319 GetCurrencyFormatW(fLCID, 0, nBuffer, &formatInfo.currency, buffer, newLength); in format() [all …]
|
D | windtfmt.cpp | 100 fLCID = locale.getLCID(); in Win32DateFormat() 131 this->fLCID = other.fLCID; in operator =() 242 …result = GetDateFormatW(fLCID, dfFlags[fDateStyle - kDateOffset], st, NULL, buffer, STACK_BUFFER_S… in formatDate() 246 … int newLength = GetDateFormatW(fLCID, dfFlags[fDateStyle - kDateOffset], st, NULL, NULL, 0); in formatDate() 249 GetDateFormatW(fLCID, dfFlags[fDateStyle - kDateOffset], st, NULL, buffer, newLength); in formatDate() 268 result = GetTimeFormatW(fLCID, tfFlags[fTimeStyle], st, NULL, buffer, STACK_BUFFER_SIZE); in formatTime() 272 int newLength = GetTimeFormatW(fLCID, tfFlags[fTimeStyle], st, NULL, NULL, 0); in formatTime() 275 GetDateFormatW(fLCID, tfFlags[fTimeStyle], st, NULL, buffer, newLength); in formatTime()
|
D | winnmfmt.h | 152 int32_t fLCID; variable
|
D | windtfmt.h | 125 int32_t fLCID; variable
|