Home
last modified time | relevance | path

Searched refs:partials (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DSimpleFilteredSentenceBreakIterator.java264 int[] partials = new int[subCount]; in build() local
272 partials[i] = 0; // default: no partial in build()
286 if (partials[j] == 0) { // hasn't been processed yet in build()
287 partials[j] = SuppressInReverse | AddToForward; in build()
288 } else if ((partials[j] & SuppressInReverse) != 0) { in build()
294 if ((sameAs == -1) && (partials[i] == 0)) { in build()
300 partials[i] = SuppressInReverse | AddToForward; in build()
306 if (partials[i] == 0) { in build()
/external/icu/icu4c/source/i18n/
Dfilteredbrk.cpp392 LocalMemory<int> partials; in build() local
393 partials.allocateInsteadAndReset(subCount); in build()
412 partials[n] = 0; // default: not partial in build()
428 if(partials[j]==0) { // hasn't been processed yet in build()
429 partials[j] = kSuppressInReverse | kAddToForward; in build()
431 } else if(partials[j] & kSuppressInReverse) { in build()
437 FB_TRACE(" == partial #",&ustrs[i],FALSE,partials[i]); in build()
439 if(sameAs == -1 && partials[i] == 0) { in build()
446 partials[i] = kSuppressInReverse | kAddToForward; in build()
454 if(partials[i]==0) { in build()
/external/mesa3d/src/glx/
Dglxhash.c119 unsigned long partials; /* Not at top of linked list */ member
167 table->partials = 0; in __glxHashCreate()
217 ++table->partials; in HashFind()
362 table->hits, table->partials, table->misses); in compute_dist()
/external/libdrm/
Dxf86drmHash.c114 unsigned long partials; /* Not at top of linked list */ member
167 table->partials = 0; in drmHashCreate()
213 ++table->partials; in HashFind()
335 table->entries, table->hits, table->partials, table->misses); in compute_dist()