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

  /external/chromium_org/third_party/icu/source/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);
  /external/icu/icu4c/source/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);
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 57 milliseconds