Android Char Value Check isTatweel(char c)

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

Description

is Tatweel

Declaration

public static boolean isTatweel(char c) 

Method Source Code

//package com.java2s;

public class Main {
    public static boolean isTatweel(char c) {
        return (c == 0x0640);
    }/*from   www.  jav a 2s .c om*/
}

Related

  1. isArabic(char c)
  2. isHah(char c)
  3. isLatin(char c)
  4. isNumber(char c)
  5. isTashekil(char c)
  6. isYeh(char c)
  7. isLetter(char ch)
  8. isContainSpecialChar(String str, String charSet)