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

  /external/webkit/Source/WebCore/editing/
SmartReplaceICU.cpp 58 smartSet = uset_openPattern(whitespaceAndNewline.characters(), whitespaceAndNewline.length(), &ec);
82 USet* icuPunct = uset_openPattern(punctuationClass.characters(), punctuationClass.length(), &ec);
  /external/icu4c/common/
uset_props.cpp 31 uset_openPattern(const UChar* pattern, int32_t patternLength,
  /external/icu4c/test/cintltst/
usettest.c 107 set = uset_openPattern(PAT, PAT_LEN, &ec);
109 log_err("uset_openPattern([a-c{ab}]) failed - %s\n", u_errorName(ec));
489 set=uset_openPattern(pattern, -1, &errorCode);
491 log_data_err("uset_openPattern([:Cf:]) failed - %s (Are you missing data?)\n", u_errorName(errorCode));
514 * Make sure that when non-invariant chars are passed to uset_openPattern
529 USet *set = uset_openPattern(buf, len, &ec);
548 return uset_openPattern(pattern, 15, &errorCode);
cucdtst.c 507 digits=uset_openPattern(digitsPattern, 6, &errorCode);
508 decimalValues=uset_openPattern(decimalValuesPattern, 24, &errorCode);
    [all...]
cldrtest.c     [all...]
cmsccoll.c     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uset.h 142 uset_openPattern(const UChar* pattern, int32_t patternLength,
287 * calling this function is passed to a uset_openPattern(), it
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
uset.h 142 uset_openPattern(const UChar* pattern, int32_t patternLength,
287 * calling this function is passed to a uset_openPattern(), it
urename.h     [all...]
  /external/icu4c/common/unicode/
uset.h 275 uset_openPattern(const UChar* pattern, int32_t patternLength,
498 * calling this function is passed to a uset_openPattern(), it
    [all...]
urename.h     [all...]
  /external/icu4c/i18n/
colldata.cpp 645 USet *charsToTest = uset_openPattern(test_pattern, 20, &status);
651 USet *charsToRemove = uset_openPattern(remove_pattern, 70, &status);
ucol_tok.cpp 593 return uset_openPattern(start, current, status);
    [all...]
  /external/icu4c/tools/gennorm/
store.c     [all...]
  /external/icu4c/test/intltest/
ssearch.cpp     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]

Completed in 867 milliseconds