OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coliter
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/i18n/
coleitr.cpp
396
collIterate *
coliter
= &(ucolelem->iteratordata_);
local
409
coliter
->string = (UChar *)uprv_malloc(length * U_SIZEOF_UCHAR);
410
if(
coliter
->string != NULL) {
411
uprv_memcpy((UChar *)
coliter
->string, othercoliter->string,
418
coliter
->string = NULL;
422
coliter
->endp =
coliter
->string == NULL ? NULL :
coliter
->string + length;
427
coliter
->writableBuffer = othercoliter->writableBuffer;
428
coliter
->writableBuffer.getTerminatedBuffer()
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
coleitr.cpp
395
collIterate *
coliter
= &(ucolelem->iteratordata_);
local
408
coliter
->string = (UChar *)uprv_malloc(length * U_SIZEOF_UCHAR);
409
if(
coliter
->string != NULL) {
410
uprv_memcpy((UChar *)
coliter
->string, othercoliter->string,
417
coliter
->string = NULL;
421
coliter
->endp =
coliter
->string + length;
426
coliter
->writableBuffer = othercoliter->writableBuffer;
427
coliter
->writableBuffer.getTerminatedBuffer();
434
coliter
->pos = coliter->string +
[
all
...]
/external/chromium_org/third_party/icu/source/test/intltest/
apicoll.cpp
660
CollationElementIterator *
coliter
=((RuleBasedCollator*)col)->createCollationElementIterator(*chariter);
local
681
doAssert((*
coliter
== *iterator1), "The two iterators should be the same");
682
doAssert((*
coliter
== *iterator2), "The two iterators should be the same");
683
doAssert((*
coliter
!= *iterator3), "The two iterators should be different");
808
int32_t position=
coliter
->previous(success);
812
coliter
->reset();
813
coliter
->setText(*chariter, success);
[
all
...]
/external/icu4c/test/intltest/
apicoll.cpp
669
CollationElementIterator *
coliter
=((RuleBasedCollator*)col)->createCollationElementIterator(*chariter);
local
690
doAssert((*
coliter
== *iterator1), "The two iterators should be the same");
691
doAssert((*
coliter
== *iterator2), "The two iterators should be the same");
692
doAssert((*
coliter
!= *iterator3), "The two iterators should be different");
817
int32_t position=
coliter
->previous(success);
[
all
...]
Completed in 270 milliseconds