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

  /external/chromium_org/third_party/icu/source/i18n/
winnmfmt.cpp 92 fmt->lpThousandSep = NEW_ARRAY(UChar, 6);
93 GetLocaleInfoW(lcid, LOCALE_STHOUSAND, fmt->lpThousandSep, 6);
101 DELETE_ARRAY(fmt->lpThousandSep);
119 fmt->lpThousandSep = NEW_ARRAY(UChar, 6);
120 GetLocaleInfoW(lcid, LOCALE_SMONTHOUSANDSEP, fmt->lpThousandSep, 6);
133 DELETE_ARRAY(fmt->lpThousandSep);
  /external/icu/icu4c/source/i18n/
winnmfmt.cpp 92 fmt->lpThousandSep = NEW_ARRAY(UChar, 6);
93 GetLocaleInfoW(lcid, LOCALE_STHOUSAND, fmt->lpThousandSep, 6);
101 DELETE_ARRAY(fmt->lpThousandSep);
119 fmt->lpThousandSep = NEW_ARRAY(UChar, 6);
120 GetLocaleInfoW(lcid, LOCALE_SMONTHOUSANDSEP, fmt->lpThousandSep, 6);
133 DELETE_ARRAY(fmt->lpThousandSep);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnls.h 518 LPSTR lpThousandSep;
527 LPWSTR lpThousandSep;
539 LPSTR lpThousandSep;
550 LPWSTR lpThousandSep;
    [all...]

Completed in 106 milliseconds