Home
last modified time | relevance | path

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

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