Searched refs:U16_NEXT_UNSAFE (Results 1 - 9 of 9) sorted by relevance
/external/harfbuzz_ng/src/ |
H A D | hb-icu.cc | 238 U16_NEXT_UNSAFE (decomposed, len, *a); 239 U16_NEXT_UNSAFE (decomposed, len, *b); 275 U16_NEXT_UNSAFE (normalized, len, *a); 276 U16_NEXT_UNSAFE (normalized, len, *b);
|
/external/icu/icu4c/source/common/unicode/ |
H A D | 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) { \ macro 261 * @see U16_NEXT_UNSAFE
|
/external/icu/icu4c/source/common/ |
H A D | uts46.cpp | 797 U16_NEXT_UNSAFE(label, cpLength, c); 957 U16_NEXT_UNSAFE(label, i, c); 994 U16_NEXT_UNSAFE(label, i, c); 1141 U16_NEXT_UNSAFE(label, j, c);
|
H A D | ucase.cpp | 303 U16_NEXT_UNSAFE(closure, idx, c); 380 U16_NEXT_UNSAFE(p, i, c); 423 U16_NEXT_UNSAFE(p, rowCpIndex, c);
|
H A D | normalizer2impl.cpp | 1510 U16_NEXT_UNSAFE(mapping, i, c); 1930 U16_NEXT_UNSAFE(mapping, i, c2); 1937 U16_NEXT_UNSAFE(mapping, i, c2);
|
/external/icu/icu4c/source/i18n/ |
H A D | rulebasedcollator.cpp | 794 U16_NEXT_UNSAFE(decomp, index, c); 811 U16_NEXT_UNSAFE(decomp, index, c);
|
H A D | rbt_pars.cpp | 1665 U16_NEXT_UNSAFE(source, index, c);
|
H A D | regexcmp.cpp | 2618 U16_NEXT_UNSAFE(RECaseFixData, dataIndex, cpToAdd);
|
/external/icu/icu4c/source/test/cintltst/ |
H A D | utf16tst.c | 232 U16_NEXT_UNSAFE(input, setOffset, c);
|
Completed in 259 milliseconds