Home
last modified time | relevance | path

Searched refs:boundtype (Results 1 – 3 of 3) sorted by relevance

/external/svox/pico/lib/
Dpicoacph.c128 picoos_uint8 boundtype; /* btype for following phrase, 0 if not set */ member
190 acph->headx[i].boundtype = 0; in acphInitialize()
518 acph->headx[i].boundtype = in acphSubPhrasing()
522 acph->headx[i].boundtype = in acphSubPhrasing()
526 acph->headx[i].boundtype = in acphSubPhrasing()
531 acph->headx[i].boundtype = in acphSubPhrasing()
541 acph->headx[i].boundtype = in acphSubPhrasing()
583 acph->headx[0].boundtype = in acphSubPhrasing()
587 acph->headx[0].boundtype = in acphSubPhrasing()
591 acph->headx[0].boundtype = in acphSubPhrasing()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUTF16Test.java97 int boundtype[] = {UTF16.SINGLE_CHAR_BOUNDARY, in TestBounds() local
109 if (UTF16.bounds(str, i) != boundtype[i]) { in TestBounds()
112 if (UTF16.bounds(strbuff, i) != boundtype[i]) { in TestBounds()
115 if (UTF16.bounds(array, 0, length, i) != boundtype[i]) { in TestBounds()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUTF16Test.java96 int boundtype[] = {UTF16.SINGLE_CHAR_BOUNDARY, in TestBounds() local
108 if (UTF16.bounds(str, i) != boundtype[i]) { in TestBounds()
111 if (UTF16.bounds(strbuff, i) != boundtype[i]) { in TestBounds()
114 if (UTF16.bounds(array, 0, length, i) != boundtype[i]) { in TestBounds()