Searched refs:us (Results 1 – 25 of 136) sorted by relevance
123456
| /AOO41X/main/extensions/source/macosx/spotlight/ |
| H A D | unzip.m | 418 unz_s us; 436 fill_fopen_filefunc(&us.z_filefunc); 438 us.z_filefunc = *pzlib_filefunc_def; 440 us.filestream= (*(us.z_filefunc.zopen_file))(us.z_filefunc.opaque, 444 if (us.filestream==NULL) 447 central_pos = unzlocal_SearchCentralDir(&us.z_filefunc,us.filestream); 451 if (ZSEEK(us.z_filefunc, us.filestream, 456 if (unzlocal_getLong(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK) 460 if (unzlocal_getShort(&us.z_filefunc, us.filestream,&number_disk)!=UNZ_OK) 464 if (unzlocal_getShort(&us.z_filefunc, us.filestream,&number_disk_with_CD)!=UNZ_OK) [all …]
|
| /AOO41X/main/hyphen/ |
| H A D | hyphen-2.7.1.patch | 6 cp -f $(srcdir)/hyphen.tex hyphen.us 10 cat hyphen.us hyphen.us2 | $(AWK) -f $(srcdir)/lig.awk >hyphen.us3 20 rm -rf hyphen.us* hyph_en_US.dic 26 cp -f $(srcdir)/hyphen.tex hyphen.us 30 cat hyphen.us hyphen.us2 | $(AWK) -f $(srcdir)/lig.awk >hyphen.us3 40 rm -rf hyphen.us* hyph_en_US.dic
|
| /AOO41X/main/UnoControls/prj/ |
| H A D | build.lst | 1 us UnoControls : LIBXSLT:libxslt cppuhelper offuh tools NULL 2 us UnoControls usr1 - all us_mkout NULL 3 us UnoControls\source\base nmake - all us_base NULL 4 us UnoControls\source\controls nmake - all us_ctrls NULL 5 us UnoControls\util nmake - all us_util us_base us_ctrls NULL
|
| /AOO41X/main/sal/textenc/ |
| H A D | tcvtlat1.tab | 35 /* Last-Changes from us: */ 210 /* Last-Changes from us: */ 344 /* Last-Changes from us: */ 517 /* Last-Changes from us: */ 692 /* Last-Changes from us: */ 867 /* Last-Changes from us: */ 1042 /* Last-Changes from us: */ 1147 /* Last-Changes from us: */ 1212 /* Last-Changes from us: */ 1340 /* Last-Changes from us: */ [all …]
|
| H A D | tcvtest1.tab | 35 /* Last-Changes from us: */ 194 /* Last-Changes from us: */ 400 /* Last-Changes from us: */ 606 /* Last-Changes from us: */ 742 /* Last-Changes from us: */ 877 /* Last-Changes from us: */ 1033 /* Last-Changes from us: */ 1179 /* Last-Changes from us: */ 1380 /* Last-Changes from us: */ 1515 /* Last-Changes from us: */ [all …]
|
| H A D | tcvtarb1.tab | 35 /* Last-Changes from us: */ 230 /* Last-Changes from us: */ 388 /* Last-Changes from us: */ 719 /* Last-Changes from us: */
|
| H A D | tcvteas1.tab | 35 /* Last-Changes from us: */ 196 /* Last-Changes from us: */
|
| /AOO41X/main/libtextcat/data/new_fingerprints/lm/ |
| H A D | latin.lm | 33 us 772 373 us,_ 83 374 us, 83
|
| H A D | swedish.lm | 181 us 302
|
| H A D | basque.lm | 99 us 191
|
| H A D | catalan.lm | 309 us 77
|
| H A D | malay.lm | 187 us 779
|
| H A D | swahili.lm | 143 us 176
|
| H A D | indonesian.lm | 148 us 225
|
| H A D | english.lm | 153 us 182
|
| H A D | slovak_ascii.lm | 271 us 100
|
| H A D | estonian.lm | 49 us 619
|
| H A D | german.lm | 164 us 318
|
| H A D | czech.lm | 296 us 121
|
| H A D | frisian.lm | 329 us 193
|
| H A D | romansh.lm | 113 us 122
|
| H A D | polish.lm | 316 us 155
|
| /AOO41X/main/connectivity/source/drivers/ado/ |
| H A D | Aolevariant.cxx | 129 OLEVariant::OLEVariant(const rtl::OUString& us) in OLEVariant() argument 133 bstrVal = SysAllocString(reinterpret_cast<LPCOLESTR>(us.getStr())); in OLEVariant() 302 void OLEVariant::setString(const rtl::OUString& us) in setString() argument 308 bstrVal = ::SysAllocString(reinterpret_cast<LPCOLESTR>(us.getStr())); in setString()
|
| /AOO41X/main/connectivity/source/inc/ado/ |
| H A D | Aolevariant.hxx | 89 OLEVariant(const rtl::OUString& us) ; 114 void setString(const rtl::OUString& us) ;
|
| /AOO41X/main/offapi/com/sun/star/i18n/ |
| H A D | LocaleDataItem.idl | 67 /// measurement system, <b>"metric"</b> or <b>"us"</b>
|
123456