Home | History | Annotate | Download | only in cintltst

Lines Matching refs:newCountry

3294     UChar newCountry[256] = {'\0'};
3312 int32_t newCountryLen = uloc_getDisplayCountry(newLoc, dispLoc, newCountry, capacity, &status);
3320 if(u_strncmp(oldCountry,newCountry,oldCountryLen)!=0){