HomeSort by relevance Sort by last modified time
    Searched full:fastcopy (Results 1 - 5 of 5) sorted by null

  /system/core/toolbox/upstream-netbsd/bin/mv/
mv.c 73 static int fastcopy(char *, char *, struct stat *);
252 fastcopy(from, to, &sb) : copy(from, to));
256 fastcopy(char *from, char *to, struct stat *sbp) function
  /external/chromium_org/third_party/icu/source/common/
unistr.cpp 460 UnicodeString::copyFrom(const UnicodeString &src, UBool fastCopy) {
502 if(fastCopy) {
510 // else if(!fastCopy) fall through to case kWritableAlias
    [all...]
  /external/icu/icu4c/source/common/
unistr.cpp 460 UnicodeString::copyFrom(const UnicodeString &src, UBool fastCopy) {
502 if(fastCopy) {
510 // else if(!fastCopy) fall through to case kWritableAlias
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
unistr.h     [all...]
  /external/icu/icu4c/source/common/unicode/
unistr.h     [all...]

Completed in 194 milliseconds