/external/harfbuzz_ng/src/ |
hb-icu.cc | 239 U16_NEXT_UNSAFE (decomposed, len, *a); 240 U16_NEXT_UNSAFE (decomposed, len, *b); 276 U16_NEXT_UNSAFE (normalized, len, *a); 277 U16_NEXT_UNSAFE (normalized, len, *b);
|
/external/icu/icu4c/source/common/unicode/ |
utf16.h | 156 * Iteration through a string is more efficient with U16_NEXT_UNSAFE or U16_NEXT. 188 * Iteration through a string is more efficient with U16_NEXT_UNSAFE or U16_NEXT. 235 #define U16_NEXT_UNSAFE(s, i, c) { \ 261 * @see U16_NEXT_UNSAFE
|
/external/icu/icu4c/source/common/ |
ucase.cpp | 303 U16_NEXT_UNSAFE(closure, idx, c); 380 U16_NEXT_UNSAFE(p, i, c); 423 U16_NEXT_UNSAFE(p, rowCpIndex, c); [all...] |
uts46.cpp | 814 U16_NEXT_UNSAFE(label, cpLength, c); [all...] |
normalizer2impl.cpp | [all...] |
/frameworks/minikin/libs/minikin/ |
FontCollection.cpp | 328 U16_NEXT_UNSAFE(decomposed, off, ch);
|
/external/icu/icu4c/source/i18n/ |
rulebasedcollator.cpp | 794 U16_NEXT_UNSAFE(decomp, index, c); 811 U16_NEXT_UNSAFE(decomp, index, c); [all...] |
rbt_pars.cpp | [all...] |
regexcmp.cpp | [all...] |
/external/icu/icu4c/source/test/cintltst/ |
utf16tst.c | 232 U16_NEXT_UNSAFE(input, setOffset, c);
|