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

  /external/webrtc/webrtc/base/
win32.cc 395 wchar_t* filepart = NULL; local
398 if (0 == ::GetFullPathName(wfilename, full_len, start, &filepart)) {
  /external/icu/icu4c/source/test/intltest/
msfmrgts.cpp 798 UnicodeString filepart [] = { local
803 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3);
    [all...]
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);
tmsgfmt.cpp 506 UnicodeString filepart[] = {"no files","one file","{0,number} files"}; local
507 ChoiceFormat* fileform = new ChoiceFormat(filelimits, filepart, 3);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
MessageRegressionTest.java 491 String[] filepart = {"no files","one file","{0,number} files"}; local
492 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart);
846 String[] filepart = {"no files","one file","{numberOfFiles,number} files"}; local
    [all...]
TestMessageFormat.java 318 String filepart[] = {"no files","one file","{0,number} files"}; local
319 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart);
1609 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 490 String[] filepart = {"no files","one file","{0,number} files"}; local
491 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart);
845 String[] filepart = {"no files","one file","{numberOfFiles,number} files"}; local
    [all...]
TestMessageFormat.java 317 String filepart[] = {"no files","one file","{0,number} files"}; local
318 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart);
1608 String filepart[] = { "no files", "one file", "{0,number} files" }; local
    [all...]

Completed in 364 milliseconds