/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | Normalizer2Impl.java | 1151 // which also implies hasCompBoundaryBefore. in compose() 1153 hasCompBoundaryBefore(s, src, limit)) { in compose() 1162 // The mapping is comp-normalized which also implies hasCompBoundaryBefore. in compose() 1164 hasCompBoundaryBefore(s, src, limit)) { in compose() 1178 if (hasCompBoundaryBefore(s, src, limit) || in compose() 1205 } else if (hasCompBoundaryBefore(s, src, limit)) { in compose() 1666 public boolean hasCompBoundaryBefore(int c) { in hasCompBoundaryBefore() method in Normalizer2Impl 2147 private boolean hasCompBoundaryBefore(int c, int norm16) { in hasCompBoundaryBefore() method in Normalizer2Impl 2153 private boolean hasCompBoundaryBefore(CharSequence s, int src, int limit) { in hasCompBoundaryBefore() method in Normalizer2Impl 2154 return src == limit || hasCompBoundaryBefore(Characte in hasCompBoundaryBefore() [all...] |
H A D | Norm2AllModes.java | 238 public boolean hasBoundaryBefore(int c) { return impl.hasCompBoundaryBefore(c); } in hasBoundaryBefore()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | Normalizer2Impl.java | 1160 // which also implies hasCompBoundaryBefore. in compose() 1162 hasCompBoundaryBefore(s, src, limit)) { in compose() 1171 // The mapping is comp-normalized which also implies hasCompBoundaryBefore. in compose() 1173 hasCompBoundaryBefore(s, src, limit)) { in compose() 1187 if (hasCompBoundaryBefore(s, src, limit) || in compose() 1214 } else if (hasCompBoundaryBefore(s, src, limit)) { in compose() 1675 public boolean hasCompBoundaryBefore(int c) { in hasCompBoundaryBefore() method in Normalizer2Impl 2156 private boolean hasCompBoundaryBefore(int c, int norm16) { in hasCompBoundaryBefore() method in Normalizer2Impl 2162 private boolean hasCompBoundaryBefore(CharSequence s, int src, int limit) { in hasCompBoundaryBefore() method in Normalizer2Impl 2163 return src == limit || hasCompBoundaryBefore(Characte in hasCompBoundaryBefore() [all...] |
H A D | Norm2AllModes.java | 254 public boolean hasBoundaryBefore(int c) { return impl.hasCompBoundaryBefore(c); } in hasBoundaryBefore()
|
/third_party/icu/icu4c/source/common/ |
H A D | normalizer2impl.cpp | 1512 // which also implies hasCompBoundaryBefore. 1514 hasCompBoundaryBefore(src, limit)) { 1525 // The mapping is comp-normalized which also implies hasCompBoundaryBefore. 1527 hasCompBoundaryBefore(src, limit)) { 1543 if (hasCompBoundaryBefore(src, limit) || 1570 } else if (hasCompBoundaryBefore(src, limit)) { 1913 // which also implies hasCompBoundaryBefore. 1915 hasCompBoundaryBefore(src, limit)) { 1926 // The mapping is comp-normalized which also implies hasCompBoundaryBefore. 1928 hasCompBoundaryBefore(sr [all...] |
H A D | normalizer2impl.h | 534 UBool hasCompBoundaryBefore(UChar32 c) const { in hasCompBoundaryBefore() function in Normalizer2Impl 676 UBool hasCompBoundaryBefore(UChar32 c, uint16_t norm16) const { in hasCompBoundaryBefore() function in Normalizer2Impl 682 UBool hasCompBoundaryBefore(const UChar *src, const UChar *limit) const; 683 UBool hasCompBoundaryBefore(const uint8_t *src, const uint8_t *limit) const; 942 * This helps with hasCompBoundaryBefore() and compose() fast paths. 949 * compose-normalized, not normalized but hasCompBoundaryBefore(), 951 * hasCompBoundaryBefore() can be determined solely from the norm16 value.
|
H A D | norm2allmodes.h | 334 return impl.hasCompBoundaryBefore(c);
|
/third_party/node/deps/icu-small/source/common/ |
H A D | normalizer2impl.cpp | 1512 // which also implies hasCompBoundaryBefore. 1514 hasCompBoundaryBefore(src, limit)) { 1525 // The mapping is comp-normalized which also implies hasCompBoundaryBefore. 1527 hasCompBoundaryBefore(src, limit)) { 1543 if (hasCompBoundaryBefore(src, limit) || 1570 } else if (hasCompBoundaryBefore(src, limit)) { 1913 // which also implies hasCompBoundaryBefore. 1915 hasCompBoundaryBefore(src, limit)) { 1926 // The mapping is comp-normalized which also implies hasCompBoundaryBefore. 1928 hasCompBoundaryBefore(sr [all...] |
H A D | normalizer2impl.h | 534 UBool hasCompBoundaryBefore(UChar32 c) const { in hasCompBoundaryBefore() function in Normalizer2Impl 676 UBool hasCompBoundaryBefore(UChar32 c, uint16_t norm16) const { in hasCompBoundaryBefore() function in Normalizer2Impl 682 UBool hasCompBoundaryBefore(const char16_t *src, const char16_t *limit) const; 683 UBool hasCompBoundaryBefore(const uint8_t *src, const uint8_t *limit) const; 943 * This helps with hasCompBoundaryBefore() and compose() fast paths. 950 * compose-normalized, not normalized but hasCompBoundaryBefore(), 952 * hasCompBoundaryBefore() can be determined solely from the norm16 value.
|
H A D | norm2allmodes.h | 334 return impl.hasCompBoundaryBefore(c);
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | normalizer2impl.cpp | 1512 // which also implies hasCompBoundaryBefore. 1514 hasCompBoundaryBefore(src, limit)) { 1525 // The mapping is comp-normalized which also implies hasCompBoundaryBefore. 1527 hasCompBoundaryBefore(src, limit)) { 1543 if (hasCompBoundaryBefore(src, limit) || 1570 } else if (hasCompBoundaryBefore(src, limit)) { 1913 // which also implies hasCompBoundaryBefore. 1915 hasCompBoundaryBefore(src, limit)) { 1926 // The mapping is comp-normalized which also implies hasCompBoundaryBefore. 1928 hasCompBoundaryBefore(sr [all...] |
H A D | normalizer2impl.h | 534 UBool hasCompBoundaryBefore(UChar32 c) const { in hasCompBoundaryBefore() function in Normalizer2Impl 676 UBool hasCompBoundaryBefore(UChar32 c, uint16_t norm16) const { in hasCompBoundaryBefore() function in Normalizer2Impl 682 UBool hasCompBoundaryBefore(const UChar *src, const UChar *limit) const; 683 UBool hasCompBoundaryBefore(const uint8_t *src, const uint8_t *limit) const; 942 * This helps with hasCompBoundaryBefore() and compose() fast paths. 949 * compose-normalized, not normalized but hasCompBoundaryBefore(), 951 * hasCompBoundaryBefore() can be determined solely from the norm16 value.
|
H A D | norm2allmodes.h | 334 return impl.hasCompBoundaryBefore(c);
|
/third_party/icu/icu4c/source/tools/gennorm2/ |
H A D | norms.h | 93 UBool hasCompBoundaryBefore, hasCompBoundaryAfter; member
|
H A D | n2builder.cpp | 355 norm.hasCompBoundaryBefore= in postProcess() 374 } else if(!norm.hasCompBoundaryBefore) { in postProcess() 386 norm.hasCompBoundaryBefore= in postProcess()
|
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/ |
H A D | norms.h | 93 UBool hasCompBoundaryBefore, hasCompBoundaryAfter; member
|
H A D | n2builder.cpp | 355 norm.hasCompBoundaryBefore= in postProcess() 374 } else if(!norm.hasCompBoundaryBefore) { in postProcess() 386 norm.hasCompBoundaryBefore= in postProcess()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |