Android Char Value Check isHah(char c)

Here you can find the source of isHah(char c)

Description

is Hah

Declaration

public static boolean isHah(char c) 

Method Source Code

//package com.java2s;

public class Main {
    public static boolean isHah(char c) {
        return (c == 0x0629 || c == 0x0647);
    }/*from   w  w  w  .j a v  a  2  s .c  om*/
}

Related

  1. getNthIndexOf(char c, String str, int n)
  2. displayWidth(char ch)
  3. getCharType(char c)
  4. isAlef(char c)
  5. isArabic(char c)
  6. isLatin(char c)
  7. isNumber(char c)
  8. isTashekil(char c)
  9. isTatweel(char c)