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

  /external/icu4c/i18n/
uregexc.cpp 38 return uregex_open(patString.getBuffer(), patString.length(), flags, pe, status);
uspoof_conf.cpp 245 fParseLine = uregex_open(pattern.getBuffer(), pattern.length(), 0, NULL, &status);
250 fParseHexNum = uregex_open(pattern.getBuffer(), pattern.length(), 0, NULL, &status);
uspoof_wsconf.cpp 155 parseRegexp = uregex_open(pattern.getBuffer(), pattern.length(), 0, NULL, &status);
uregex.cpp 103 // uregex_open
107 uregex_open( const UChar *pattern, function
    [all...]
  /external/icu4c/test/intltest/
itutil.cpp 381 uregex_open(pattern.getBuffer(), pattern.length(), 0, NULL, errorCode));
382 if(errorCode.logIfFailureAndReset("uregex_open()")) {
448 uregex_open(pattern.getBuffer(), pattern.length(), 0, NULL, errorCode));
  /external/icu4c/test/cintltst/
reapits.c 208 re = uregex_open(pat, -1, 0, 0, &status);
217 re = uregex_open(pat, -1,
225 re = uregex_open(pat, -1, 0x40000000, 0, &status);
231 re = uregex_open(pat, -1, UREGEX_CANON_EQ, 0, &status);
333 re = uregex_open(pat, -1, 0, NULL, &status);
346 re = uregex_open(pat, 3, 0, NULL, &status);
368 re = uregex_open(pat, -1, 0, NULL, &status);
375 re = uregex_open(pat, -1, 0, NULL, &status);
382 re = uregex_open(pat, -1, UREGEX_CASE_INSENSITIVE | UREGEX_DOTALL, NULL, &status);
401 re = uregex_open(pat, -1, 0, NULL, &status)
    [all...]
  /external/icu4c/i18n/unicode/
uregex.h 133 uregex_open( const UChar *pattern,
147 * uregex_open().
172 * This function is the same as uregex_open, except that the pattern
    [all...]
  /external/icu4c/common/unicode/
urename.h 1412 #define uregex_open macro
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 991 #define uregex_open macro
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 991 #define uregex_open macro
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 991 #define uregex_open macro
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 991 #define uregex_open macro
    [all...]

Completed in 366 milliseconds