HomeSort by relevance Sort by last modified time
    Searched refs:fLCID (Results 1 - 4 of 4) sorted by null

  /external/icu4c/i18n/
winnmfmt.cpp 143 fLCID = locale.getLCID();
148 getCurrencyFormat(&fFormatInfo->currency, fLCID);
150 getNumberFormat(&fFormatInfo->number, fLCID);
182 this->fLCID = other.fLCID;
187 getCurrencyFormat(&fFormatInfo->currency, fLCID);
190 getNumberFormat(&fFormatInfo->number, fLCID);
220 Locale loc(uprv_convertToPosix(fLCID, &status));
302 result = GetCurrencyFormatW(fLCID, 0, nBuffer, &formatInfo.currency, buffer, STACK_BUFFER_SIZE);
308 int newLength = GetCurrencyFormatW(fLCID, 0, nBuffer, &formatInfo.currency, NULL, 0)
    [all...]
windtfmt.cpp 100 fLCID = locale.getLCID();
130 this->fLCID = other.fLCID;
241 result = GetDateFormatW(fLCID, dfFlags[fDateStyle - kDateOffset], st, NULL, buffer, STACK_BUFFER_SIZE);
245 int newLength = GetDateFormatW(fLCID, dfFlags[fDateStyle - kDateOffset], st, NULL, NULL, 0);
248 GetDateFormatW(fLCID, dfFlags[fDateStyle - kDateOffset], st, NULL, buffer, newLength);
267 result = GetTimeFormatW(fLCID, tfFlags[fTimeStyle], st, NULL, buffer, STACK_BUFFER_SIZE);
271 int newLength = GetTimeFormatW(fLCID, tfFlags[fTimeStyle], st, NULL, NULL, 0);
274 GetDateFormatW(fLCID, tfFlags[fTimeStyle], st, NULL, buffer, newLength);
windtfmt.h 134 int32_t fLCID;
winnmfmt.h 156 int32_t fLCID;

Completed in 185 milliseconds