Home
last modified time | relevance | path

Searched refs:remove_number (Results 1 – 21 of 21) sorted by relevance

/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/rewriter/
H A Dcollocation_util.cc39 const StringPiece str, bool remove_number, string *output) { in GetNormalizedScript() argument
42 RemoveExtraCharacters(str, remove_number, &temp); in GetNormalizedScript()
78 const StringPiece input, bool remove_number, string *output) { in RemoveExtraCharacters() argument
82 (!remove_number || !IsNumber(w))) || in RemoveExtraCharacters()
H A Dcollocation_util.h49 const StringPiece str, bool remove_number, string *output);
57 const StringPiece input, bool remove_number, string *output);
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/rewriter/
H A Dcollocation_util.cc39 const StringPiece str, bool remove_number, string *output) { in GetNormalizedScript() argument
42 RemoveExtraCharacters(str, remove_number, &temp); in GetNormalizedScript()
78 const StringPiece input, bool remove_number, string *output) { in RemoveExtraCharacters() argument
82 (!remove_number || !IsNumber(w))) || in RemoveExtraCharacters()
H A Dcollocation_util.h49 const StringPiece str, bool remove_number, string *output);
57 const StringPiece input, bool remove_number, string *output);
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/rewriter/
H A Dcollocation_util.cc39 const StringPiece str, bool remove_number, string *output) { in GetNormalizedScript() argument
42 RemoveExtraCharacters(str, remove_number, &temp); in GetNormalizedScript()
78 const StringPiece input, bool remove_number, string *output) { in RemoveExtraCharacters() argument
82 (!remove_number || !IsNumber(w))) || in RemoveExtraCharacters()
H A Dcollocation_util.h49 const StringPiece str, bool remove_number, string *output);
57 const StringPiece input, bool remove_number, string *output);
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/rewriter/
H A Dcollocation_util.cc39 const StringPiece str, bool remove_number, string *output) { in GetNormalizedScript() argument
42 RemoveExtraCharacters(str, remove_number, &temp); in GetNormalizedScript()
78 const StringPiece input, bool remove_number, string *output) { in RemoveExtraCharacters() argument
82 (!remove_number || !IsNumber(w))) || in RemoveExtraCharacters()
H A Dcollocation_util.h49 const StringPiece str, bool remove_number, string *output);
57 const StringPiece input, bool remove_number, string *output);
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/rewriter/
H A Dcollocation_util.cc39 const StringPiece str, bool remove_number, string *output) { in GetNormalizedScript() argument
42 RemoveExtraCharacters(str, remove_number, &temp); in GetNormalizedScript()
78 const StringPiece input, bool remove_number, string *output) { in RemoveExtraCharacters() argument
82 (!remove_number || !IsNumber(w))) || in RemoveExtraCharacters()
H A Dcollocation_util.h49 const StringPiece str, bool remove_number, string *output);
57 const StringPiece input, bool remove_number, string *output);
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/rewriter/
H A Dcollocation_util.cc39 const StringPiece str, bool remove_number, string *output) { in GetNormalizedScript() argument
42 RemoveExtraCharacters(str, remove_number, &temp); in GetNormalizedScript()
78 const StringPiece input, bool remove_number, string *output) { in RemoveExtraCharacters() argument
82 (!remove_number || !IsNumber(w))) || in RemoveExtraCharacters()
H A Dcollocation_util.h49 const StringPiece str, bool remove_number, string *output);
57 const StringPiece input, bool remove_number, string *output);
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dnntplib.py791 def remove_number(line): function
794 return resp, [remove_number(line) for line in lines]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dnntplib.py791 def remove_number(line): function
794 return resp, [remove_number(line) for line in lines]
/dports/lang/python37/Python-3.7.12/Lib/
H A Dnntplib.py789 def remove_number(line): function
792 return resp, [remove_number(line) for line in lines]
/dports/lang/python310/Python-3.10.1/Lib/
H A Dnntplib.py818 def remove_number(line): function
821 return resp, [remove_number(line) for line in lines]
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dnntplib.py791 def remove_number(line): function
794 return resp, [remove_number(line) for line in lines]
/dports/lang/python39/Python-3.9.9/Lib/
H A Dnntplib.py818 def remove_number(line): function
821 return resp, [remove_number(line) for line in lines]
/dports/lang/python38/Python-3.8.12/Lib/
H A Dnntplib.py791 def remove_number(line): function
794 return resp, [remove_number(line) for line in lines]
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dnntplib.py818 def remove_number(line): function
821 return resp, [remove_number(line) for line in lines]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dnntplib.py791 def remove_number(line): function
794 return resp, [remove_number(line) for line in lines]