Searched refs:STOP_AT_DECOMP_BOUNDARY (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/icu/source/common/ |
D | normalizer2impl.cpp | 827 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()
|
D | normalizer2impl.h | 659 enum StopAt { STOP_AT_LIMIT, STOP_AT_DECOMP_BOUNDARY, STOP_AT_COMP_BOUNDARY }; enumerator
|
/third_party/node/deps/icu-small/source/common/ |
D | normalizer2impl.cpp | 827 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()
|
D | normalizer2impl.h | 659 enum StopAt { STOP_AT_LIMIT, STOP_AT_DECOMP_BOUNDARY, STOP_AT_COMP_BOUNDARY }; enumerator
|
/third_party/icu/icu4c/source/common/ |
D | normalizer2impl.cpp | 827 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()
|
D | normalizer2impl.h | 659 enum StopAt { STOP_AT_LIMIT, STOP_AT_DECOMP_BOUNDARY, STOP_AT_COMP_BOUNDARY }; enumerator
|