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

  /external/svox/pico/lib/
picoacph.c 128 picoos_uint8 boundtype; /* btype for following phrase, 0 if not set */ member in struct:__anon32134
190 acph->headx[i].boundtype = 0;
518 acph->headx[i].boundtype =
522 acph->headx[i].boundtype =
526 acph->headx[i].boundtype =
531 acph->headx[i].boundtype =
541 acph->headx[i].boundtype =
583 acph->headx[0].boundtype =
587 acph->headx[0].boundtype =
591 acph->headx[0].boundtype
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UTF16Test.java 97 int boundtype[] = {UTF16.SINGLE_CHAR_BOUNDARY, local
109 if (UTF16.bounds(str, i) != boundtype[i]) {
112 if (UTF16.bounds(strbuff, i) != boundtype[i]) {
115 if (UTF16.bounds(array, 0, length, i) != boundtype[i]) {
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UTF16Test.java 96 int boundtype[] = {UTF16.SINGLE_CHAR_BOUNDARY, local
108 if (UTF16.bounds(str, i) != boundtype[i]) {
111 if (UTF16.bounds(strbuff, i) != boundtype[i]) {
114 if (UTF16.bounds(array, 0, length, i) != boundtype[i]) {
    [all...]

Completed in 216 milliseconds