Searched refs:scriptScan (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/i18n/ |
D | uspoof.cpp | 216 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()
|
D | uspoof_impl.h | 98 int32_t scriptScan(const UChar *text, int32_t length, int32_t &pos, UErrorCode &status) const;
|
D | uspoof_impl.cpp | 374 int32_t SpoofImpl::scriptScan in scriptScan() function in SpoofImpl
|