Searched refs:U_REGEX_UNIMPLEMENTED (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dutypes.h641 U_REGEX_UNIMPLEMENTED, /**< Use of regexp feature that is not yet implemented. */ enumerator in enum:UErrorCode
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Dutypes.h777 U_REGEX_UNIMPLEMENTED, /**< Use of regexp feature that is not yet implemented. */ enumerator in enum:UErrorCode
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Dutypes.h777 U_REGEX_UNIMPLEMENTED, /**< Use of regexp feature that is not yet implemented. */ enumerator in enum:UErrorCode
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Dutypes.h777 U_REGEX_UNIMPLEMENTED, /**< Use of regexp feature that is not yet implemented. */ enumerator in enum:UErrorCode
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Drepattrn.cpp289 status = U_REGEX_UNIMPLEMENTED;
340 status = U_REGEX_UNIMPLEMENTED;
H A Dregexcmp.cpp742 error(U_REGEX_UNIMPLEMENTED);
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dregextst.cpp3737 //REGEX_ERR("hex format \\x{abcd} not implemented", 1, 13, U_REGEX_UNIMPLEMENTED);
3761 REGEX_ASSERT(status == U_REGEX_UNIMPLEMENTED);
4073 if (status == U_REGEX_UNIMPLEMENTED) {
4455 if (status == U_REGEX_UNIMPLEMENTED) {
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dreapits.c232 TEST_ASSERT(status == U_REGEX_UNIMPLEMENTED);

Completed in 119 milliseconds