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

1 2

  /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 266 * by {@link #isPunctuation(int)}, returns the index of the first character
282 * by {@link #isPunctuation(int)}, returns the index of the last character
298 * as defined by {@link #isPunctuation(int)}.
306 return isPunctuation(codePoint);
313 * as defined by {@link #isPunctuation(int)}.
321 return isPunctuation(codePoint);
355 private static boolean isPunctuation(int cp) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
CharInfo.h 132 LLVM_READONLY static inline bool isPunctuation(unsigned char c) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
CharInfo.h 132 LLVM_READONLY static inline bool isPunctuation(unsigned char c) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
CharInfo.h 132 LLVM_READONLY static inline bool isPunctuation(unsigned char c) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
CharInfo.h 132 LLVM_READONLY static inline bool isPunctuation(unsigned char c) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
CharInfo.h 132 LLVM_READONLY static inline bool isPunctuation(unsigned char c) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
CharInfo.h 132 LLVM_READONLY static inline bool isPunctuation(unsigned char c) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
CharInfo.h 132 LLVM_READONLY static inline bool isPunctuation(unsigned char c) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
CharInfo.h 132 LLVM_READONLY static inline bool isPunctuation(unsigned char c) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
CharInfo.h 132 LLVM_READONLY static inline bool isPunctuation(unsigned char c) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
CharInfo.h 132 LLVM_READONLY static inline bool isPunctuation(unsigned char c) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
CharInfo.h 132 LLVM_READONLY static inline bool isPunctuation(unsigned char c) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
CharInfo.h 132 LLVM_READONLY static inline bool isPunctuation(unsigned char c) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
CharInfo.h 132 LLVM_READONLY static inline bool isPunctuation(unsigned char c) {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
CharInfo.h 132 LLVM_READONLY static inline bool isPunctuation(unsigned char c) {
  /external/pdfium/fxbarcode/pdf417/
BC_PDF417HighLevelEncoder.cpp 219 if (isPunctuation(next)) {
229 if (isPunctuation(ch)) {
330 bool CBC_PDF417HighLevelEncoder::isPunctuation(wchar_t ch) {
  /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...]
  /packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
KeyboardView.java 811 } else if (isPunctuation(label)) {
    [all...]
  /external/zxing/core/
core.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 

Completed in 375 milliseconds

1 2