Home | History | Annotate | Download | only in i18n

Lines Matching full:deststring

473     UChar *destString = &fChunks->fStrings[fChunks->fLimit];
474 u_strcpy(destString, s);
476 uhash_put(fHash, destString, destString, &status);
477 return destString;