Home
last modified time | relevance | path

Searched refs:icp (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
Dc_locale_win32.c1662 int icp; in __GetLocaleInfoUsingACP() local
1666 icp = atoi(cp); in __GetLocaleInfoUsingACP()
1667 if (icp != CP_ACP && buf[0] != 0) { in __GetLocaleInfoUsingACP()
1678 WideCharToMultiByte(icp, 0, Buffer, -1, buf, buf_size, NULL, NULL); in __GetLocaleInfoUsingACP()