Home
last modified time | relevance | path

Searched refs:scriptScan (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/i18n/
Duspoof.cpp216 scriptCount = This->scriptScan(text, length, failPos, *status); in uspoof_check()
306 scriptCount = This->scriptScan(text, length, t, *status); in uspoof_check()
446 int32_t s1ScriptCount = This->scriptScan(s1, length1, t, *status); in uspoof_areConfusable()
447 int32_t s2ScriptCount = This->scriptScan(s2, length2, t, *status); in uspoof_areConfusable()
Duspoof_impl.h98 int32_t scriptScan(const UChar *text, int32_t length, int32_t &pos, UErrorCode &status) const;
Duspoof_impl.cpp374 int32_t SpoofImpl::scriptScan in scriptScan() function in SpoofImpl