Home | History | Annotate | Download | only in lib

Lines Matching full:ncount

798     picoos_uint32 nCount;
812 for (nCount = 0; nCount < inLen; ) {
813 if (!picobase_get_next_utf8char(sInChar, inLen, &nCount, cstr)) {
819 if (nCount == pos) {
841 picoos_uint8 nCount;
873 /* set start nCount to position of start of last utfchar */
876 nCount is (start position + 1) of utf8 char */
879 nCount = utfpos + 1;
886 while (nCount > 0) {
887 PICODBG_TRACE(("right-to-left g2p, count: %d", nCount));
890 if (!saGetNrVowel(this, sa, graph, graphlen, nCount-1, &nrvow,
901 nCount-1, /*grapheme current position*/
938 PICODBG_TRACE(("epsilon, no phone added %c", graph[nCount-1]));
946 PICODBG_TRACE(("%c %d",graph[nCount-1],dtresv.classvec[i]));
975 /* nCount is in +1 domain */
976 if (nCount <= 1) {
978 nCount = 0;
980 utfpos = nCount - 1;
986 nCount = utfpos + 1;