Searched refs:scriptScan (Results 1 - 6 of 6) sorted by relevance

/external/chromium/third_party/icu/source/i18n/
H A Duspoof_impl.h96 int32_t scriptScan(const UChar *text, int32_t length, int32_t &pos, UErrorCode &status) const;
H A Duspoof.cpp218 scriptCount = This->scriptScan(text, length, failPos, *status);
303 scriptCount = This->scriptScan(text, length, t, *status);
443 int32_t s1ScriptCount = This->scriptScan(s1, length1, t, *status);
444 int32_t s2ScriptCount = This->scriptScan(s2, length2, t, *status);
H A Duspoof_impl.cpp374 int32_t SpoofImpl::scriptScan function in class:SpoofImpl
/external/icu4c/i18n/
H A Duspoof_impl.h96 int32_t scriptScan(const UChar *text, int32_t length, int32_t &pos, UErrorCode &status) const;
H A Duspoof.cpp218 scriptCount = This->scriptScan(text, length, failPos, *status);
303 scriptCount = This->scriptScan(text, length, t, *status);
443 int32_t s1ScriptCount = This->scriptScan(s1, length1, t, *status);
444 int32_t s2ScriptCount = This->scriptScan(s2, length2, t, *status);
H A Duspoof_impl.cpp374 int32_t SpoofImpl::scriptScan function in class:SpoofImpl

Completed in 38 milliseconds