Home
last modified time | relevance | path

Searched refs:is_ideographic (Results 1 – 24 of 24) sorted by relevance

/dports/www/libdom/libdom-0.4.1/src/utils/
H A Dcharacter_valid.h49 #define is_ideographic(ch) _dom_is_character_in_group((ch), &ideographic_group) macro
51 #define is_letter(ch) (is_base_char(ch) || is_ideographic(ch))
H A Dcharacter_valid.c204 assert(is_ideographic(ch) == false); in main()
213 assert(is_ideographic(ch) == false); in main()
/dports/misc/libpostal/libpostal-1.1-alpha/src/
H A Ddedupe.c317 if (i < num_strings - 1 && !is_ideographic(token.type)) { in joined_string_and_tokens_from_strings()
333 if (is_ideographic(token.type) && is_word_token(token.type)) { in have_ideographic_word_tokens()
366 …bool is_ideographic = have_ideographic_word_tokens(token_array1) && have_ideographic_word_tokens(t… in is_fuzzy_duplicate() local
374 if (!is_ideographic) { in is_fuzzy_duplicate()
H A Dtoken_types.h62 #define is_ideographic(type) ((type) == IDEOGRAPHIC_CHAR || (type) == HANGUL_SYLLABLE || (type) == … macro
H A Dlanguage_features.c144 if (i < phrase.start + phrase.len - 1 && !is_ideographic(token.type)) { in add_phrase_feature()
207 if (!is_ideographic(token.type)) { in add_token_features()
H A Dacronyms.c151 if (!is_word_token(ti.type) || is_ideographic(ti.type) || ti.len == c1_len) { in acronym_token_alignments()
H A Dnear_dupe.c364 bool ideogram = is_ideographic(token.type); in name_word_hashes()
374 if (ideogram && j > 0 && is_ideographic(prev_token.type)) { in name_word_hashes()
449 if (!is_ideographic(token.type) && !is_punct) { in name_word_hashes()
H A Dstring_similarity.c637 if (!(is_word_token(ti.type) || is_numeric_token(ti.type)) || is_ideographic(ti.type)) { in multi_word_token_alignments()
H A Dexpand.c1275 …& !last_added_was_whitespace && string_tree_num_tokens(tree) > 0 && !is_ideographic(next_token.typ… in add_string_alternatives_phrase_option()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/xmerl/src/
H A Dxmerl_lib.erl606 is_ideographic(X);
819 is_ideographic(X) when X >= 16#4e00, X =< 16#9fa5 -> true; function
820 is_ideographic(16#3007) -> true; function
821 is_ideographic(X) when X >= 16#3021, X =< 16#3029 -> true; function
822 is_ideographic(_) -> function
H A Dxmerl_sax_parser_base.erlsrc3969 is_ideographic(C);
4189 %% Function : is_ideographic(Char) -> Result
4195 is_ideographic(C) when C >= 16#4e00, C =< 16#9fa5 -> true; %% Unified CJK Ideographs
4196 is_ideographic(16#3007) -> true; %% CJK Symbols and Punctuation
4197 is_ideographic(C) when C >= 16#3021, C =< 16#3029 -> true;
4198 is_ideographic(_) ->
4202 %% Function : is_ideographic(Char) -> Result
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/xmerl/src/
H A Dxmerl_lib.erl606 is_ideographic(X);
819 is_ideographic(X) when X >= 16#4e00, X =< 16#9fa5 -> true; function
820 is_ideographic(16#3007) -> true; function
821 is_ideographic(X) when X >= 16#3021, X =< 16#3029 -> true; function
822 is_ideographic(_) -> function
H A Dxmerl_sax_parser_base.erlsrc3989 is_ideographic(C);
4209 %% Function : is_ideographic(Char) -> Result
4215 is_ideographic(C) when C >= 16#4e00, C =< 16#9fa5 -> true; %% Unified CJK Ideographs
4216 is_ideographic(16#3007) -> true; %% CJK Symbols and Punctuation
4217 is_ideographic(C) when C >= 16#3021, C =< 16#3029 -> true;
4218 is_ideographic(_) ->
4222 %% Function : is_ideographic(Char) -> Result
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/xmerl/src/
H A Dxmerl_lib.erl606 is_ideographic(X);
819 is_ideographic(X) when X >= 16#4e00, X =< 16#9fa5 -> true; function
820 is_ideographic(16#3007) -> true; function
821 is_ideographic(X) when X >= 16#3021, X =< 16#3029 -> true; function
822 is_ideographic(_) -> function
H A Dxmerl_sax_parser_base.erlsrc2947 is_ideographic(C);
3167 %% Function : is_ideographic(Char) -> Result
3173 is_ideographic(C) when C >= 16#4e00, C =< 16#9fa5 -> true; %% Unified CJK Ideographs
3174 is_ideographic(16#3007) -> true; %% CJK Symbols and Punctuation
3175 is_ideographic(C) when C >= 16#3021, C =< 16#3029 -> true;
3176 is_ideographic(_) ->
3180 %% Function : is_ideographic(Char) -> Result
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_lib.erl606 is_ideographic(X);
819 is_ideographic(X) when X >= 16#4e00, X =< 16#9fa5 -> true; function
820 is_ideographic(16#3007) -> true; function
821 is_ideographic(X) when X >= 16#3021, X =< 16#3029 -> true; function
822 is_ideographic(_) -> function
H A Dxmerl_sax_parser_base.erlsrc3989 is_ideographic(C);
4209 %% Function : is_ideographic(Char) -> Result
4215 is_ideographic(C) when C >= 16#4e00, C =< 16#9fa5 -> true; %% Unified CJK Ideographs
4216 is_ideographic(16#3007) -> true; %% CJK Symbols and Punctuation
4217 is_ideographic(C) when C >= 16#3021, C =< 16#3029 -> true;
4218 is_ideographic(_) ->
4222 %% Function : is_ideographic(Char) -> Result
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_lib.erl606 is_ideographic(X);
819 is_ideographic(X) when X >= 16#4e00, X =< 16#9fa5 -> true; function
820 is_ideographic(16#3007) -> true; function
821 is_ideographic(X) when X >= 16#3021, X =< 16#3029 -> true; function
822 is_ideographic(_) -> function
H A Dxmerl_sax_parser_base.erlsrc3989 is_ideographic(C);
4209 %% Function : is_ideographic(Char) -> Result
4215 is_ideographic(C) when C >= 16#4e00, C =< 16#9fa5 -> true; %% Unified CJK Ideographs
4216 is_ideographic(16#3007) -> true; %% CJK Symbols and Punctuation
4217 is_ideographic(C) when C >= 16#3021, C =< 16#3029 -> true;
4218 is_ideographic(_) ->
4222 %% Function : is_ideographic(Char) -> Result
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_lib.erl606 is_ideographic(X);
819 is_ideographic(X) when X >= 16#4e00, X =< 16#9fa5 -> true; function
820 is_ideographic(16#3007) -> true; function
821 is_ideographic(X) when X >= 16#3021, X =< 16#3029 -> true; function
822 is_ideographic(_) -> function
H A Dxmerl_sax_parser_base.erlsrc3989 is_ideographic(C);
4209 %% Function : is_ideographic(Char) -> Result
4215 is_ideographic(C) when C >= 16#4e00, C =< 16#9fa5 -> true; %% Unified CJK Ideographs
4216 is_ideographic(16#3007) -> true; %% CJK Symbols and Punctuation
4217 is_ideographic(C) when C >= 16#3021, C =< 16#3029 -> true;
4218 is_ideographic(_) ->
4222 %% Function : is_ideographic(Char) -> Result
/dports/lang/erlang/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_lib.erl606 is_ideographic(X);
819 is_ideographic(X) when X >= 16#4e00, X =< 16#9fa5 -> true; function
820 is_ideographic(16#3007) -> true; function
821 is_ideographic(X) when X >= 16#3021, X =< 16#3029 -> true; function
822 is_ideographic(_) -> function
H A Dxmerl_sax_parser_base.erlsrc3989 is_ideographic(C);
4209 %% Function : is_ideographic(Char) -> Result
4215 is_ideographic(C) when C >= 16#4e00, C =< 16#9fa5 -> true; %% Unified CJK Ideographs
4216 is_ideographic(16#3007) -> true; %% CJK Symbols and Punctuation
4217 is_ideographic(C) when C >= 16#3021, C =< 16#3029 -> true;
4218 is_ideographic(_) ->
4222 %% Function : is_ideographic(Char) -> Result
/dports/devel/pire/pire-release-0.0.6/pire/stub/
H A Dunidata_h.h251 bool is_ideographic(wchar32 ch) in is_ideographic() function