Searched refs:ubrk_open (Results 1 - 24 of 24) sorted by relevance

/external/icu4c/samples/break/
H A Dubreak.c94 boundary = ubrk_open(UBRK_SENTENCE, "en_us", stringToExamine,
97 printf("ubrk_open error: %s\n", u_errorName(status));
108 boundary = ubrk_open(UBRK_WORD, "en_us", stringToExamine,
/external/icu4c/test/cintltst/
H A Dcbiapts.c153 /*test ubrk_open()*/
157 word = ubrk_open(UBRK_WORD, "en_US", text, u_strlen(text), &status);
162 log_err_status(status, "FAIL: Error in ubrk_open() for word breakiterator: %s\n", myErrorName(status));
168 sentence = ubrk_open(UBRK_SENTENCE, "en_US", text, u_strlen(text), &status);
170 log_err_status(status, "FAIL: Error in ubrk_open() for sentence breakiterator: %s\n", myErrorName(status));
177 line = ubrk_open(UBRK_LINE, "en_US", text, u_strlen(text), &status);
179 log_err("FAIL: Error in ubrk_open() for line breakiterator: %s\n", myErrorName(status));
186 character = ubrk_open(UBRK_CHARACTER, "en_US", text, u_strlen(text), &status);
188 log_err("FAIL: Error in ubrk_open() for character breakiterator: %s\n", myErrorName(status));
195 bogus = ubrk_open((UBreakIteratorTyp
[all...]
H A Dcstrcase.c241 titleIterChars=ubrk_open(UBRK_CHARACTER, "", beforeTitle, sizeof(beforeTitle)/U_SIZEOF_UCHAR, &errorCode);
243 log_err_status(errorCode, "error: ubrk_open(UBRK_CHARACTER)->%s\n", u_errorName(errorCode));
345 titleIterWord=ubrk_open(UBRK_WORD, "", beforeTitle, sizeof(beforeTitle)/U_SIZEOF_UCHAR, &errorCode);
347 log_err_status(errorCode, "error: ubrk_open(UBRK_WORD)->%s\n", u_errorName(errorCode));
925 sentenceIter=ubrk_open(UBRK_SENTENCE, "", NULL, 0, &errorCode);
927 log_err("error: ubrk_open(UBRK_SENTENCE) failed - %s\n", u_errorName(errorCode));
H A Dusrchtst.c81 EN_WORDBREAKER_ = ubrk_open(UBRK_WORD, "en_US", NULL, 0, status);
82 EN_CHARACTERBREAKER_ = ubrk_open(UBRK_CHARACTER, "en_US", NULL, 0,
205 UBreakIterator *breakiter = ubrk_open(UBRK_WORD, "en_US",
H A Dcloctst.c2326 obj = ubrk_open(UBRK_WORD,
2332 log_err("ubrk_open failed. Error: %s \n", u_errorName(ec));
/external/chromium/base/i18n/
H A Dbreak_iterator.cc44 iter_ = ubrk_open(break_type, NULL,
48 NOTREACHED() << "ubrk_open failed";
/external/icu4c/common/unicode/
H A Dubrk.h214 ubrk_open(UBreakIteratorType type,
232 * @see ubrk_open
H A Durename.h494 #define ubrk_open U_ICU_ENTRY_POINT_RENAME(ubrk_open) macro
/external/webkit/Source/WebCore/icu/unicode/
H A Dubrk.h157 * boundary = ubrk_open(UBRK_SENTENCE, "en_us", stringToExamine, u_strlen(stringToExamine), &status);
165 * boundary = ubrk_open(UBRK_WORD, "en_us", stringToExamine, u_strlen(stringToExamine), &status);
314 ubrk_open(UBreakIteratorType type,
332 * @see ubrk_open
H A Durename.h358 #define ubrk_open ubrk_open_3_2 macro
/external/icu4c/test/perf/strsrchperf/
H A Dstrsrchperf.cpp34 UBreakIterator* brk = ubrk_open(UBRK_WORD, locale, src, srcLen, &status);
/external/webkit/Source/WebCore/platform/text/
H A DTextBreakIteratorICU.cpp42 iterator = reinterpret_cast<TextBreakIterator*>(ubrk_open(type, currentTextBreakLocaleID(), 0, 0, &openStatus));
/external/icu4c/common/
H A Dubrk.cpp26 // ubrk_open Create a canned type of break iterator based on type (word, line, etc.)
31 ubrk_open(UBreakIteratorType type, function
H A Ducasemap.c285 csm->iter=ubrk_open(UBRK_WORD, csm->locale,
H A Dustrcase.c222 csm->iter=ubrk_open(UBRK_WORD, csm->locale,
/external/icu4c/i18n/
H A Dbmsearch.cpp167 charBreakIterator = ubrk_open(UBRK_CHARACTER, ucol_getLocaleByType(coll, ULOC_VALID_LOCALE, &status),
H A Dusearch.cpp2727 result->search->internalBreakIter = ubrk_open(UBRK_CHARACTER, ucol_getLocaleByType(result->collator, ULOC_VALID_LOCALE, status), text, textlength, status);
3022 strsrch->search->internalBreakIter = ubrk_open(UBRK_CHARACTER, ucol_getLocaleByType(collator, ULOC_VALID_LOCALE, status),
/external/icu4c/test/intltest/
H A Dstrcase.cpp492 iter.adoptInstead(ubrk_open((UBreakIteratorType)type, cLocaleID, NULL, 0, &status));
H A Dssearch.cpp1966 UBreakIterator *charBreakIterator = ubrk_open(UBRK_CHARACTER, ucol_getLocaleByType(coll, ULOC_VALID_LOCALE, &status),
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h358 #define ubrk_open ubrk_open_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h358 #define ubrk_open ubrk_open_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h358 #define ubrk_open ubrk_open_3_2 macro
/external/sqlite/dist/
H A Dsqlite3.c.orig[all...]
H A Dsqlite3.c[all...]

Completed in 247 milliseconds