Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcldrtest.c455 char lcidStringC[64] = {0}; in testLCID() local
466 …len = uprv_convertToPosix(expectedLCID, lcidStringC, sizeof(lcidStringC)/sizeof(lcidStringC[0]) - … in testLCID()
471 lcidStringC[len] = 0; in testLCID()
473 if(strcmp(localeName, lcidStringC) != 0) { in testLCID()
477 uloc_getLanguage(lcidStringC, langLCID, sizeof(langLCID), &status); in testLCID()
481 localeName, lcidStringC, expectedLCID); in testLCID()
485 localeName, expectedLCID, lcidStringC); in testLCID()