Home | History | Annotate | Download | only in cintltst

Lines Matching refs:oldCountry

3121     UChar oldCountry[256] = {'\0'};
3139 int32_t oldCountryLen = uloc_getDisplayCountry(oldLoc,dispLoc, oldCountry, capacity, &status);
3148 if(u_strncmp(oldCountry,newCountry,oldCountryLen)!=0){