HomeSort by relevance Sort by last modified time
    Searched defs:isPunctuation (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Basic/
CharInfo.h 132 LLVM_READONLY static inline bool isPunctuation(unsigned char c) {
  /frameworks/base/core/java/android/text/method/
WordIterator.java 283 * by {@link #isPunctuation(int)}, returns the index of the first character
298 * by {@link #isPunctuation(int)}, returns the index of the last character
313 * as defined by {@link #isPunctuation(int)}.
322 return isPunctuation(codePoint);
329 * as defined by {@link #isPunctuation(int)}.
338 return isPunctuation(codePoint);
351 private boolean isPunctuation(int cp) {
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 417 if (Character.isWhitespace(ch2) || isPunctuation(ch2)) {
421 } else if (isPunctuation(ch)) {
587 } else if (isPunctuation(ch)) {
628 private static boolean isPunctuation(char ch) {
    [all...]
  /external/zxing/core/
core.jar 

Completed in 329 milliseconds