HomeSort by relevance Sort by last modified time
    Searched refs:scriptScan (Results 1 - 3 of 3) sorted by null

  /external/icu4c/i18n/
uspoof_impl.h 98 int32_t scriptScan(const UChar *text, int32_t length, int32_t &pos, UErrorCode &status) const;
uspoof.cpp 215 scriptCount = This->scriptScan(text, length, failPos, *status);
305 scriptCount = This->scriptScan(text, length, t, *status);
445 int32_t s1ScriptCount = This->scriptScan(s1, length1, t, *status);
446 int32_t s2ScriptCount = This->scriptScan(s2, length2, t, *status);
uspoof_impl.cpp 373 int32_t SpoofImpl::scriptScan

Completed in 51 milliseconds