Home
last modified time | relevance | path

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

/kernel/liteos_a/testsuites/unittest/libc/io/full/
H A DIt_locale_localeconv_001.cpp36 struct lconv *newloc = localeconv(); in Testcase() local
37 ICUNIT_ASSERT_NOT_EQUAL(newloc, NULL, newloc); in Testcase()
H A DIO_test_duplocale_001.cpp118 locale_t newloc = nullptr; in testcase() local
124 newloc = duplocale(oldloc); in testcase()
125 ICUNIT_ASSERT_NOT_EQUAL(newloc, nullptr, -1); in testcase()
126 free(newloc); in testcase()

Completed in 1 milliseconds