Searched refs:allowedChars (Results 1 – 6 of 6) sorted by relevance
/external/icu4c/i18n/ |
D | uspoof_impl.cpp | 262 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()
|
D | uspoof_impl.h | 76 void addScriptChars(const char *locale, UnicodeSet *allowedChars, UErrorCode &status);
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/ |
D | v8-earley-boyer.js | 500 var allowedChars = "01234567890abcdefghijklmnopqrstuvwxyz".substring(0, radix+1); 501 if ((new RegExp("^["+allowedChars+"]*$", "i")).test(s))
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/ |
D | v8-earley-boyer.js | 500 var allowedChars = "01234567890abcdefghijklmnopqrstuvwxyz".substring(0, radix+1); 501 if ((new RegExp("^["+allowedChars+"]*$", "i")).test(s))
|
/external/v8/benchmarks/ |
D | earley-boyer.js | 506 var allowedChars = "01234567890abcdefghijklmnopqrstuvwxyz".substring(0, radix+1); 507 if ((new RegExp("^["+allowedChars+"]*$", "i")).test(s))
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/ |
D | v8-earley-boyer.js | 500 var allowedChars = "01234567890abcdefghijklmnopqrstuvwxyz".substring(0, radix+1); 501 if ((new RegExp("^["+allowedChars+"]*$", "i")).test(s))
|