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/
H A Dnormalizer2impl.h659 enum StopAt { STOP_AT_LIMIT, STOP_AT_DECOMP_BOUNDARY, STOP_AT_COMP_BOUNDARY }; enumerator
H A Dnormalizer2impl.cpp938 if ((stopAt == STOP_AT_COMP_BOUNDARY && norm16HasCompBoundaryAfter(norm16, onlyContiguous)) ||
2094 src = decomposeShort(src, limit, STOP_AT_COMP_BOUNDARY, onlyContiguous,
/third_party/node/deps/icu-small/source/common/
H A Dnormalizer2impl.h659 enum StopAt { STOP_AT_LIMIT, STOP_AT_DECOMP_BOUNDARY, STOP_AT_COMP_BOUNDARY }; enumerator
H A Dnormalizer2impl.cpp938 if ((stopAt == STOP_AT_COMP_BOUNDARY && norm16HasCompBoundaryAfter(norm16, onlyContiguous)) ||
2094 src = decomposeShort(src, limit, STOP_AT_COMP_BOUNDARY, onlyContiguous,
/third_party/skia/third_party/externals/icu/source/common/
H A Dnormalizer2impl.h659 enum StopAt { STOP_AT_LIMIT, STOP_AT_DECOMP_BOUNDARY, STOP_AT_COMP_BOUNDARY }; enumerator
H A Dnormalizer2impl.cpp938 if ((stopAt == STOP_AT_COMP_BOUNDARY && norm16HasCompBoundaryAfter(norm16, onlyContiguous)) ||
2094 src = decomposeShort(src, limit, STOP_AT_COMP_BOUNDARY, onlyContiguous,

Completed in 14 milliseconds