OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTEXT_FULL_TEXT_IN_CHUNK
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/i18n/
regextxt.h
30
# define
UTEXT_FULL_TEXT_IN_CHUNK
(ut,len) (FALSE)
32
# define
UTEXT_FULL_TEXT_IN_CHUNK
(ut,len) ((0==((ut)->chunkNativeStart))&&((len)==((ut)->chunkNativeLimit))&&((len)==((ut)->nativeIndexingLimit)))
rematch.cpp
320
if (
UTEXT_FULL_TEXT_IN_CHUNK
(fInputText, fInputLength)) {
510
if (
UTEXT_FULL_TEXT_IN_CHUNK
(fInputText, fInputLength)) {
597
if (
UTEXT_FULL_TEXT_IN_CHUNK
(fInputText, fInputLength)) {
[
all
...]
uregex.cpp
446
if (
UTEXT_FULL_TEXT_IN_CHUNK
(inputText, inputNativeLength)) {
[
all
...]
regexcmp.cpp
[
all
...]
Completed in 41 milliseconds