/external/icu/icu4c/source/test/intltest/ |
D | tchcfmt.cpp | 73 const UnicodeString filepart[] = {"are no files","is one file","are {2} files"}; in TestSimpleExample() local 74 ChoiceFormat* formnew=new ChoiceFormat(filelimits, filepart, 3); in TestSimpleExample() 130 …const UnicodeString filepart[] = {"are corrupted files", "are no files","is one file","are {2} fil… in TestComplexExample() local 132 ChoiceFormat* fileform = new ChoiceFormat( filelimits, filepart, 4); in TestComplexExample()
|
D | msfmrgts.cpp | 798 UnicodeString filepart [] = { in Test4105380() local 803 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3); in Test4105380()
|
D | tmsgfmt.cpp | 506 UnicodeString filepart[] = {"no files","one file","{0,number} files"}; in testMsgFormatChoice() local 507 ChoiceFormat* fileform = new ChoiceFormat(filelimits, filepart, 3); in testMsgFormatChoice()
|
/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 | MessageRegressionTest.java | 490 String[] filepart = {"no files","one file","{0,number} files"}; in Test4105380() local 491 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in Test4105380() 845 String[] filepart = {"no files","one file","{numberOfFiles,number} files"}; in testBugTestsWithNamesArguments() local 846 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in testBugTestsWithNamesArguments()
|
D | TestMessageFormat.java | 317 String filepart[] = {"no files","one file","{0,number} files"}; in TestMsgFormatChoice() local 318 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestMsgFormatChoice() 1608 String filepart[] = { "no files", "one file", "{0,number} files" }; in TestFormatToCharacterIterator() local 1609 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestFormatToCharacterIterator()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | MessageRegressionTest.java | 491 String[] filepart = {"no files","one file","{0,number} files"}; in Test4105380() local 492 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in Test4105380() 846 String[] filepart = {"no files","one file","{numberOfFiles,number} files"}; in testBugTestsWithNamesArguments() local 847 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in testBugTestsWithNamesArguments()
|
D | TestMessageFormat.java | 318 String filepart[] = {"no files","one file","{0,number} files"}; in TestMsgFormatChoice() local 319 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestMsgFormatChoice() 1609 String filepart[] = { "no files", "one file", "{0,number} files" }; in TestFormatToCharacterIterator() local 1610 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestFormatToCharacterIterator()
|
/external/pdfium/core/fxcrt/ |
D | fx_basic_gcc.cpp | 116 FX_CHAR** filepart) { in FXSYS_GetFullPathName() argument
|
D | fx_system.h | 242 char** filepart);
|