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

  /external/chromium_org/third_party/icu/source/common/
uresbund.c 741 if(resB->fResPath == NULL) {
742 resB->fResPath = resB->fResBuf;
743 *(resB->fResPath) = 0;
747 if(resB->fResPath == resB->fResBuf) {
748 resB->fResPath = (char *)uprv_malloc((resB->fResPathLen+1)*sizeof(char));
750 resB->fResPath = (char *)uprv_realloc(resB->fResPath, (resB->fResPathLen+1)*sizeof(char));
753 uprv_strcpy(resB->fResPath, toAdd);
758 if(resB->fResPath == NULL) {
759 resB->fResPath = resB->fResBuf
    [all...]
uresimp.h 75 char *fResPath; /* full path to the resource: "zh_TW/CollationElements/Sequence" */
  /external/icu4c/common/
uresbund.cpp 752 if(resB->fResPath == NULL) {
753 resB->fResPath = resB->fResBuf;
754 *(resB->fResPath) = 0;
758 if(resB->fResPath == resB->fResBuf) {
759 resB->fResPath = (char *)uprv_malloc((resB->fResPathLen+1)*sizeof(char));
761 resB->fResPath = (char *)uprv_realloc(resB->fResPath, (resB->fResPathLen+1)*sizeof(char));
764 uprv_strcpy(resB->fResPath, toAdd);
769 if(resB->fResPath == NULL) {
770 resB->fResPath = resB->fResBuf
    [all...]
uresimp.h 77 char *fResPath; /* full path to the resource: "zh_TW/CollationElements/Sequence" */

Completed in 31 milliseconds