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/icu4c/common/
uresimp.h 80 int32_t fResPathLen;
uresbund.cpp 756 resB->fResPathLen = uprv_strlen(toAdd);
757 if(RES_BUFSIZE <= resB->fResPathLen+1) {
759 resB->fResPath = (char *)uprv_malloc((resB->fResPathLen+1)*sizeof(char));
761 resB->fResPath = (char *)uprv_realloc(resB->fResPath, (resB->fResPathLen+1)*sizeof(char));
768 int32_t resPathLenOrig = resB->fResPathLen;
772 resB->fResPathLen = 0;
774 resB->fResPathLen += lenToAdd;
775 if(RES_BUFSIZE <= resB->fResPathLen+1) {
777 resB->fResPath = (char *)uprv_malloc((resB->fResPathLen+1)*sizeof(char));
785 char *temp = (char *)uprv_realloc(resB->fResPath, (resB->fResPathLen+1)*sizeof(char))
    [all...]

Completed in 26 milliseconds