Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.cpp827 src = decomposeShort(src, limit, STOP_AT_DECOMP_BOUNDARY, FALSE /* onlyContiguous */, in decomposeUTF8()
873 if (cc == 0 && stopAt == STOP_AT_DECOMP_BOUNDARY) { in decomposeShort()
880 if (stopAt == STOP_AT_DECOMP_BOUNDARY && buffer.getLastCC() <= 1) { in decomposeShort()
931 if (leadCC == 0 && stopAt == STOP_AT_DECOMP_BOUNDARY) { in decomposeShort()
939 (stopAt == STOP_AT_DECOMP_BOUNDARY && buffer.getLastCC() <= 1)) { in decomposeShort()
Dnormalizer2impl.h659 enum StopAt { STOP_AT_LIMIT, STOP_AT_DECOMP_BOUNDARY, STOP_AT_COMP_BOUNDARY }; enumerator
/third_party/node/deps/icu-small/source/common/
Dnormalizer2impl.cpp827 src = decomposeShort(src, limit, STOP_AT_DECOMP_BOUNDARY, FALSE /* onlyContiguous */, in decomposeUTF8()
873 if (cc == 0 && stopAt == STOP_AT_DECOMP_BOUNDARY) { in decomposeShort()
880 if (stopAt == STOP_AT_DECOMP_BOUNDARY && buffer.getLastCC() <= 1) { in decomposeShort()
931 if (leadCC == 0 && stopAt == STOP_AT_DECOMP_BOUNDARY) { in decomposeShort()
939 (stopAt == STOP_AT_DECOMP_BOUNDARY && buffer.getLastCC() <= 1)) { in decomposeShort()
Dnormalizer2impl.h659 enum StopAt { STOP_AT_LIMIT, STOP_AT_DECOMP_BOUNDARY, STOP_AT_COMP_BOUNDARY }; enumerator
/third_party/icu/icu4c/source/common/
Dnormalizer2impl.cpp827 src = decomposeShort(src, limit, STOP_AT_DECOMP_BOUNDARY, FALSE /* onlyContiguous */, in decomposeUTF8()
873 if (cc == 0 && stopAt == STOP_AT_DECOMP_BOUNDARY) { in decomposeShort()
880 if (stopAt == STOP_AT_DECOMP_BOUNDARY && buffer.getLastCC() <= 1) { in decomposeShort()
931 if (leadCC == 0 && stopAt == STOP_AT_DECOMP_BOUNDARY) { in decomposeShort()
939 (stopAt == STOP_AT_DECOMP_BOUNDARY && buffer.getLastCC() <= 1)) { in decomposeShort()
Dnormalizer2impl.h659 enum StopAt { STOP_AT_LIMIT, STOP_AT_DECOMP_BOUNDARY, STOP_AT_COMP_BOUNDARY }; enumerator