Searched defs:filepart (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_gcc.cpp96 FX_DWORD FXSYS_GetFullPathName(FX_LPCSTR filename, FX_DWORD buflen, FX_LPSTR buf, FX_LPSTR* filepart) argument
/external/icu/icu4c/source/test/intltest/
H A Dmsfmrgts.cpp795 UnicodeString filepart [] = { local
800 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3);
H A Dtchcfmt.cpp72 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);
H A Dtmsgfmt.cpp503 UnicodeString filepart[] = {"no files","one file","{0,number} files"}; local
504 ChoiceFormat* fileform = new ChoiceFormat(filelimits, filepart, 3);

Completed in 126 milliseconds