OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:collatorPrimaryOnly_
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
alphaindex.cpp
180
delete
collatorPrimaryOnly_
;
191
return buckets_->getBucketIndex(name, *
collatorPrimaryOnly_
, errorCode);
208
collator_(NULL),
collatorPrimaryOnly_
(NULL),
219
collator_(collator),
collatorPrimaryOnly_
(NULL),
228
delete
collatorPrimaryOnly_
;
262
static_cast<RuleBasedCollator *>(
collatorPrimaryOnly_
->clone()));
328
if (
collatorPrimaryOnly_
->compare(*item, firstScriptBoundary, errorCode) < 0) {
330
} else if (
collatorPrimaryOnly_
->compare(*item, overflowBoundary, errorCode) >= 0) {
333
collatorPrimaryOnly_
->compare(*item, separated(*item), errorCode) == 0) {
337
int32_t insertionPoint = binarySearch(indexCharacters, *item, *
collatorPrimaryOnly_
);
[
all
...]
/external/icu/icu4c/source/i18n/unicode/
alphaindex.h
284
: buckets_(bucketList),
collatorPrimaryOnly_
(collatorPrimaryOnly) {}
287
Collator *
collatorPrimaryOnly_
;
736
RuleBasedCollator *
collatorPrimaryOnly_
;
Completed in 36 milliseconds