Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Duspoof_impl.cpp262 UnicodeSet allowedChars; in setAllowedLocales() local
291 addScriptChars(locale, &allowedChars, status); in setAllowedLocales()
319 allowedChars.addAll(tempSet); in setAllowedLocales()
321 allowedChars.addAll(tempSet); in setAllowedLocales()
330 tmpSet = static_cast<UnicodeSet *>(allowedChars.clone()); in setAllowedLocales()
353 void SpoofImpl::addScriptChars(const char *locale, UnicodeSet *allowedChars, UErrorCode &status) { in addScriptChars() argument
368 allowedChars->addAll(tmpSet); in addScriptChars()
Duspoof_impl.h76 void addScriptChars(const char *locale, UnicodeSet *allowedChars, UErrorCode &status);
/external/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/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))
/external/v8/benchmarks/
Dearley-boyer.js506 var allowedChars = "01234567890abcdefghijklmnopqrstuvwxyz".substring(0, radix+1);
507 if ((new RegExp("^["+allowedChars+"]*$", "i")).test(s))
/external/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))