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

  /external/chromium_org/third_party/icu/source/common/
brkeng.h 54 * @param breakType The type of text break which the caller wants to determine
58 virtual UBool handles(UChar32 c, int32_t breakType) const = 0;
70 * @param breakType The type of break desired, or -1.
78 int32_t breakType,
128 * @param breakType The kind of text break for which a LanguageBreakEngine is
132 virtual const LanguageBreakEngine *getEngineFor(UChar32 c, int32_t breakType) = 0;
179 * @param breakType The type of text break which the caller wants to determine
183 virtual UBool handles(UChar32 c, int32_t breakType) const;
195 * @param breakType The type of break desired, or -1.
203 int32_t breakType,
    [all...]
brkeng.cpp 72 UnhandledEngine::handles(UChar32 c, int32_t breakType) const {
73 return (breakType >= 0 && breakType < (int32_t)(sizeof(fHandled)/sizeof(fHandled[0]))
74 && fHandled[breakType] != 0 && fHandled[breakType]->contains(c));
82 int32_t breakType,
84 if (breakType >= 0 && breakType < (int32_t)(sizeof(fHandled)/sizeof(fHandled[0]))) {
87 while((int32_t)utext_getNativeIndex(text) > startPos && fHandled[breakType]->contains(c)) {
92 while((int32_t)utext_getNativeIndex(text) < endPos && fHandled[breakType]->contains(c))
    [all...]
dictbe.h 73 * @param breakType The type of text break which the caller wants to determine
77 virtual UBool handles( UChar32 c, int32_t breakType ) const;
89 * @param breakType The type of break desired, or -1.
97 int32_t breakType,
dictbe.cpp 37 DictionaryBreakEngine::handles(UChar32 c, int32_t breakType) const {
38 return (breakType >= 0 && breakType < 32 && (((uint32_t)1 << breakType) & fTypes)
47 int32_t breakType,
74 if (breakType >= 0 && breakType < 32 && (((uint32_t)1 << breakType) & fTypes)) {
    [all...]
rbbi.cpp 281 fBreakType = UBRK_WORD; // Defaulting BreakType to word gives reasonable
    [all...]
  /external/icu/icu4c/source/common/
brkeng.h 54 * @param breakType The type of text break which the caller wants to determine
58 virtual UBool handles(UChar32 c, int32_t breakType) const = 0;
70 * @param breakType The type of break desired, or -1.
78 int32_t breakType,
128 * @param breakType The kind of text break for which a LanguageBreakEngine is
132 virtual const LanguageBreakEngine *getEngineFor(UChar32 c, int32_t breakType) = 0;
179 * @param breakType The type of text break which the caller wants to determine
183 virtual UBool handles(UChar32 c, int32_t breakType) const;
195 * @param breakType The type of break desired, or -1.
203 int32_t breakType,
    [all...]
brkeng.cpp 72 UnhandledEngine::handles(UChar32 c, int32_t breakType) const {
73 return (breakType >= 0 && breakType < (int32_t)(sizeof(fHandled)/sizeof(fHandled[0]))
74 && fHandled[breakType] != 0 && fHandled[breakType]->contains(c));
82 int32_t breakType,
84 if (breakType >= 0 && breakType < (int32_t)(sizeof(fHandled)/sizeof(fHandled[0]))) {
87 while((int32_t)utext_getNativeIndex(text) > startPos && fHandled[breakType]->contains(c)) {
92 while((int32_t)utext_getNativeIndex(text) < endPos && fHandled[breakType]->contains(c))
    [all...]
dictbe.h 73 * @param breakType The type of text break which the caller wants to determine
77 virtual UBool handles( UChar32 c, int32_t breakType ) const;
89 * @param breakType The type of break desired, or -1.
97 int32_t breakType,
dictbe.cpp 37 DictionaryBreakEngine::handles(UChar32 c, int32_t breakType) const {
38 return (breakType >= 0 && breakType < 32 && (((uint32_t)1 << breakType) & fTypes)
47 int32_t breakType,
77 if (breakType >= 0 && breakType < 32 && (((uint32_t)1 << breakType) & fTypes)) {
    [all...]
rbbi.cpp 281 fBreakType = UBRK_WORD; // Defaulting BreakType to word gives reasonable
    [all...]
  /external/chromium_org/v8/test/intl/break-iterator/
en-break.js 43 types.push(iterator.breakType());
zh-break.js 44 types.push(iterator.breakType());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
indexsrv.h 134 virtual HRESULT WINAPI PutBreak(WORDREP_BREAK_TYPE breakType) = 0;
146 HRESULT (WINAPI *PutBreak)(IWordSink *This,WORDREP_BREAK_TYPE breakType);
160 #define IWordSink_PutBreak(This,breakType) (This)->lpVtbl->PutBreak(This,breakType)
171 HRESULT WINAPI IWordSink_PutBreak_Proxy(IWordSink *This,WORDREP_BREAK_TYPE breakType);
filter.h 106 CHUNK_BREAKTYPE breakType;
  /external/chromium_org/third_party/icu/source/test/intltest/
rbbitst.cpp     [all...]
ssearch.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
rbbitst.cpp     [all...]
ssearch.cpp     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 514 milliseconds