Home | History | Annotate | Download | only in cintltst

Lines Matching refs:oldCountry

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