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

1 2

  /external/pdfium/fxbarcode/pdf417/
BC_PDF417HighLevelEncoder.h 37 static int32_t PUNCTUATION[128];
BC_PDF417HighLevelEncoder.cpp 50 int32_t CBC_PDF417HighLevelEncoder::PUNCTUATION[128] = {0};
137 for (size_t l = 0; l < FX_ArraySize(PUNCTUATION); ++l)
138 PUNCTUATION[l] = -1;
143 PUNCTUATION[b] = i;
177 tmp += PUNCTUATION[ch];
200 tmp += PUNCTUATION[ch];
226 tmp += PUNCTUATION[ch];
230 tmp += PUNCTUATION[ch];
331 return PUNCTUATION[ch] != -1;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
PunctuationTests.java 43 assertTrue("type word then type space should display punctuation strip",
47 assertEquals("type word then type space then punctuation from strip twice",
59 assertEquals("manual pick then space then punctuation from keyboard twice", EXPECTED_RESULT,
73 assertEquals("pick word then pick punctuation twice then type", EXPECTED_RESULT,
90 final String PUNCTUATION = ":";
94 type(PUNCTUATION);
101 final String PUNCTUATION = "(";
105 type(PUNCTUATION);
112 final String PUNCTUATION = ")";
116 type(PUNCTUATION);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Collator.java 67 * <li>QUATERNARY strength: When punctuation is ignored
68 * (see <a href="http://userguide.icu-project.org/collation/concepts#TOC-Ignoring-Punctuation">
71 * be used to distinguish words with and without punctuation (for example,
75 * punctuation is required.
171 * When punctuation is ignored
172 * (see <a href="http://userguide.icu-project.org/collation/concepts#TOC-Ignoring-Punctuation">
173 * Ignoring Punctuation in the User Guide</a>) at PRIMARY to TERTIARY
175 * be used to distinguish words with and without punctuation.
260 * Characters with the punctuation property.
263 public final static int PUNCTUATION = 0x1001
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
Collator.java 66 * <li>QUATERNARY strength: When punctuation is ignored
67 * (see <a href="http://userguide.icu-project.org/collation/concepts#TOC-Ignoring-Punctuation">
70 * be used to distinguish words with and without punctuation (for example,
74 * punctuation is required.
174 * When punctuation is ignored
175 * (see <a href="http://userguide.icu-project.org/collation/concepts#TOC-Ignoring-Punctuation">
176 * Ignoring Punctuation in the User Guide</a>) at PRIMARY to TERTIARY
178 * be used to distinguish words with and without punctuation.
274 * Characters with the punctuation property.
278 public final static int PUNCTUATION = 0x1001
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
richedit.h 1173 } PUNCTUATION;
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-0.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
core.jar 

Completed in 65 milliseconds

1 2