Home
last modified time | relevance | path

Searched refs:allowedChars (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/i18n/
Duspoof_impl.cpp267 UnicodeSet allowedChars; in setAllowedLocales() local
296 addScriptChars(locale, &allowedChars, status); in setAllowedLocales()
324 allowedChars.addAll(tempSet); in setAllowedLocales()
326 allowedChars.addAll(tempSet); in setAllowedLocales()
335 tmpSet = static_cast<UnicodeSet *>(allowedChars.clone()); in setAllowedLocales()
358 void SpoofImpl::addScriptChars(const char *locale, UnicodeSet *allowedChars, UErrorCode &status) { in addScriptChars() argument
373 allowedChars->addAll(tmpSet); in addScriptChars()
Duspoof_impl.h77 void addScriptChars(const char *locale, UnicodeSet *allowedChars, UErrorCode &status);
/external/chromium_org/third_party/icu/source/i18n/
Duspoof_impl.cpp267 UnicodeSet allowedChars; in setAllowedLocales() local
296 addScriptChars(locale, &allowedChars, status); in setAllowedLocales()
324 allowedChars.addAll(tempSet); in setAllowedLocales()
326 allowedChars.addAll(tempSet); in setAllowedLocales()
335 tmpSet = static_cast<UnicodeSet *>(allowedChars.clone()); in setAllowedLocales()
358 void SpoofImpl::addScriptChars(const char *locale, UnicodeSet *allowedChars, UErrorCode &status) { in addScriptChars() argument
373 allowedChars->addAll(tmpSet); in addScriptChars()
Duspoof_impl.h77 void addScriptChars(const char *locale, UnicodeSet *allowedChars, UErrorCode &status);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
Dv8-earley-boyer.js500 var allowedChars = "01234567890abcdefghijklmnopqrstuvwxyz".substring(0, radix+1);
501 if ((new RegExp("^["+allowedChars+"]*$", "i")).test(s))
/external/chromium_org/v8/benchmarks/
Dearley-boyer.js506 var allowedChars = "01234567890abcdefghijklmnopqrstuvwxyz".substring(0, radix+1);
507 if ((new RegExp("^["+allowedChars+"]*$", "i")).test(s))
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
Dv8-earley-boyer.js500 var allowedChars = "01234567890abcdefghijklmnopqrstuvwxyz".substring(0, radix+1);
501 if ((new RegExp("^["+allowedChars+"]*$", "i")).test(s))
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
Dv8-earley-boyer.js500 var allowedChars = "01234567890abcdefghijklmnopqrstuvwxyz".substring(0, radix+1);
501 if ((new RegExp("^["+allowedChars+"]*$", "i")).test(s))