/external/svox/pico/lib/ |
picoacph.c | 128 picoos_uint8 boundtype; /* btype for following phrase, 0 if not set */ member in struct:__anon24349 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 | 94 int boundtype[] = {UTF16.SINGLE_CHAR_BOUNDARY, local 106 if (UTF16.bounds(str, i) != boundtype[i]) { 109 if (UTF16.bounds(strbuff, i) != boundtype[i]) { 112 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 | 90 int boundtype[] = {UTF16.SINGLE_CHAR_BOUNDARY, local 102 if (UTF16.bounds(str, i) != boundtype[i]) { 105 if (UTF16.bounds(strbuff, i) != boundtype[i]) { 108 if (UTF16.bounds(array, 0, length, i) != boundtype[i]) { [all...] |