Home
last modified time | relevance | path

Searched refs:filepart (Results 1 – 5 of 5) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
Dwin32.cc120 wchar_t* filepart = NULL; in Utf8ToWindowsFilename() local
123 if (0 == ::GetFullPathName(wfilename, full_len, start, &filepart)) { in Utf8ToWindowsFilename()
/external/icu4c/test/intltest/
Dtchcfmt.cpp72 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()
Dmsfmrgts.cpp793 UnicodeString filepart [] = { in Test4105380() local
798 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3); in Test4105380()
Dtmsgfmt.cpp494 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/
Ddbus-sysdeps-wince-glue.c461 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()