Searched defs:sstart (Results 1 - 14 of 14) sorted by relevance

/external/harfbuzz/src/
H A Dharfbuzz-tibetan.c215 int sstart = item->item.pos; local
216 int end = sstart + item->item.length;
224 while (sstart < end) {
227 int send = tibetan_nextSyllableBoundary(item->string, sstart, end, &invalid);
228 /* IDEBUG("syllable from %d, length %d, invalid=%s", sstart, send-sstart,
230 syllable.item.pos = sstart;
231 syllable.item.length = send-sstart;
242 for (i = sstart; i < send; ++i)
244 sstart
[all...]
H A Dharfbuzz-hangul.c233 int sstart = item->item.pos; local
234 int end = sstart + item->item.length;
241 while (sstart < end) {
242 int send = hangul_nextSyllableBoundary(item->string, sstart, end);
244 syllable.item.pos = sstart;
245 syllable.item.length = send-sstart;
256 for (i = sstart; i < send; ++i)
258 sstart = send;
H A Dharfbuzz-khmer.c601 int sstart = item->item.pos; local
602 int end = sstart + item->item.length;
611 while (sstart < end) {
613 int send = khmer_nextSyllableBoundary(item->string, sstart, end, &invalid);
614 KHDEBUG("syllable from %d, length %d, invalid=%s", sstart, send-sstart,
616 syllable.item.pos = sstart;
617 syllable.item.length = send-sstart;
633 for (i = sstart; i < send; ++i) {
637 sstart
[all...]
H A Dharfbuzz-myanmar.c468 int sstart = item->item.pos; local
469 int end = sstart + item->item.length;
478 while (sstart < end) {
480 int send = myanmar_nextSyllableBoundary(item->string, sstart, end, &invalid);
481 MMDEBUG("syllable from %d, length %d, invalid=%s", sstart, send-sstart,
483 syllable.item.pos = sstart;
484 syllable.item.length = send-sstart;
501 for (i = sstart; i < send; ++i) {
505 sstart
[all...]
H A Dharfbuzz-indic.cpp1834 int sstart = item->item.pos; local
1835 int end = sstart + item->item.length;
1837 while (sstart < end) {
1839 int send = indic_nextSyllableBoundary(item->item.script, item->string, sstart, end, &invalid);
1840 IDEBUG("syllable from %d, length %d, invalid=%s", sstart, send-sstart,
1842 syllable.item.pos = sstart;
1843 syllable.item.length = send-sstart;
1861 for (i = sstart; i < send; ++i) {
1865 sstart
[all...]
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-tibetan.c215 int sstart = item->item.pos; local
216 int end = sstart + item->item.length;
224 while (sstart < end) {
227 int send = tibetan_nextSyllableBoundary(item->string, sstart, end, &invalid);
228 /* IDEBUG("syllable from %d, length %d, invalid=%s", sstart, send-sstart,
230 syllable.item.pos = sstart;
231 syllable.item.length = send-sstart;
242 for (i = sstart; i < send; ++i)
244 sstart
[all...]
H A Dharfbuzz-hangul.c233 int sstart = item->item.pos; local
234 int end = sstart + item->item.length;
241 while (sstart < end) {
242 int send = hangul_nextSyllableBoundary(item->string, sstart, end);
244 syllable.item.pos = sstart;
245 syllable.item.length = send-sstart;
256 for (i = sstart; i < send; ++i)
258 sstart = send;
H A Dharfbuzz-indic.cpp1832 int sstart = item->item.pos; local
1833 int end = sstart + item->item.length;
1835 while (sstart < end) {
1837 int send = indic_nextSyllableBoundary(item->item.script, item->string, sstart, end, &invalid);
1838 IDEBUG("syllable from %d, length %d, invalid=%s", sstart, send-sstart,
1840 syllable.item.pos = sstart;
1841 syllable.item.length = send-sstart;
1859 for (i = sstart; i < send; ++i) {
1863 sstart
[all...]
H A Dharfbuzz-khmer.c601 int sstart = item->item.pos; local
602 int end = sstart + item->item.length;
611 while (sstart < end) {
613 int send = khmer_nextSyllableBoundary(item->string, sstart, end, &invalid);
614 KHDEBUG("syllable from %d, length %d, invalid=%s", sstart, send-sstart,
616 syllable.item.pos = sstart;
617 syllable.item.length = send-sstart;
633 for (i = sstart; i < send; ++i) {
637 sstart
[all...]
H A Dharfbuzz-myanmar.c469 int sstart = item->item.pos; local
470 int end = sstart + item->item.length;
479 while (sstart < end) {
481 int send = myanmar_nextSyllableBoundary(item->string, sstart, end, &invalid);
482 MMDEBUG("syllable from %d, length %d, invalid=%s", sstart, send-sstart,
484 syllable.item.pos = sstart;
485 syllable.item.length = send-sstart;
502 for (i = sstart; i < send; ++i) {
506 sstart
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_file.c64 char *pos, *end, *sstart; local
92 sstart = os_strchr(pos, '"');
93 if (sstart)
94 sstart = os_strrchr(sstart + 1, '"');
95 if (!sstart)
96 sstart = pos;
97 end = os_strchr(sstart, '#');
/external/qemu-pc-bios/vgabios/
H A Dvgatables.h102 Bit16u sstart; member in struct:__anon12129
108 {//mode class model bits sstart pelm dac
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 206 milliseconds