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

  /external/icu4c/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 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/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 */
716 * 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/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 1773 milliseconds