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

  /external/chromium_org/third_party/icu/source/common/
uresimp.h 77 char fResBuf[RES_BUFSIZE];
uresbund.c 742 resB->fResPath = resB->fResBuf;
747 if(resB->fResPath == resB->fResBuf) {
759 resB->fResPath = resB->fResBuf;
765 if(resB->fResPath == resB->fResBuf) {
772 uprv_strcpy(resB->fResPath, resB->fResBuf);
787 if (resB->fResPath && resB->fResPath != resB->fResBuf) {
    [all...]
  /external/icu/icu4c/source/common/
uresimp.h 79 char fResBuf[RES_BUFSIZE];
uresbund.cpp 743 resB->fResPath = resB->fResBuf;
748 if(resB->fResPath == resB->fResBuf) {
760 resB->fResPath = resB->fResBuf;
766 if(resB->fResPath == resB->fResBuf) {
773 uprv_strcpy(resB->fResPath, resB->fResBuf);
788 if (resB->fResPath && resB->fResPath != resB->fResBuf) {
    [all...]

Completed in 487 milliseconds