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

  /external/icu/icu4c/source/test/intltest/
tchcfmt.cpp 73 const UnicodeString filepart[] = {"are no files","is one file","are {2} files"}; local
74 ChoiceFormat* formnew=new ChoiceFormat(filelimits, filepart, 3);
130 const UnicodeString filepart[] = {"are corrupted files", "are no files","is one file","are {2} files"}; local
132 ChoiceFormat* fileform = new ChoiceFormat( filelimits, filepart, 4);
msfmrgts.cpp 798 UnicodeString filepart [] = { local
803 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3);
    [all...]
tmsgfmt.cpp 507 UnicodeString filepart[] = {"no files","one file","{0,number} files"}; local
508 ChoiceFormat* fileform = new ChoiceFormat(filelimits, filepart, 3);
    [all...]
  /external/webrtc/webrtc/base/
win32.cc 395 wchar_t* filepart = NULL; local
398 if (0 == ::GetFullPathName(wfilename, full_len, start, &filepart)) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
MessageRegressionTest.java 497 String[] filepart = {"no files","one file","{0,number} files"}; local
498 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart);
852 String[] filepart = {"no files","one file","{numberOfFiles,number} files"}; local
    [all...]
TestMessageFormat.java 324 String filepart[] = {"no files","one file","{0,number} files"}; local
325 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart);
1616 String filepart[] = { "no files", "one file", "{0,number} files" }; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
MessageRegressionTest.java 494 String[] filepart = {"no files","one file","{0,number} files"}; local
495 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart);
849 String[] filepart = {"no files","one file","{numberOfFiles,number} files"}; local
    [all...]
TestMessageFormat.java 321 String filepart[] = {"no files","one file","{0,number} files"}; local
322 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart);
1613 String filepart[] = { "no files", "one file", "{0,number} files" }; local
    [all...]

Completed in 1078 milliseconds