Home | History | Annotate | Download | only in common

Lines Matching refs:uprv_strncmp

475         *isDefault = (UBool)(uprv_strncmp(name, defaultLoc, uprv_strlen(name)) == 0);
532 UBool usingUSRData = U_USE_USRDATA && ( path == NULL || uprv_strncmp(path,U_ICUDATA_NAME,8) == 0);
2806 if(uprv_strncmp(res1->fResPath, res2->fResPath, res1->fResPathLen)!=0){