Searched refs:__FindFlag (Results 1 - 1 of 1) sorted by relevance

/external/stlport/src/c_locale_win32/
H A Dc_locale_win32.c1459 static int __FindFlag; variable
1515 __FindFlag = 1;
1527 __FindFlag = 0;
1532 if (__FindFlag != 0) *lcid = __FndLCID;
1533 ret = __FindFlag != 0 ? 0 : -1;

Completed in 43 milliseconds