HomeSort by relevance Sort by last modified time
    Searched defs:filepart (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/base/
win32.cc 412 wchar_t* filepart = NULL; local
415 if (0 == ::GetFullPathName(wfilename, full_len, start, &filepart)) {
  /external/chromium_org/third_party/webrtc/base/
win32.cc 395 wchar_t* filepart = NULL; local
398 if (0 == ::GetFullPathName(wfilename, full_len, start, &filepart)) {
  /external/chromium_org/third_party/icu/source/test/intltest/
msfmrgts.cpp 793 UnicodeString filepart [] = { local
798 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3);
    [all...]
tchcfmt.cpp 72 const UnicodeString filepart[] = {"are no files","is one file","are {2} files"}; local
73 ChoiceFormat* formnew=new ChoiceFormat(filelimits, filepart, 3);
119 const UnicodeString filepart[] = {"are corrupted files", "are no files","is one file","are {2} files"}; local
121 ChoiceFormat* fileform = new ChoiceFormat( filelimits, filepart, 4);
tmsgfmt.cpp 494 UnicodeString filepart[] = {"no files","one file","{0,number} files"}; local
495 ChoiceFormat* fileform = new ChoiceFormat(filelimits, filepart, 3);
    [all...]
  /external/icu/icu4c/source/test/intltest/
msfmrgts.cpp 795 UnicodeString filepart [] = { local
800 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3);
    [all...]
tchcfmt.cpp 72 const UnicodeString filepart[] = {"are no files","is one file","are {2} files"}; local
73 ChoiceFormat* formnew=new ChoiceFormat(filelimits, filepart, 3);
129 const UnicodeString filepart[] = {"are corrupted files", "are no files","is one file","are {2} files"}; local
131 ChoiceFormat* fileform = new ChoiceFormat( filelimits, filepart, 4);
tmsgfmt.cpp 504 UnicodeString filepart[] = {"no files","one file","{0,number} files"}; local
505 ChoiceFormat* fileform = new ChoiceFormat(filelimits, filepart, 3);
    [all...]

Completed in 1456 milliseconds