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/WebKit/mac/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/icu4c/i18n/
Drepattrn.cpp289 status = U_REGEX_UNIMPLEMENTED; in compile()
340 status = U_REGEX_UNIMPLEMENTED; in compile()
Dregexcmp.cpp742 error(U_REGEX_UNIMPLEMENTED); in doParseActions()
/external/icu4c/common/unicode/
Dutypes.h639 U_REGEX_UNIMPLEMENTED, /**< Use of regexp feature that is not yet implemented. */ enumerator
/external/icu4c/test/intltest/
Dregextst.cpp3753 REGEX_ASSERT(status == U_REGEX_UNIMPLEMENTED); in Errors()
4065 if (status == U_REGEX_UNIMPLEMENTED) { in PerlTests()
4447 if (status == U_REGEX_UNIMPLEMENTED) { in PerlTestsUTF8()
/external/icu4c/test/cintltst/
Dreapits.c232 TEST_ASSERT(status == U_REGEX_UNIMPLEMENTED); in TestRegexCAPI()