Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtchcfmt.cpp73 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()
Dmsfmrgts.cpp798 UnicodeString filepart [] = { in Test4105380() local
803 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3); in Test4105380()
Dtmsgfmt.cpp508 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/
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/
DMessageRegressionTest.java494 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()
DTestMessageFormat.java321 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/
DMessageRegressionTest.java497 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()
DTestMessageFormat.java324 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()