OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeIndexingLimit
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/i18n/
regextxt.h
32
# define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) ((0==((ut)->chunkNativeStart))&&((len)==((ut)->chunkNativeLimit))&&((len)==((ut)->
nativeIndexingLimit
)))
rematch.cpp
[
all
...]
/external/icu/icu4c/source/common/
utext.cpp
98
if(ut->chunkOffset <= ut->
nativeIndexingLimit
) {
114
} else if((int32_t)(index - ut->chunkNativeStart) <= ut->
nativeIndexingLimit
) {
152
if (i <= ut->
nativeIndexingLimit
) {
242
if (nativeIndex>=ut->chunkNativeStart && nativeIndex < ut->chunkNativeStart + ut->
nativeIndexingLimit
) {
354
} else if (index - ut->chunkNativeStart <= (int64_t)ut->
nativeIndexingLimit
) {
394
} else if(index - ut->chunkNativeStart <= (int64_t)ut->
nativeIndexingLimit
) {
646
ut->
nativeIndexingLimit
= 0;
719
ut->
nativeIndexingLimit
= 0;
[
all
...]
dictbe.cpp
[
all
...]
/external/icu/icu4c/source/common/unicode/
utext.h
752
((ut)->chunkOffset <= (ut)->
nativeIndexingLimit
? \
769
if (__offset>=0 && __offset<=(int64_t)(ut)->
nativeIndexingLimit
) { \
[
all
...]
Completed in 247 milliseconds