Searched refs:hyphen (Results 1 – 8 of 8) sorted by relevance
35 HyphenEdit() : hyphen(0) { } in HyphenEdit()36 HyphenEdit(uint32_t hyphenInt) : hyphen(hyphenInt) { } in HyphenEdit()37 bool hasHyphen() const { return hyphen != 0; } in hasHyphen()38 bool operator==(const HyphenEdit &other) const { return hyphen == other.hyphen; }40 uint32_t hyphen;
75 void setHyphenEdit(uint32_t hyphen) { in setHyphenEdit() argument76 mHyphenEdit = hyphen; in setHyphenEdit()
504 final int hyphen = '-'; in containsOnlyAlphaDigitHyphen() local515 (codepoint == hyphen))) { in containsOnlyAlphaDigitHyphen()
620 HyphenEdit hyphen = ctx->paint.hyphenEdit; in doLayoutRunCached() local630 ctx->paint.hyphenEdit = wordend >= start + count ? hyphen : HyphenEdit(); in doLayoutRunCached()645 ctx->paint.hyphenEdit = iter == end ? hyphen : HyphenEdit(); in doLayoutRunCached()
1552 public void setHyphenEdit(int hyphen) { in setHyphenEdit() argument1553 nSetHyphenEdit(mNativePaint, hyphen); in setHyphenEdit()2712 private static native void nSetHyphenEdit(long paintPtr, int hyphen); in nSetHyphenEdit() argument
42 <code>res/</code> that include a hyphen and the ISO language code at the end of the
387 static jint getHyphenEdit(JNIEnv* env, jobject clazz, jlong paintHandle, jint hyphen) { in getHyphenEdit() argument392 static void setHyphenEdit(JNIEnv* env, jobject clazz, jlong paintHandle, jint hyphen) { in setHyphenEdit() argument394 paint->setHyphenEdit((uint32_t)hyphen); in setHyphenEdit()
1104 /*package*/ static void nSetHyphenEdit(long nativePaint, int hyphen) { in nSetHyphenEdit() argument1109 delegate.mHyphenEdit = hyphen; in nSetHyphenEdit()