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

  /external/stlport/src/c_locale_win32/
c_wlocale_win32.c 64 CPINFO CPInfo;
76 if (!GetCPInfo(lcodecvt->cp, &CPInfo)) { free(lcodecvt); return NULL; }
82 lcodecvt->max_char_size = CPInfo.MaxCharSize;
84 if (CPInfo.MaxCharSize > 1) {
85 for (ptr = (unsigned char*)CPInfo.LeadByte; *ptr && *(ptr + 1); ptr += 2)
c_locale_win32.c 309 CPINFO CPInfo;
334 if (!GetCPInfo(NativeCP, &CPInfo)) { free(ltype); return NULL; }
336 if (CPInfo.MaxCharSize > 1) {
337 for (ptr = (unsigned char*)CPInfo.LeadByte; *ptr && *(ptr + 1); ptr+=2)
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_wlocale_win32.c 64 CPINFO CPInfo;
76 if (!GetCPInfo(lcodecvt->cp, &CPInfo)) { free(lcodecvt); return NULL; }
82 lcodecvt->max_char_size = CPInfo.MaxCharSize;
84 if (CPInfo.MaxCharSize > 1) {
85 for (ptr = (unsigned char*)CPInfo.LeadByte; *ptr && *(ptr + 1); ptr += 2)
c_locale_win32.c 309 CPINFO CPInfo;
334 if (!GetCPInfo(NativeCP, &CPInfo)) { free(ltype); return NULL; }
336 if (CPInfo.MaxCharSize > 1) {
337 for (ptr = (unsigned char*)CPInfo.LeadByte; *ptr && *(ptr + 1); ptr+=2)
    [all...]

Completed in 57 milliseconds