/external/icu/icu4c/source/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() 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()
|
D | msfmrgts.cpp | 795 UnicodeString filepart [] = { in Test4105380() local 800 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3); in Test4105380()
|
D | tmsgfmt.cpp | 503 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/ |
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()
|
/external/webrtc/webrtc/base/ |
D | win32.cc | 395 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/ |
D | MessageRegression.java | 475 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()
|
D | TestMessageFormat.java | 309 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/ |
D | MessageRegression.java | 479 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()
|
D | TestMessageFormat.java | 313 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/ |
D | fx_basic_gcc.cpp | 121 FX_CHAR** filepart) { in FXSYS_GetFullPathName() argument
|
/external/pdfium/core/include/fxcrt/ |
D | fx_system.h | 229 char** filepart);
|