Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dcloctst.c2667 … int32_t oldCountryLen = uloc_getDisplayCountry(oldLoc,dispLoc, oldCountry, capacity, &status); in TestDisplayName() local
2676 if(u_strncmp(oldCountry,newCountry,oldCountryLen)!=0){ in TestDisplayName()