Home | History | Annotate | Download | only in phonenumbers

Lines Matching refs:u_charType

77   return character == '%' || u_charType(character) == U_CURRENCY_SYMBOL;
394 if (!u_isalpha(letter) && (u_charType(letter) != U_NON_SPACING_MARK)) {