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

  /external/chromium_org/third_party/icu/source/common/
uresimp.h 78 int32_t fResPathLen;
uresbund.c 745 resB->fResPathLen = uprv_strlen(toAdd);
746 if(RES_BUFSIZE <= resB->fResPathLen+1) {
748 resB->fResPath = (char *)uprv_malloc((resB->fResPathLen+1)*sizeof(char));
750 resB->fResPath = (char *)uprv_realloc(resB->fResPath, (resB->fResPathLen+1)*sizeof(char));
757 int32_t resPathLenOrig = resB->fResPathLen;
761 resB->fResPathLen = 0;
763 resB->fResPathLen += lenToAdd;
764 if(RES_BUFSIZE <= resB->fResPathLen+1) {
766 resB->fResPath = (char *)uprv_malloc((resB->fResPathLen+1)*sizeof(char));
774 char *temp = (char *)uprv_realloc(resB->fResPath, (resB->fResPathLen+1)*sizeof(char))
    [all...]
  /external/icu/icu4c/source/common/
uresimp.h 80 int32_t fResPathLen;
uresbund.cpp 746 resB->fResPathLen = uprv_strlen(toAdd);
747 if(RES_BUFSIZE <= resB->fResPathLen+1) {
749 resB->fResPath = (char *)uprv_malloc((resB->fResPathLen+1)*sizeof(char));
751 resB->fResPath = (char *)uprv_realloc(resB->fResPath, (resB->fResPathLen+1)*sizeof(char));
758 int32_t resPathLenOrig = resB->fResPathLen;
762 resB->fResPathLen = 0;
764 resB->fResPathLen += lenToAdd;
765 if(RES_BUFSIZE <= resB->fResPathLen+1) {
767 resB->fResPath = (char *)uprv_malloc((resB->fResPathLen+1)*sizeof(char));
775 char *temp = (char *)uprv_realloc(resB->fResPath, (resB->fResPathLen+1)*sizeof(char))
    [all...]

Completed in 84 milliseconds