HomeSort by relevance Sort by last modified time
    Searched refs:filepart (Results 1 - 3 of 3) sorted by null

  /external/icu4c/test/intltest/
tchcfmt.cpp 72 const UnicodeString filepart[] = {"are no files","is one file","are {2} files"}; local
73 ChoiceFormat* formnew=new ChoiceFormat(filelimits, filepart, 3);
119 const UnicodeString filepart[] = {"are corrupted files", "are no files","is one file","are {2} files"}; local
121 ChoiceFormat* fileform = new ChoiceFormat( filelimits, filepart, 4);
msfmrgts.cpp 792 UnicodeString filepart [] = { local
797 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3);
    [all...]
tmsgfmt.cpp 487 UnicodeString filepart[] = {"no files","one file","{0,number} files"}; local
488 ChoiceFormat* fileform = new ChoiceFormat(filelimits, filepart, 3);
    [all...]

Completed in 43 milliseconds