Home
last modified time | relevance | path

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

/external/icu/icu4c/source/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()
129 …const UnicodeString filepart[] = {"are corrupted files", "are no files","is one file","are {2} fil… in TestComplexExample() local
131 ChoiceFormat* fileform = new ChoiceFormat( filelimits, filepart, 4); in TestComplexExample()
Dmsfmrgts.cpp795 UnicodeString filepart [] = { in Test4105380() local
800 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3); in Test4105380()
Dtmsgfmt.cpp503 UnicodeString filepart[] = {"no files","one file","{0,number} files"}; in testMsgFormatChoice() local
504 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()
/external/webrtc/webrtc/base/
Dwin32.cc395 wchar_t* filepart = NULL; in Utf8ToWindowsFilename() local
398 if (0 == ::GetFullPathName(wfilename, full_len, start, &filepart)) { in Utf8ToWindowsFilename()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMessageRegression.java475 String[] filepart = {"no files","one file","{0,number} files"}; in Test4105380() local
476 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in Test4105380()
822 String[] filepart = {"no files","one file","{numberOfFiles,number} files"}; in testBugTestsWithNamesArguments() local
823 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in testBugTestsWithNamesArguments()
DTestMessageFormat.java309 String filepart[] = {"no files","one file","{0,number} files"}; in TestMsgFormatChoice() local
310 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestMsgFormatChoice()
1574 String filepart[] = { "no files", "one file", "{0,number} files" }; in TestFormatToCharacterIterator() local
1575 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestFormatToCharacterIterator()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DMessageRegression.java479 String[] filepart = {"no files","one file","{0,number} files"}; in Test4105380() local
480 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in Test4105380()
826 String[] filepart = {"no files","one file","{numberOfFiles,number} files"}; in testBugTestsWithNamesArguments() local
827 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in testBugTestsWithNamesArguments()
DTestMessageFormat.java313 String filepart[] = {"no files","one file","{0,number} files"}; in TestMsgFormatChoice() local
314 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestMsgFormatChoice()
1578 String filepart[] = { "no files", "one file", "{0,number} files" }; in TestFormatToCharacterIterator() local
1579 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestFormatToCharacterIterator()
/external/pdfium/core/src/fxcrt/
Dfx_basic_gcc.cpp121 FX_CHAR** filepart) { in FXSYS_GetFullPathName() argument
/external/pdfium/core/include/fxcrt/
Dfx_system.h229 char** filepart);