ICU 58.2  58.2
ubrk.h
Go to the documentation of this file.
1 // Copyright (C) 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
3 /*
4 ******************************************************************************
5 * Copyright (C) 1996-2015, International Business Machines Corporation and others.
6 * All Rights Reserved.
7 ******************************************************************************
8 */
9 
10 #ifndef UBRK_H
11 #define UBRK_H
12 
13 #include "unicode/utypes.h"
14 #include "unicode/uloc.h"
15 #include "unicode/utext.h"
16 #include "unicode/localpointer.h"
17 
22 #ifndef UBRK_TYPEDEF_UBREAK_ITERATOR
23 # define UBRK_TYPEDEF_UBREAK_ITERATOR
24 
29 #endif
30 
31 #if !UCONFIG_NO_BREAK_ITERATION
32 
33 #include "unicode/parseerr.h"
34 
99 typedef enum UBreakIteratorType {
108 
109 #ifndef U_HIDE_DEPRECATED_API
110 
124 #endif // U_HIDE_DEPRECATED_API
126 
130 #define UBRK_DONE ((int32_t) -1)
131 
132 
144 typedef enum UWordBreak {
167 } UWordBreak;
168 
180 typedef enum ULineBreakTag {
190 } ULineBreakTag;
191 
192 
193 
205 typedef enum USentenceBreakTag {
222 
223 
240 U_STABLE UBreakIterator* U_EXPORT2
242  const char *locale,
243  const UChar *text,
244  int32_t textLength,
245  UErrorCode *status);
246 
262 U_STABLE UBreakIterator* U_EXPORT2
263 ubrk_openRules(const UChar *rules,
264  int32_t rulesLength,
265  const UChar *text,
266  int32_t textLength,
267  UParseError *parseErr,
268  UErrorCode *status);
269 
288 U_STABLE UBreakIterator * U_EXPORT2
290  const UBreakIterator *bi,
291  void *stackBuffer,
292  int32_t *pBufferSize,
293  UErrorCode *status);
294 
295 #ifndef U_HIDE_DEPRECATED_API
296 
301 #define U_BRK_SAFECLONE_BUFFERSIZE 1
302 
303 #endif /* U_HIDE_DEPRECATED_API */
304 
311 U_STABLE void U_EXPORT2
313 
314 #if U_SHOW_CPLUSPLUS_API
315 
317 
328 
330 
331 #endif
332 
345 U_STABLE void U_EXPORT2
347  const UChar* text,
348  int32_t textLength,
349  UErrorCode* status);
350 
351 
369 U_STABLE void U_EXPORT2
371  UText* text,
372  UErrorCode* status);
373 
374 
375 
384 U_STABLE int32_t U_EXPORT2
385 ubrk_current(const UBreakIterator *bi);
386 
396 U_STABLE int32_t U_EXPORT2
398 
408 U_STABLE int32_t U_EXPORT2
410 
418 U_STABLE int32_t U_EXPORT2
420 
430 U_STABLE int32_t U_EXPORT2
432 
442 U_STABLE int32_t U_EXPORT2
444  int32_t offset);
445 
455 U_STABLE int32_t U_EXPORT2
457  int32_t offset);
458 
468 U_STABLE const char* U_EXPORT2
469 ubrk_getAvailable(int32_t index);
470 
479 U_STABLE int32_t U_EXPORT2
480 ubrk_countAvailable(void);
481 
482 
492 U_STABLE UBool U_EXPORT2
493 ubrk_isBoundary(UBreakIterator *bi, int32_t offset);
494 
504 U_STABLE int32_t U_EXPORT2
506 
524 U_STABLE int32_t U_EXPORT2
525 ubrk_getRuleStatusVec(UBreakIterator *bi, int32_t *fillInVec, int32_t capacity, UErrorCode *status);
526 
536 U_STABLE const char* U_EXPORT2
538 
564 U_STABLE void U_EXPORT2
566  UText *text,
567  UErrorCode *status);
568 
569 #endif /* #if !UCONFIG_NO_BREAK_ITERATION */
570 
571 #endif
struct UBreakIterator UBreakIterator
Opaque type representing an ICU Break iterator object.
Definition: ubrk.h:28
Tag value for for sentences that do not contain an ending sentence terminator ('. ...
Definition: ubrk.h:217
UBreakIterator * ubrk_safeClone(const UBreakIterator *bi, void *stackBuffer, int32_t *pBufferSize, UErrorCode *status)
Thread safe cloning operation.
Tag value for words containing kana characters, upper limit.
Definition: ubrk.h:162
Tag value for words containing ideographic characters, lower limit.
Definition: ubrk.h:164
void ubrk_setUText(UBreakIterator *bi, UText *text, UErrorCode *status)
Sets an existing iterator to point to a new piece of text.
Tag value for words containing letters, upper limit.
Definition: ubrk.h:158
int32_t ubrk_next(UBreakIterator *bi)
Advance the iterator to the boundary following the current boundary.
void ubrk_refreshUText(UBreakIterator *bi, UText *text, UErrorCode *status)
Set the subject text string upon which the break iterator is operating without changing any other asp...
Upper bound for hard line breaks.
Definition: ubrk.h:189
Tag value for words containing kana characters, lower limit.
Definition: ubrk.h:160
Character breaks.
Definition: ubrk.h:101
ULineBreakTag
Enum constants for the line break tags returned by getRuleStatus().
Definition: ubrk.h:180
UWordBreak
Enum constants for the word break tags returned by getRuleStatus().
Definition: ubrk.h:144
USentenceBreakTag
Enum constants for the sentence break tags returned by getRuleStatus().
Definition: ubrk.h:205
Tag value for a hard, or mandatory line break.
Definition: ubrk.h:187
Upper bound for tags for sentences ended by sentence terminators.
Definition: ubrk.h:212
UBreakIteratorType
The possible types of text boundaries.
Definition: ubrk.h:99
Tag value for for sentences ending with a sentence terminator ('.
Definition: ubrk.h:210
UBreakIterator * ubrk_open(UBreakIteratorType type, const char *locale, const UChar *text, int32_t textLength, UErrorCode *status)
Open a new UBreakIterator for locating text boundaries for a specified locale.
Word breaks.
Definition: ubrk.h:103
int32_t ubrk_getRuleStatusVec(UBreakIterator *bi, int32_t *fillInVec, int32_t capacity, UErrorCode *status)
Get the statuses from the break rules that determined the most recently returned break position...
int32_t ubrk_first(UBreakIterator *bi)
Set the iterator position to zero, the start of the text being scanned.
int32_t ubrk_preceding(UBreakIterator *bi, int32_t offset)
Set the iterator position to the first boundary preceding the specified offset.
C API: Abstract Unicode Text API.
void ubrk_setText(UBreakIterator *bi, const UChar *text, int32_t textLength, UErrorCode *status)
Sets an existing iterator to point to a new piece of text.
const char * ubrk_getAvailable(int32_t index)
Get a locale for which text breaking information is available.
#define U_NAMESPACE_BEGIN
This is used to begin a declaration of a public ICU C++ API.
Definition: uversion.h:131
Upper bound for tags for uncategorized words.
Definition: ubrk.h:149
One more than the highest normal UBreakIteratorType value.
Definition: ubrk.h:123
Tag value for words that appear to be numbers, upper limit.
Definition: ubrk.h:153
#define U_DEFINE_LOCAL_OPEN_POINTER(LocalPointerClassName, Type, closeFunction)
"Smart pointer" definition macro, deletes objects via the closeFunction.
Definition: localpointer.h:530
C++ API: "Smart pointers" for use with and in ICU4C C++ code.
int32_t ubrk_previous(UBreakIterator *bi)
Set the iterator position to the boundary preceding the current boundary.
Tag value for soft line breaks, positions at which a line break is acceptable but not required...
Definition: ubrk.h:183
"Smart pointer" class, closes a UBreakIterator via ubrk_close().
Upper bound for tags for sentences ended by a separator.
Definition: ubrk.h:219
UBreakIterator * ubrk_openRules(const UChar *rules, int32_t rulesLength, const UChar *text, int32_t textLength, UParseError *parseErr, UErrorCode *status)
Open a new UBreakIterator for locating text boundaries using specified breaking rules.
int32_t ubrk_countAvailable(void)
Determine how many locales have text breaking information available.
int32_t ubrk_last(UBreakIterator *bi)
Set the iterator position to the index immediately beyond the last character in the text being scanne...
uint16_t UChar
Define UChar to be UCHAR_TYPE, if that is #defined (for example, to char16_t), or wchar_t if that is ...
Definition: umachine.h:337
int32_t ubrk_getRuleStatus(UBreakIterator *bi)
Return the status from the break rule that determined the most recently returned break position...
#define U_NAMESPACE_END
This is used to end a declaration of a public ICU C++ API.
Definition: uversion.h:132
const char * ubrk_getLocaleByType(const UBreakIterator *bi, ULocDataLocaleType type, UErrorCode *status)
Return the locale of the break iterator.
C API: Parse Error Information.
int32_t ubrk_current(const UBreakIterator *bi)
Determine the most recently-returned text boundary.
Tag value for "words" that do not fit into any of other categories.
Definition: ubrk.h:147
UErrorCode
Error code to replace exception handling, so that the code is compatible with all C++ compilers...
Definition: utypes.h:396
ULocDataLocaleType
Constants for *_getLocale() Allow user to select whether she wants information on requested...
Definition: uloc.h:338
Line breaks.
Definition: ubrk.h:105
Sentence breaks.
Definition: ubrk.h:107
UText struct.
Definition: utext.h:1345
A UParseError struct is used to returned detailed information about parsing errors.
Definition: parseerr.h:58
Basic definitions for ICU, for both C and C++ APIs.
void ubrk_close(UBreakIterator *bi)
Close a UBreakIterator.
Tag value for words that contain letters, excluding hiragana, katakana or ideographic characters...
Definition: ubrk.h:156
Tag value for words that appear to be numbers, lower limit.
Definition: ubrk.h:151
Upper bound for soft line breaks.
Definition: ubrk.h:185
Title Case breaks The iterator created using this type locates title boundaries as described for Unic...
Definition: ubrk.h:118
UBool ubrk_isBoundary(UBreakIterator *bi, int32_t offset)
Returns true if the specfied position is a boundary position.
int32_t ubrk_following(UBreakIterator *bi, int32_t offset)
Advance the iterator to the first boundary following the specified offset.
#define U_STABLE
This is used to declare a function as a stable public ICU C API.
Definition: umachine.h:134
Tag value for words containing ideographic characters, upper limit.
Definition: ubrk.h:166
int8_t UBool
The ICU boolean type.
Definition: umachine.h:259
C API: Locale.