Home | History | Annotate | Download | only in intl

Lines Matching defs:search

220 /* This is the type used for the search tree where known translations
224 /* Domain in which to search. */
244 /* Root of the search tree with known translations. We can use this
247 # include <search.h>
425 CATEGORY locale and, if PLURAL is nonzero, search over string
444 struct known_translation_t *search;
482 search = (struct known_translation_t *)
484 memcpy (search->msgid, msgid1, msgid_len);
485 search->domainname = (char *) domainname;
486 search->category = category;
488 foundp = (struct known_translation_t **) tfind (search, &root, transcmp);
489 freea (search);
579 /* Search for the given string. This is a loop because we perhaps
648 /* Create a new entry and add it to the search tree. */
665 /* Insert the entry in the search tree. */
791 /* Try the default method: binary search in the sorted array of
1211 /* Remove the search tree with the known translations. */