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

  /external/icu4c/i18n/
uspoof_impl.cpp 267 UnicodeSet allowedChars;
296 addScriptChars(locale, &allowedChars, status);
324 allowedChars.addAll(tempSet);
326 allowedChars.addAll(tempSet);
335 tmpSet = static_cast<UnicodeSet *>(allowedChars.clone());
356 // to the allowedChars UnicodeSet
358 void SpoofImpl::addScriptChars(const char *locale, UnicodeSet *allowedChars, UErrorCode &status) {
373 allowedChars->addAll(tmpSet);
uspoof_impl.h 77 void addScriptChars(const char *locale, UnicodeSet *allowedChars, UErrorCode &status);
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_impl.cpp 263 UnicodeSet allowedChars;
292 addScriptChars(locale, &allowedChars, status);
320 allowedChars.addAll(tempSet);
322 allowedChars.addAll(tempSet);
331 tmpSet = static_cast<UnicodeSet *>(allowedChars.clone());
352 // to the allowedChars UnicodeSet
354 void SpoofImpl::addScriptChars(const char *locale, UnicodeSet *allowedChars, UErrorCode &status) {
369 allowedChars->addAll(tmpSet);
uspoof_impl.h 76 void addScriptChars(const char *locale, UnicodeSet *allowedChars, UErrorCode &status);
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
earley-boyer.js 506 var allowedChars = "01234567890abcdefghijklmnopqrstuvwxyz".substring(0, radix+1);
507 if ((new RegExp("^["+allowedChars+"]*$", "i")).test(s))
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js 500 var allowedChars = "01234567890abcdefghijklmnopqrstuvwxyz".substring(0, radix+1);
501 if ((new RegExp("^["+allowedChars+"]*$", "i")).test(s))
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js 500 var allowedChars = "01234567890abcdefghijklmnopqrstuvwxyz".substring(0, radix+1);
501 if ((new RegExp("^["+allowedChars+"]*$", "i")).test(s))
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-earley-boyer.js 500 var allowedChars = "01234567890abcdefghijklmnopqrstuvwxyz".substring(0, radix+1);
501 if ((new RegExp("^["+allowedChars+"]*$", "i")).test(s))
    [all...]
  /external/chromium_org/v8/benchmarks/
earley-boyer.js 506 var allowedChars = "01234567890abcdefghijklmnopqrstuvwxyz".substring(0, radix+1);
507 if ((new RegExp("^["+allowedChars+"]*$", "i")).test(s))
    [all...]
  /external/v8/benchmarks/
earley-boyer.js 506 var allowedChars = "01234567890abcdefghijklmnopqrstuvwxyz".substring(0, radix+1);
507 if ((new RegExp("^["+allowedChars+"]*$", "i")).test(s))
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 794 milliseconds