Home
last modified time | relevance | path

Searched refs:textProcessedIter (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/
Dusearch.cpp678 result->textProcessedIter = nullptr; in usearch_openFromCollator()
715 delete strsrch->textProcessedIter; in usearch_close()
738 if (strsrch->textProcessedIter == nullptr) { in initTextProcessedIter()
739 strsrch->textProcessedIter = new icu::UCollationPCE(strsrch->textIter); in initTextProcessedIter()
740 if (strsrch->textProcessedIter == nullptr) { in initTextProcessedIter()
745 strsrch->textProcessedIter->init(strsrch->textIter); in initTextProcessedIter()
972 delete strsrch->textProcessedIter; in usearch_setCollator()
973 strsrch->textProcessedIter = nullptr; in usearch_setCollator()
1490 …buf[i].ce = strSearch->textProcessedIter->nextProcessed(&buf[i].lowIndex, &buf[i].highIndex, &stat… in get()
1533 …buf[i].ce = strSearch->textProcessedIter->previousProcessed(&buf[i].lowIndex, &buf[i].highIndex, &… in getPrevious()
[all …]
Dusrchimp.h172 icu::UCollationPCE *textProcessedIter; member
/third_party/icu/icu4c/source/i18n/
Dusearch.cpp678 result->textProcessedIter = nullptr; in usearch_openFromCollator()
715 delete strsrch->textProcessedIter; in usearch_close()
738 if (strsrch->textProcessedIter == nullptr) { in initTextProcessedIter()
739 strsrch->textProcessedIter = new icu::UCollationPCE(strsrch->textIter); in initTextProcessedIter()
740 if (strsrch->textProcessedIter == nullptr) { in initTextProcessedIter()
745 strsrch->textProcessedIter->init(strsrch->textIter); in initTextProcessedIter()
974 delete strsrch->textProcessedIter; in usearch_setCollator()
975 strsrch->textProcessedIter = nullptr; in usearch_setCollator()
1492 …buf[i].ce = strSearch->textProcessedIter->nextProcessed(&buf[i].lowIndex, &buf[i].highIndex, &stat… in get()
1535 …buf[i].ce = strSearch->textProcessedIter->previousProcessed(&buf[i].lowIndex, &buf[i].highIndex, &… in getPrevious()
[all …]
Dusrchimp.h172 icu::UCollationPCE *textProcessedIter; member
/third_party/skia/third_party/externals/icu/source/i18n/
Dusrchimp.h176 icu::UCollationPCE *textProcessedIter; member
Dusearch.cpp2730 result->textProcessedIter = NULL; in usearch_openFromCollator()
2767 delete strsrch->textProcessedIter; in usearch_close()
2790 if (strsrch->textProcessedIter == NULL) { in initTextProcessedIter()
2791 strsrch->textProcessedIter = new icu::UCollationPCE(strsrch->textIter); in initTextProcessedIter()
2792 if (strsrch->textProcessedIter == NULL) { in initTextProcessedIter()
2797 strsrch->textProcessedIter->init(strsrch->textIter); in initTextProcessedIter()
3024 delete strsrch->textProcessedIter; in usearch_setCollator()
3025 strsrch->textProcessedIter = NULL; in usearch_setCollator()
3565 …buf[i].ce = strSearch->textProcessedIter->nextProcessed(&buf[i].lowIndex, &buf[i].highIndex, &stat… in get()
3607 …buf[i].ce = strSearch->textProcessedIter->previousProcessed(&buf[i].lowIndex, &buf[i].highIndex, &… in getPrevious()
[all …]