HomeSort by relevance Sort by last modified time
    Searched refs:accent (Results 1 - 12 of 12) sorted by null

  /external/svox/pico/lib/
picotrns.c 214 picoos_int16 accent = 0; local
225 accent = 0;
231 accent = inSeq[j].sym;
241 if ((accent > 0) && (i == accentpos)) {
252 if (accent > 0) {
253 insertSym(outSeq,out++,accent);
257 if ((accent > 0) && (i == accentpos)) {
  /frameworks/base/core/java/android/text/method/
QwertyKeyListener.java 150 char accent = content.charAt(selStart); local
151 int composed = event.getDeadChar(accent, i);
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 318 char accent = mComposing.charAt(mComposing.length() -1 ); local
319 int composed = KeyEvent.getDeadChar(accent, c);
  /frameworks/base/core/java/android/view/
KeyCharacterMap.java 181 * Get the character that is produced by putting accent on the character
185 public static int getDeadChar(int accent, int c)
187 return DEAD.get((accent << 16) | c);
415 * accent characters and combined characters if ever necessary.
430 * a printable representation of the accent character of a "dead key."
KeyEvent.java 528 * Get the character that is produced by putting accent on the character
532 public static int getDeadChar(int accent, int c) {
533 return KeyCharacterMap.getDeadChar(accent, c);
    [all...]
  /external/srec/srec/cfront/
nisthdr.h 136 void setSpeakerAccent(char *accent);
  /external/chromium/third_party/icu/source/i18n/
usearch.cpp 536 * for the canonical match will take the size of either end's accent into
662 * Getting the next base character offset if current offset is an accent,
757 // * next character is a accent: shift to the next base character
958 UBool accent = getFCD(strsrch->search->text, &temp, local
    [all...]
  /external/icu4c/i18n/
usearch.cpp 546 * for the canonical match will take the size of either end's accent into
672 * Getting the next base character offset if current offset is an accent,
767 // * next character is a accent: shift to the next base character
968 UBool accent = getFCD(strsrch->search->text, &temp, local
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 689 milliseconds