Searched refs:g_ausoaLocale (Results 1 - 1 of 1) sorted by relevance
/test/xts/acts/kernel_lite/util_posix/src/ |
H A D | ActsUtilStringOperApiTest.cpp | 28 locale_t g_ausoaLocale;
member in ActsUtilStringOperApiTest 41 g_ausoaLocale = newlocale(LC_ALL_MASK, "", (locale_t)0);
in SetUp() 46 freelocale(g_ausoaLocale);
in TearDown() 252 returnVal = wctype_l(paraVal, g_ausoaLocale);
in HWTEST_F() 266 returnVal = wctype_l(paraVal, g_ausoaLocale);
in HWTEST_F() 380 returnVal = wcscasecmp_l(strVal1, strVal2, g_ausoaLocale);
in HWTEST_F() 395 returnVal = wcscasecmp_l(strVal1, strVal2, g_ausoaLocale);
in HWTEST_F() 446 returnVal = wcsncasecmp_l(strVal1, strVal2, lenVal, g_ausoaLocale);
in HWTEST_F() 463 returnVal = wcsncasecmp_l(strVal1, strVal2, lenVal, g_ausoaLocale);
in HWTEST_F() 681 returnVal = wcscoll_l(paraWcs1, paraWcs2, g_ausoaLocale);
[all...] |
Completed in 2 milliseconds