/external/icu/icu4c/source/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); 129 const UnicodeString filepart[] = {"are corrupted files", "are no files","is one file","are {2} files"}; local 131 ChoiceFormat* fileform = new ChoiceFormat( filelimits, filepart, 4);
|
msfmrgts.cpp | 795 UnicodeString filepart [] = { local 800 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3); [all...] |
tmsgfmt.cpp | 503 UnicodeString filepart[] = {"no files","one file","{0,number} files"}; local 504 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/dbus/dbus/ |
dbus-sysdeps-wince-glue.c | 461 char *filepart; local 484 filepart = _mbsrchr (lpBuffer, '\\'); 485 if (!filepart) 486 filepart = lpBuffer; 487 *lpFilePart = filepart;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
MessageRegression.java | 479 String[] filepart = {"no files","one file","{0,number} files"}; local 480 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); 826 String[] filepart = {"no files","one file","{numberOfFiles,number} files"}; local [all...] |
TestMessageFormat.java | 313 String filepart[] = {"no files","one file","{0,number} files"}; local 314 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); 1578 String filepart[] = { "no files", "one file", "{0,number} files" }; local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
MessageRegression.java | 475 String[] filepart = {"no files","one file","{0,number} files"}; local 476 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); 822 String[] filepart = {"no files","one file","{numberOfFiles,number} files"}; local [all...] |
TestMessageFormat.java | 309 String filepart[] = {"no files","one file","{0,number} files"}; local 310 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); 1574 String filepart[] = { "no files", "one file", "{0,number} files" }; local [all...] |
/external/pdfium/core/src/fxcrt/ |
fx_basic_gcc.cpp | 121 FX_CHAR** filepart) {
|
/external/pdfium/core/include/fxcrt/ |
fx_system.h | 229 char** filepart);
|