Home | History | Annotate | Download | only in common

Lines Matching refs:tempstr

2297     char *tempstr; /* Use for null pointer check */
2339 tempstr = uprv_strndup(s,(int32_t)((t+1)-s));
2340 if (tempstr == NULL) {
2344 j[n].locale = tempstr;