• Home
  • Raw
  • Download

Lines Matching refs:level

428     size_t item_start, size_t item_end, size_t level, SpellingNode* parent) {  in construct_spellings_subset()  argument
429 if (level >= spelling_size_ || item_end <= item_start || NULL == parent) in construct_spellings_subset()
437 char char_for_node = spelling_last_start[level]; in construct_spellings_subset()
444 char char_current = spelling_current[level]; in construct_spellings_subset()
463 char_for_node = spelling_last_start[level]; in construct_spellings_subset()
466 if (spelling_last_start[level + 1] != '\0') in construct_spellings_subset()
473 char char_current = spelling_current[level]; in construct_spellings_subset()
482 if (0 == level) in construct_spellings_subset()
489 if (spelling_last_start[level + 1] != '\0' || i - item_start_next > 1) { in construct_spellings_subset()
491 if (spelling_last_start[level + 1] == '\0') in construct_spellings_subset()
495 construct_spellings_subset(real_start, i, level + 1, in construct_spellings_subset()
514 if (level == 0 && is_szm_char(char_for_node)) { in construct_spellings_subset()
525 } else if (level == 1 && char_for_node == 'h') { in construct_spellings_subset()
554 if (spelling_current[level + 1] != '\0') in construct_spellings_subset()
566 if (0 == level) in construct_spellings_subset()
573 if (spelling_last_start[level + 1] != '\0' || in construct_spellings_subset()
576 if (spelling_last_start[level + 1] == '\0') in construct_spellings_subset()
580 construct_spellings_subset(real_start, item_end, level + 1, in construct_spellings_subset()
601 if (level == 0 && szm_is_enabled(char_for_node)) { in construct_spellings_subset()
611 } else if (level == 1 && char_for_node == 'h') { in construct_spellings_subset()