mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-2421 Redo Regex C API changes lost in OSS crash
X-SVN-Rev: 14722
This commit is contained in:
parent
efeb3b480d
commit
8be1908bd3
4 changed files with 10 additions and 4 deletions
|
@ -71,7 +71,7 @@ funcrepl.o strrepl.o tridpars.o \
|
|||
cpdtrans.o rbt.o rbt_data.o rbt_pars.o rbt_rule.o rbt_set.o \
|
||||
nultrans.o remtrans.o titletrn.o tolowtrn.o toupptrn.o anytrans.o \
|
||||
name2uni.o uni2name.o nortrans.o quant.o transreg.o \
|
||||
regexcmp.o rematch.o repattrn.o regexst.o ulocdata.o
|
||||
regexcmp.o rematch.o repattrn.o regexst.o uregex.o ulocdata.o
|
||||
|
||||
|
||||
STATIC_OBJECTS = $(OBJECTS:.o=.$(STATIC_O))
|
||||
|
|
|
@ -47,7 +47,7 @@ cucdapi.o cucdtst.o custrtst.o cstrcase.o cutiltst.o encoll.o nucnvtst.o nccbtst
|
|||
cbiditst.o cbididat.o eurocreg.o udatatst.o utf16tst.o utransts.o \
|
||||
ncnvfbts.o ncnvtst.o putiltst.o cstrtest.o mstrmtst.o utf8tst.o ucmptst.o \
|
||||
stdnmtst.o ctstdep.o usrchtst.o custrtrn.o sorttest.o trietest.o usettest.o uenumtst.o \
|
||||
idnatest.o nfsprep.o spreptst.o sprpdata.o hpmufn.o tracetst.o
|
||||
idnatest.o nfsprep.o spreptst.o sprpdata.o hpmufn.o tracetst.o reapits.o
|
||||
|
||||
DEPS = $(OBJECTS:.o=.d)
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ void addUStringPrepTest(TestNode** root);
|
|||
void addIDNATest(TestNode** root);
|
||||
void addHeapMutexTest(TestNode **root);
|
||||
void addUTraceTest(TestNode** root);
|
||||
|
||||
void addURegexTest(TestNode** root);
|
||||
|
||||
void addAllTests(TestNode** root)
|
||||
{
|
||||
|
@ -70,6 +70,8 @@ void addAllTests(TestNode** root)
|
|||
#endif
|
||||
addHeapMutexTest(root);
|
||||
addUTraceTest(root);
|
||||
|
||||
#if !UCONFIG_NO_REGULAR_EXPRESSIONS
|
||||
addURegexTest(root);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
@ -179,6 +179,10 @@ SOURCE=.\cregrtst.c
|
|||
|
||||
SOURCE=.\cregrtst.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\reapits.c
|
||||
# End Source File
|
||||
# End Group
|
||||
# Begin Group "collation"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue