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

  /external/icu4c/test/intltest/
srchtest.cpp 359 UBool isOverlap = (strsrch->getAttribute(USEARCH_OVERLAP) == USEARCH_ON);
602 strsrch->setAttribute(USEARCH_OVERLAP, overlap, status);
    [all...]
  /external/icu4c/i18n/unicode/
usearch.h 158 USEARCH_OVERLAP,
180 /** Value for USEARCH_OVERLAP and USEARCH_CANONICAL_MATCH */
182 /** Value for USEARCH_OVERLAP and USEARCH_CANONICAL_MATCH */
643 * When <tt>USEARCH_OVERLAP</tt> option is off, the last index of the
722 * The UStringSearch options USEARCH_CANONICAL_MATCH, USEARCH_OVERLAP and
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
usearch.h 154 USEARCH_OVERLAP,
169 /** value for USEARCH_OVERLAP and USEARCH_CANONICAL_MATCH */
171 /** value for USEARCH_OVERLAP and USEARCH_CANONICAL_MATCH */
  /external/icu4c/test/cintltst/
usrchtst.c 441 isOverlap = (usearch_getAttribute(strsrch, USEARCH_OVERLAP) == USEARCH_ON);
631 usearch_setAttribute(strsrch, USEARCH_OVERLAP, overlap, &status);
897 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_ON, &status);
899 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_ON) {
907 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_OFF, &status);
909 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF) {
    [all...]
  /external/icu4c/i18n/
search.cpp 55 case USEARCH_OVERLAP :
81 case USEARCH_OVERLAP :
usearch.cpp     [all...]
  /external/icu4c/samples/strsrch/
strsrch.cpp 240 usearch_setAttribute(search, USEARCH_OVERLAP, USEARCH_ON, &status);

Completed in 1641 milliseconds