Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: source/i18n/ucol_bld.h

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/i18n/ucol.cpp ('k') | source/i18n/ucol_bld.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/i18n/ucol_bld.h
diff --git a/source/i18n/ucol_bld.h b/source/i18n/ucol_bld.h
deleted file mode 100644
index e722c6cc79d424fed93c14a246e46fd6ac2dc62a..0000000000000000000000000000000000000000
--- a/source/i18n/ucol_bld.h
+++ /dev/null
@@ -1,59 +0,0 @@
-/*
-*******************************************************************************
-*
-* Copyright (C) 2001-2010, International Business Machines
-* Corporation and others. All Rights Reserved.
-*
-*******************************************************************************
-* file name: ucol_tok.cpp
-* encoding: US-ASCII
-* tab size: 8 (not used)
-* indentation:4
-*
-* created 02/22/2001
-* created by: Vladimir Weinstein
-*
-* This module builds a collator based on the rule set.
-*
-*/
-
-#ifndef UCOL_BLD_H
-#define UCOL_BLD_H
-
-#ifdef UCOL_DEBUG
-#include <stdio.h>
-#include <stdlib.h>
-#endif
-
-#include "unicode/utypes.h"
-
-#if !UCONFIG_NO_COLLATION
-/*#if !UCONFIG_NO_COLLATION_BUILDER*/
-
-#include "ucol_imp.h"
-#include "ucol_tok.h"
-#include "ucol_wgt.h"
-
-U_CFUNC
-UCATableHeader *ucol_assembleTailoringTable(UColTokenParser *src, UErrorCode *status);
-
-typedef struct {
- WeightRange ranges[7];
- int32_t noOfRanges;
- uint32_t byteSize; uint32_t start; uint32_t limit;
- int32_t maxCount;
- int32_t count;
- uint32_t current;
- uint32_t fLow; /*forbidden Low */
- uint32_t fHigh; /*forbidden High */
-} ucolCEGenerator;
-
-U_CFUNC uint32_t U_EXPORT2 ucol_getCEStrengthDifference(uint32_t CE, uint32_t contCE,
- uint32_t prevCE, uint32_t prevContCE);
-
-U_INTERNAL int32_t U_EXPORT2 ucol_findReorderingEntry(const char* name);
-
-/*#endif*/ /* #if !UCONFIG_NO_COLLATION_BUILDER */
-#endif /* #if !UCONFIG_NO_COLLATION */
-
-#endif
« no previous file with comments | « source/i18n/ucol.cpp ('k') | source/i18n/ucol_bld.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698