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

  /external/chromium/third_party/icu/source/i18n/
uregexc.cpp 38 return uregex_open(patString.getBuffer(), patString.length(), flags, pe, status);
uregex.cpp 89 // uregex_open
93 uregex_open( const UChar *pattern, function
    [all...]
  /external/icu4c/i18n/
uregexc.cpp 38 return uregex_open(patString.getBuffer(), patString.length(), flags, pe, status);
uregex.cpp 102 // uregex_open
106 uregex_open( const UChar *pattern, function
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
reapits.c 138 re = uregex_open(pat, -1, 0, 0, &status);
147 re = uregex_open(pat, -1,
155 re = uregex_open(pat, -1, 0x40000000, 0, &status);
257 re = uregex_open(pat, -1, 0, NULL, &status);
270 re = uregex_open(pat, 3, 0, NULL, &status);
292 re = uregex_open(pat, -1, 0, NULL, &status);
299 re = uregex_open(pat, -1, 0, NULL, &status);
306 re = uregex_open(pat, -1, UREGEX_CASE_INSENSITIVE | UREGEX_DOTALL, NULL, &status);
325 re = uregex_open(pat, -1, 0, NULL, &status);
380 re = uregex_open(pat, -1, 0, NULL, &status)
    [all...]
  /external/icu4c/test/intltest/
itutil.cpp 351 uregex_open(pattern.getBuffer(), pattern.length(), 0, NULL, errorCode));
352 if(errorCode.logIfFailureAndReset("uregex_open()")) {
418 uregex_open(pattern.getBuffer(), pattern.length(), 0, NULL, errorCode));
  /external/icu4c/test/cintltst/
reapits.c 177 re = uregex_open(pat, -1, 0, 0, &status);
186 re = uregex_open(pat, -1,
194 re = uregex_open(pat, -1, 0x40000000, 0, &status);
200 re = uregex_open(pat, -1, UREGEX_LITERAL, 0, &status);
302 re = uregex_open(pat, -1, 0, NULL, &status);
315 re = uregex_open(pat, 3, 0, NULL, &status);
337 re = uregex_open(pat, -1, 0, NULL, &status);
344 re = uregex_open(pat, -1, 0, NULL, &status);
351 re = uregex_open(pat, -1, UREGEX_CASE_INSENSITIVE | UREGEX_DOTALL, NULL, &status);
370 re = uregex_open(pat, -1, 0, NULL, &status)
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
uregex.h 131 uregex_open( const UChar *pattern,
141 * This function is the same as uregex_open, except that the pattern
    [all...]
  /external/icu4c/i18n/unicode/
uregex.h 134 uregex_open( const UChar *pattern,
148 * uregex_open().
173 * This function is the same as uregex_open, except that the pattern
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h 991 #define uregex_open macro
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h 991 #define uregex_open macro
    [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h 991 #define uregex_open macro
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h 991 #define uregex_open macro
    [all...]
  /external/icu4c/common/unicode/
urename.h 1356 #define uregex_open macro
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h 1183 #define uregex_open macro
    [all...]

Completed in 77 milliseconds