/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
mathutil.h | 47 inline unsigned int unorm(float x) function in namespace:gl
|
utilities.cpp | 428 return D3DCOLOR_RGBA(gl::unorm<8>(color.red), 429 gl::unorm<8>(color.green), 430 gl::unorm<8>(color.blue), 431 gl::unorm<8>(color.alpha));
|
/libcore/luni/src/main/java/libcore/icu/ |
NativeNormalizer.java | 32 // See UNormalizationMode in "unicode/unorm.h". Stable API since ICU 2.0.
|
/external/icu4c/i18n/ |
uspoof_build.cpp | 28 #include "unicode/unorm.h"
|
tmunit.cpp | 22 * (similar to uniset_props.cpp, or unorm.cpp,
|
/external/icu4c/common/ |
unorm.cpp | 6 * File unorm.cpp 21 * load unorm.dat, support Unicode 3.1 with 33 #include "unicode/unorm.h"
|
unorm_it.h | 25 #include "unicode/unorm.h"
|
unormimp.h | 28 * unorm.icu, which is generated with the gennorm tool. 166 * Swap unorm.icu. See udataswp.h. 175 * Description of the format of unorm.icu version 2.3. 185 * in unorm.cpp (runtime normalization code) and 192 * unorm.dat customarily begins with a UDataInfo structure, see udata.h and .c. 235 * - Tries in unorm.dat
|
uprops.h | 350 /** From ucase.c/ucase.icu as well as unorm.cpp/unorm.icu */
|
Android.mk | 86 unormcmp.cpp unorm.cpp \
|
filterednormalizer2.cpp | 24 #include "unicode/unorm.h"
|
ustr_imp.h | 29 /* see also unorm.h */
|
Makefile.org | 80 normlzr.o unorm.o unormcmp.o unorm_it.o chariter.o schriter.o uchriter.o uiter.o \
|
unormcmp.cpp | 16 * unorm_compare() function moved here from unorm.cpp for better modularization. 18 * Allows unorm.cpp to not depend on any character properties code. 25 #include "unicode/unorm.h"
|
/external/icu4c/test/perf/utrie2perf/ |
utrie2perf.cpp | 20 #include "unicode/unorm.h" 28 // and new UTrie2, switched with #if in unorm.cpp and ubidi_props.c.
|
/external/icu4c/data/ |
Makefile | 207 # 2005-may-05 Removed Unicode properties files (unorm.icu, uprops.icu, ucase.icu, ubidi.icu) 342 UNI_CORE_DATA=uprops.icu ucase.icu ubidi.icu unorm.icu 418 # unorm.icu 419 $(BUILDDIR)/unorm.icu: $(UNICODEDATADIR)/UnicodeData.txt $(UNICODEDATADIR)/DerivedNormalizationProps.txt $(UNICODEDATADIR)/BidiMirroring.txt $(TOOLBINDIR)/gennorm$(TOOLEXEEXT) $(BUILDDIR)/$(ICUDT)pnames.icu $(BUILDDIR)/$(ICUDT)uprops.icu $(BUILDDIR)/$(ICUDT)ucase.icu 424 # used to depend on $(BUILDDIR)/$(ICUDT)unorm.icu $(BUILDDIR)/$(ICUDT)ucase.icu 594 # Starting with ICU4C 3.4, the core Unicode properties files (uprops.icu, ucase.icu, ubidi.icu, unorm.icu) 621 # used to depend on uprops.icu ucase.icu ubidi.icu unorm.icu
|
/external/icu4c/common/unicode/ |
docmain.h | 103 * <td>unorm.h</td>
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
SimpleFontDataChromiumWin.cpp | 43 #include <unicode/unorm.h>
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
SimpleFontDataCGWin.cpp | 41 #include <unicode/unorm.h>
|
SimpleFontDataWin.cpp | 38 #include <unicode/unorm.h>
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
SimpleFontDataWx.cpp | 37 #include <unicode/unorm.h>
|
/external/webkit/Source/WebCore/platform/graphics/ |
WidthIterator.cpp | 32 #include <unicode/unorm.h>
|
/external/webkit/Source/WebCore/platform/text/ |
TextEncoding.cpp | 35 #include <unicode/unorm.h>
|
/external/icu4c/tools/toolutil/ |
swapimpl.cpp | 461 udata_printError(ds, "unorm_swap(): data format %02x.%02x.%02x.%02x (format version %02x) is not recognized as unorm.icu\n", 477 udata_printError(ds, "unorm_swap(): too few bytes (%d after header) for unorm.icu\n", 501 udata_printError(ds, "unorm_swap(): too few bytes (%d after header) for all of unorm.icu\n",
|
/external/icu4c/test/cintltst/ |
cnormtst.c | 18 #include "unicode/unorm.h" 33 #include "unicode/unorm.h" [all...] |