Searched refs:STOP_AT_COMP_BOUNDARY (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/icu4c/source/common/ |
D | normalizer2impl.h | 659 enum StopAt { STOP_AT_LIMIT, STOP_AT_DECOMP_BOUNDARY, STOP_AT_COMP_BOUNDARY }; enumerator
|
D | normalizer2impl.cpp | 938 … 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/ |
D | normalizer2impl.h | 659 enum StopAt { STOP_AT_LIMIT, STOP_AT_DECOMP_BOUNDARY, STOP_AT_COMP_BOUNDARY }; enumerator
|
D | normalizer2impl.cpp | 938 … 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/ |
D | normalizer2impl.h | 659 enum StopAt { STOP_AT_LIMIT, STOP_AT_DECOMP_BOUNDARY, STOP_AT_COMP_BOUNDARY }; enumerator
|
D | normalizer2impl.cpp | 938 … if ((stopAt == STOP_AT_COMP_BOUNDARY && norm16HasCompBoundaryAfter(norm16, onlyContiguous)) || in decomposeShort() 2094 src = decomposeShort(src, limit, STOP_AT_COMP_BOUNDARY, onlyContiguous, in composeUTF8()
|