HomeSort by relevance Sort by last modified time
    Searched refs:fResPath (Results 1 - 2 of 2) sorted by null

  /external/icu4c/common/
uresbund.c 758 if(resB->fResPath == NULL) {
759 resB->fResPath = resB->fResBuf;
760 *(resB->fResPath) = 0;
764 if(resB->fResPath == resB->fResBuf) {
765 resB->fResPath = (char *)uprv_malloc((resB->fResPathLen+1)*sizeof(char));
767 resB->fResPath = (char *)uprv_realloc(resB->fResPath, (resB->fResPathLen+1)*sizeof(char));
770 uprv_strcpy(resB->fResPath, toAdd);
775 if(resB->fResPath == NULL) {
776 resB->fResPath = resB->fResBuf
    [all...]
uresimp.h 75 char *fResPath; /* full path to the resource: "zh_TW/CollationElements/Sequence" */

Completed in 4203 milliseconds