Home
last modified time | relevance | path

Searched refs:U_REGEX_UNIMPLEMENTED (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/JavaScriptCore/icu/unicode/
Dutypes.h672 U_REGEX_UNIMPLEMENTED, /**< Use of regexp feature that is not yet implemented. */ enumerator
/external/webkit/Source/WebCore/icu/unicode/
Dutypes.h672 U_REGEX_UNIMPLEMENTED, /**< Use of regexp feature that is not yet implemented. */ enumerator
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Dutypes.h672 U_REGEX_UNIMPLEMENTED, /**< Use of regexp feature that is not yet implemented. */ enumerator
/external/webkit/Source/WebKit/mac/icu/unicode/
Dutypes.h672 U_REGEX_UNIMPLEMENTED, /**< Use of regexp feature that is not yet implemented. */ enumerator
/external/icu4c/i18n/
Drepattrn.cpp292 status = U_REGEX_UNIMPLEMENTED; in compile()
343 status = U_REGEX_UNIMPLEMENTED; in compile()
Dregexcmp.cpp720 error(U_REGEX_UNIMPLEMENTED); in doParseActions()
/external/icu4c/common/unicode/
Dutypes.h798 U_REGEX_UNIMPLEMENTED, /**< Use of regexp feature that is not yet implemented. */ enumerator
/external/icu4c/test/intltest/
Dregextst.cpp3744 REGEX_ASSERT(status == U_REGEX_UNIMPLEMENTED); in Errors()
4056 if (status == U_REGEX_UNIMPLEMENTED) { in PerlTests()
4438 if (status == U_REGEX_UNIMPLEMENTED) { in PerlTestsUTF8()
/external/icu4c/test/cintltst/
Dreapits.c195 TEST_ASSERT(status == U_REGEX_UNIMPLEMENTED); in TestRegexCAPI()