Searched defs:accent (Results 1 - 3 of 3) sorted by relevance

/external/svox/pico/lib/
H A Dpicotrns.c214 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)) {
/external/chromium/third_party/icu/source/i18n/
H A Dusearch.cpp536 * 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
902 * We check the FCD of the character first, if it starts with an accent and
906 * see if it is an non-ignorable accent.
952 // accent = (getFCD(strsrch->search->text, &temp,
958 UBool accent = getFCD(strsrch->search->text, &temp, local
960 if (!accent) {
1350 * accent array
1465 * step 1: split "\u030A\u0301" into 6 other type of potential accent substring
[all...]
/external/icu4c/i18n/
H A Dusearch.cpp546 * 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
912 * We check the FCD of the character first, if it starts with an accent and
916 * see if it is an non-ignorable accent.
962 // accent = (getFCD(strsrch->search->text, &temp,
968 UBool accent = getFCD(strsrch->search->text, &temp, local
970 if (!accent) {
1326 * accent array
1441 * step 1: split "\u030A\u0301" into 6 other type of potential accent substring
[all...]

Completed in 145 milliseconds