Searched refs:oldCountryLen (Results 1 – 2 of 2) sorted by relevance
/external/chromium/third_party/icu/source/test/cintltst/ |
D | cloctst.c | 2792 … int32_t oldCountryLen = uloc_getDisplayCountry(oldLoc,dispLoc, oldCountry, capacity, &status); in TestDisplayName() local 2801 if(u_strncmp(oldCountry,newCountry,oldCountryLen)!=0){ in TestDisplayName()
|
/external/icu4c/test/cintltst/ |
D | cloctst.c | 2816 … int32_t oldCountryLen = uloc_getDisplayCountry(oldLoc,dispLoc, oldCountry, capacity, &status); in TestDisplayName() local 2825 if(u_strncmp(oldCountry,newCountry,oldCountryLen)!=0){ in TestDisplayName()
|