Home
last modified time | relevance | path

Searched refs:STOP_AT_COMP_BOUNDARY (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/icu4c/source/common/
Dnormalizer2impl.h659 enum StopAt { STOP_AT_LIMIT, STOP_AT_DECOMP_BOUNDARY, STOP_AT_COMP_BOUNDARY }; enumerator
Dnormalizer2impl.cpp938 … if ((stopAt == STOP_AT_COMP_BOUNDARY && norm16HasCompBoundaryAfter(norm16, onlyContiguous)) || in decomposeShort()
2094 src = decomposeShort(src, limit, STOP_AT_COMP_BOUNDARY, onlyContiguous, in composeUTF8()
/third_party/node/deps/icu-small/source/common/
Dnormalizer2impl.h659 enum StopAt { STOP_AT_LIMIT, STOP_AT_DECOMP_BOUNDARY, STOP_AT_COMP_BOUNDARY }; enumerator
Dnormalizer2impl.cpp938 … if ((stopAt == STOP_AT_COMP_BOUNDARY && norm16HasCompBoundaryAfter(norm16, onlyContiguous)) || in decomposeShort()
2094 src = decomposeShort(src, limit, STOP_AT_COMP_BOUNDARY, onlyContiguous, in composeUTF8()
/third_party/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.h659 enum StopAt { STOP_AT_LIMIT, STOP_AT_DECOMP_BOUNDARY, STOP_AT_COMP_BOUNDARY }; enumerator
Dnormalizer2impl.cpp938 … if ((stopAt == STOP_AT_COMP_BOUNDARY && norm16HasCompBoundaryAfter(norm16, onlyContiguous)) || in decomposeShort()
2094 src = decomposeShort(src, limit, STOP_AT_COMP_BOUNDARY, onlyContiguous, in composeUTF8()