HomeSort by: relevance | last modified time | path
    Searched defs:get_length (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
spellcheck-tree.h 38 static size_t get_length (tree id) function in struct:edit_distance_traits
spellcheck.h 42 static size_t get_length (TYPE);
56 static size_t get_length (const char *str) function in struct:edit_distance_traits
80 edit_distance_traits<T>::get_length. */
96 m_goal_len (goal_traits::get_length (goal)),
107 size_t candidate_len = candidate_traits::get_length (candidate);
json.h 183 size_t get_length () const { return m_len; } function in class:json::string
opts.cc 2179 static size_t get_length (const string_fragment &fragment) function in struct:edit_distance_traits
  /src/external/gpl3/gcc.old/dist/gcc/
spellcheck-tree.h 38 static size_t get_length (tree id) function in struct:edit_distance_traits
spellcheck.h 42 static size_t get_length (TYPE);
56 static size_t get_length (const char *str) function in struct:edit_distance_traits
80 edit_distance_traits<T>::get_length. */
96 m_goal_len (goal_traits::get_length (goal)),
106 size_t candidate_len = candidate_traits::get_length (candidate);
opts.cc 2103 static size_t get_length (const string_fragment &fragment) function in struct:edit_distance_traits
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-spellcheck.h 32 static size_t get_length (cpp_hashnode *hashnode) function in struct:edit_distance_traits
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-spellcheck.h 32 static size_t get_length (cpp_hashnode *hashnode) function in struct:edit_distance_traits
  /src/external/gpl2/groff/dist/src/devices/grohtml/
output.cpp 137 * get_length - returns the number of characters buffered
140 int word_list::get_length (void) function in class:word_list
224 if ((col + n + last_word.get_length() + 1 > max_line_length) && (newlines)) {
238 if ((col + last_word.get_length() + 1 > max_line_length) && (newlines)) {
240 if (last_word.get_length() > 0) {
246 if (last_word.get_length() != 0) {
351 int len=last_word.get_length();
  /src/external/mpl/dhcp/dist/includes/
tree.h 334 u_int32_t (*get_length) (const unsigned char *); member in struct:universe

Completed in 52 milliseconds