ICU-9054 put buildWSConfusableData in icu namespace.
X-SVN-Rev: 31238
This commit is contained in:
parent
f31fa446bc
commit
e35f05c08a
@ -1,6 +1,6 @@
|
||||
/*
|
||||
*******************************************************************************
|
||||
* Copyright (C) 2002-2011, International Business Machines
|
||||
* Copyright (C) 2002-2012, International Business Machines
|
||||
* Corporation and others. All Rights Reserved.
|
||||
*******************************************************************************
|
||||
*
|
||||
@ -116,7 +116,6 @@
|
||||
#define bms_open U_ICU_ENTRY_POINT_RENAME(bms_open)
|
||||
#define bms_search U_ICU_ENTRY_POINT_RENAME(bms_search)
|
||||
#define bms_setTargetString U_ICU_ENTRY_POINT_RENAME(bms_setTargetString)
|
||||
#define buildWSConfusableData U_ICU_ENTRY_POINT_RENAME(buildWSConfusableData)
|
||||
#define cmemory_cleanup U_ICU_ENTRY_POINT_RENAME(cmemory_cleanup)
|
||||
#define cmemory_inUse U_ICU_ENTRY_POINT_RENAME(cmemory_inUse)
|
||||
#define d2utable U_ICU_ENTRY_POINT_RENAME(d2utable)
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
******************************************************************************
|
||||
*
|
||||
* Copyright (C) 2008-2011, International Business Machines
|
||||
* Copyright (C) 2008-2012, International Business Machines
|
||||
* Corporation and others. All Rights Reserved.
|
||||
*
|
||||
******************************************************************************
|
||||
@ -87,6 +87,8 @@ static void extractGroup(
|
||||
|
||||
|
||||
|
||||
U_NAMESPACE_BEGIN
|
||||
|
||||
// Build the Whole Script Confusable data
|
||||
//
|
||||
// TODO: Reorganize. Either get rid of the WSConfusableDataBuilder class,
|
||||
@ -409,7 +411,7 @@ cleanup:
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
U_NAMESPACE_END
|
||||
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
******************************************************************************
|
||||
*
|
||||
* Copyright (C) 2008-2009, International Business Machines
|
||||
* Copyright (C) 2008-2012, International Business Machines
|
||||
* Corporation and others. All Rights Reserved.
|
||||
*
|
||||
******************************************************************************
|
||||
@ -59,11 +59,11 @@ class BuilderScriptSet: public UMemory {
|
||||
~BuilderScriptSet();
|
||||
};
|
||||
|
||||
U_NAMESPACE_END
|
||||
|
||||
void buildWSConfusableData(SpoofImpl *spImpl, const char * confusablesWS,
|
||||
int32_t confusablesWSLen, UParseError *pe, UErrorCode &status);
|
||||
|
||||
U_NAMESPACE_END
|
||||
|
||||
#endif // !UCONFIG_NO_REGULAR_EXPRESSIONS
|
||||
#endif // !UCONFIG_NO_NORMALIZATION
|
||||
|
Loading…
Reference in New Issue
Block a user