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

  /external/chromium_org/third_party/icu/source/test/cintltst/
usrchtst.c 532 usearch_setAttribute(strsrch, USEARCH_OVERLAP, overlap, &status);
798 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_ON, &status);
800 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_ON) {
808 usearch_setAttribute(strsrch, USEARCH_OVERLAP, USEARCH_OFF, &status);
810 usearch_getAttribute(strsrch, USEARCH_OVERLAP) != USEARCH_OFF) {
    [all...]
  /external/icu4c/test/intltest/
srchtest.cpp 359 UBool isOverlap = (strsrch->getAttribute(USEARCH_OVERLAP) == USEARCH_ON);
602 strsrch->setAttribute(USEARCH_OVERLAP, overlap, status);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
srchtest.cpp 499 strsrch->setAttribute(USEARCH_OVERLAP, overlap, status);
914 strsrch->setAttribute(USEARCH_OVERLAP, USEARCH_ON, status);
916 strsrch->getAttribute(USEARCH_OVERLAP) != USEARCH_ON) {
925 strsrch->setAttribute(USEARCH_OVERLAP, USEARCH_OFF, status);
927 strsrch->getAttribute(USEARCH_OVERLAP) != USEARCH_OFF) {
    [all...]
  /external/chromium_org/third_party/icu/source/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 */
716 * The UStringSearch options USEARCH_CANONICAL_MATCH, USEARCH_OVERLAP and
    [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/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/chromium_org/third_party/icu/source/i18n/
search.cpp 55 case USEARCH_OVERLAP :
81 case USEARCH_OVERLAP :
usearch.cpp     [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 895 milliseconds