/external/chromium_org/third_party/icu/source/common/unicode/ |
normalizer2.h | 50 * Not only are the standard compose and decompose modes supplied, 93 * @param mode normalization mode (compose or decompose etc.)
|
/external/chromium_org/third_party/icu/source/common/ |
unormimp.h | 159 /** Options bit 0, do not decompose Hangul syllables. @draft ICU 2.6 */ 161 /** Options bit 1, do not decompose CJK compatibility characters. @draft ICU 2.6 */
|
normlzr.cpp | 164 Normalizer::decompose(const UnicodeString& source, function in class:Normalizer
|
/external/harfbuzz_ng/test/api/ |
test-unicode.c | 824 /* Test decompose() */ 835 /* Non-starter pairs decompose, but not compose */
|
/external/icu4c/common/ |
normalizer2.cpp | 290 impl.decompose(src, limit, &buffer, errorCode); 301 return impl.decompose(src, limit, NULL, errorCode); [all...] |
unormimp.h | 159 /** Options bit 0, do not decompose Hangul syllables. */ 161 /** Options bit 1, do not decompose CJK compatibility characters. */
|
normlzr.cpp | 163 Normalizer::decompose(const UnicodeString& source, function in class:Normalizer
|
/external/icu4c/common/unicode/ |
normalizer2.h | 50 * Not only are the standard compose and decompose modes supplied, 169 * @param mode normalization mode (compose or decompose etc.)
|
unorm2.h | 64 * would yield the same form as DECOMPOSE. 204 * @param mode normalization mode (compose or decompose etc.)
|
/frameworks/base/docs/html/guide/components/ |
aidl.jd | 33 memory of another process. So to talk, they need to decompose their objects into primitives that the 335 important because it allows the Android system to decompose objects into primitives that can be
|
/external/icu4c/tools/gennorm2/ |
n2builder.cpp | 440 didDecompose|=builder.decompose(start, end, value); 447 Normalizer2DataBuilder::decompose(UChar32 start, UChar32 end, uint32_t value) { function in class:Normalizer2DataBuilder 508 int32_t hangulLength=Hangul::decompose(c, buffer); [all...] |
/external/bison/src/ |
files.c | 177 /* Decompose FILE_NAME in four parts: *BASE, *TAB, and *EXT, the fourth
|
/external/chromium_org/third_party/freetype/include/freetype/ |
ftoutln.h | 88 /* Walk over an outline's structure to decompose it into individual */ [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-shape-complex-indic.cc | 858 /* 2. Decompose and reorder Matras: [all...] |
hb-ot-shape-complex-myanmar.cc | 539 NULL, /* decompose */
|
hb-ot-shape.cc | 648 /* TODO Move this to hb-ot-shape-normalize, make it do decompose, and make it public. */
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
itspoof.cpp | 366 Normalizer::decompose(rawExpected, TRUE, 0, expected, status);
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/ |
t_dd_tritmp.h | 42 * DO_UNFILLED: Decompose triangles to lines and points where appropriate.
|
/external/clang/include/clang/Basic/ |
SourceLocation.h | 301 /// \brief Decompose the specified location into a raw FileID + Offset pair.
|
/external/freetype/include/freetype/ |
ftoutln.h | 88 /* Walk over an outline's structure to decompose it into individual */ [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-indic.cc | 798 /* 2. Decompose and reorder Matras: [all...] |
hb-ot-shape-complex-myanmar.cc | 540 NULL, /* decompose */
|
hb-ot-shape.cc | 601 /* TODO Move this to hb-ot-shape-normalize, make it do decompose, and make it public. */
|
/external/llvm/docs/ |
ExtendingLLVM.rst | 145 code you wrote in ``LegalizeOp`` above to decompose your new node into other
|
/external/mesa3d/src/mesa/tnl_dd/ |
t_dd_tritmp.h | 42 * DO_UNFILLED: Decompose triangles to lines and points where appropriate.
|