OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:accent
(Results
1 - 13
of
13
) 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
173
char
accent
= content.charAt(selStart);
local
174
int composed = event.getDeadChar(
accent
, i);
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java
329
char
accent
= mComposing.charAt(mComposing.length() -1 );
local
330
int composed = KeyEvent.getDeadChar(
accent
, c);
/frameworks/base/core/java/android/view/
KeyCharacterMap.java
208
* @return The associated character or combining
accent
, or 0 if none.
322
* Get the character that is produced by putting
accent
on the character c.
325
* @param
accent
The
accent
character. eg. '`'
329
public static int getDeadChar(int
accent
, int c) {
330
return DEAD.get((
accent
<< 16) | c);
553
*
accent
characters and combined characters if ever necessary.
568
* a printable representation of the
accent
character of a "dead key."
KeyEvent.java
[
all
...]
/external/srec/srec/cfront/
nisthdr.h
136
void setSpeakerAccent(char *
accent
);
/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
...]
/ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex
[
all
...]
/external/v8/test/mjsunit/
unicode-test.js
[
all
...]
/prebuilt/sdk/14/
android.jar
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
Completed in 574 milliseconds