Home
last modified time | relevance | path

Searched refs:Asian (Results 1 – 3 of 3) sorted by path

/dokuwiki/inc/Search/
H A DIndexer.php5 use dokuwiki\Utf8\Asian;
514 $text = Asian::separateAsianWords($text);
/dokuwiki/inc/Utf8/
H A DAsian.php6 * Methods and constants to handle Asian "words"
8 * This uses a crude regexp to determine which parts of an Asian string should be treated as words.
9 * This is necessary because in some Asian languages a single unicode char represents a whole idea
12 class Asian class
16 * needs to be treated as a word. Uses the Unicode-Ranges for Asian characters taken from
60 * Check if the given term contains Asian word characters
71 * Surround all Asian words in the given text with the given separator
/dokuwiki/inc/
H A Dfulltext.php10 use dokuwiki\Utf8\Asian;
571 if (Asian::isAsianWords($term)) return $term;
943 $words = Asian::splitAsianWords($term);
945 $phrase_mode = $phrase_mode ? true : Asian::isAsianWords($word);