Home
last modified time | relevance | path

Searched refs:hash_entry (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/vcl/unx/generic/fontmanager/
H A DparseAFM.cxx339 const hash_entry* pEntry = AfmKeywordHash::in_word_set( ident, len ); in recognize()
H A Dafm_hash.cpp54 struct hash_entry { const char* name; enum parseKey eKey; }; struct
68 static const struct hash_entry *in_word_set (const char *str, unsigned int len);
123 const struct hash_entry *
134 static const struct hash_entry wordlist[] = in in_word_set()
H A Dafm_keyword_list1 struct hash_entry { char* name; enum parseKey eKey; };
/trunk/main/svl/source/misc/
H A Dinethist.cxx86 struct hash_entry struct in INetURLHistory_Impl
105 sal_Bool operator== (const hash_entry &rOther) const in operator ==() argument
109 sal_Bool operator< (const hash_entry &rOther) const in operator <() argument
147 hash_entry m_pHash[INETHIST_SIZE_LIMIT];
154 void downheap (hash_entry a[], sal_uInt16 n, sal_uInt16 k);
155 void heapsort (hash_entry a[], sal_uInt16 n);
260 hash_entry h = a[k]; in downheap()
277 hash_entry h; in heapsort()
319 hash_entry e = m_pHash[nSI]; in move()
326 (nDI - nSI) * sizeof(hash_entry)); in move()
[all …]
/trunk/main/sdext/source/pdfimport/wrapper/
H A Dhash.cxx54 struct hash_entry { const char* name; enum parseKey eKey; }; argument
72 static const struct hash_entry *in_word_set (const char *str, unsigned int len);
110 const struct hash_entry *
121 static const struct hash_entry wordlist[] = in in_word_set()
H A Dkeyword_list1 struct hash_entry { const char* name; enum parseKey eKey; };
H A Dwrapper.cxx787 const hash_entry* pEntry = PdfKeywordHash::in_word_set( rCmd.getStr(), in parseLine()

Completed in 42 milliseconds