/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 | 508 UnicodeString filepart[] = {"no files","one file","{0,number} files"}; in testMsgFormatChoice() local 509 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 | 494 String[] filepart = {"no files","one file","{0,number} files"}; in Test4105380() local 495 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in Test4105380() 849 String[] filepart = {"no files","one file","{numberOfFiles,number} files"}; in testBugTestsWithNamesArguments() local 850 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in testBugTestsWithNamesArguments()
|
D | TestMessageFormat.java | 321 String filepart[] = {"no files","one file","{0,number} files"}; in TestMsgFormatChoice() local 322 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestMsgFormatChoice() 1614 String filepart[] = { "no files", "one file", "{0,number} files" }; in TestFormatToCharacterIterator() local 1615 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestFormatToCharacterIterator()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | MessageRegressionTest.java | 497 String[] filepart = {"no files","one file","{0,number} files"}; in Test4105380() local 498 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in Test4105380() 852 String[] filepart = {"no files","one file","{numberOfFiles,number} files"}; in testBugTestsWithNamesArguments() local 853 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in testBugTestsWithNamesArguments()
|
D | TestMessageFormat.java | 324 String filepart[] = {"no files","one file","{0,number} files"}; in TestMsgFormatChoice() local 325 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestMsgFormatChoice() 1617 String filepart[] = { "no files", "one file", "{0,number} files" }; in TestFormatToCharacterIterator() local 1618 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestFormatToCharacterIterator()
|