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 - 8
of
8
) sorted by null
/external/chromium_org/third_party/icu/source/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
...]
/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
326
if (
UTEXT_FULL_TEXT_IN_CHUNK
(fInputText, fInputLength)) {
516
if (
UTEXT_FULL_TEXT_IN_CHUNK
(fInputText, fInputLength)) {
603
if (
UTEXT_FULL_TEXT_IN_CHUNK
(fInputText, fInputLength)) {
[
all
...]
uregex.cpp
447
if (
UTEXT_FULL_TEXT_IN_CHUNK
(inputText, inputNativeLength)) {
[
all
...]
regexcmp.cpp
[
all
...]
Completed in 927 milliseconds