Searched refs:filepart (Results 1 – 5 of 5) sorted by relevance
/external/chromium/third_party/libjingle/source/talk/base/ |
D | win32.cc | 120 wchar_t* filepart = NULL; in Utf8ToWindowsFilename() local 123 if (0 == ::GetFullPathName(wfilename, full_len, start, &filepart)) { in Utf8ToWindowsFilename()
|
/external/icu4c/test/intltest/ |
D | tchcfmt.cpp | 72 const UnicodeString filepart[] = {"are no files","is one file","are {2} files"}; in TestSimpleExample() local 73 ChoiceFormat* formnew=new ChoiceFormat(filelimits, filepart, 3); in TestSimpleExample() 119 …const UnicodeString filepart[] = {"are corrupted files", "are no files","is one file","are {2} fil… in TestComplexExample() local 121 ChoiceFormat* fileform = new ChoiceFormat( filelimits, filepart, 4); in TestComplexExample()
|
D | msfmrgts.cpp | 793 UnicodeString filepart [] = { in Test4105380() local 798 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3); in Test4105380()
|
D | tmsgfmt.cpp | 494 UnicodeString filepart[] = {"no files","one file","{0,number} files"}; in testMsgFormatChoice() local 495 ChoiceFormat* fileform = new ChoiceFormat(filelimits, filepart, 3); in testMsgFormatChoice()
|
/external/dbus/dbus/ |
D | dbus-sysdeps-wince-glue.c | 461 char *filepart; in SearchPathA() local 484 filepart = _mbsrchr (lpBuffer, '\\'); in SearchPathA() 485 if (!filepart) in SearchPathA() 486 filepart = lpBuffer; in SearchPathA() 487 *lpFilePart = filepart; in SearchPathA()
|