OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:settoadopt
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/common/
rbbiscan.h
86
void findSetFor(const UnicodeString &s, RBBINode *node, UnicodeSet *
setToAdopt
= NULL);
rbbiscan.cpp
668
void RBBIRuleScanner::findSetFor(const UnicodeString &s, RBBINode *node, UnicodeSet *
setToAdopt
) {
677
delete
setToAdopt
;
686
if (
setToAdopt
== NULL) {
688
setToAdopt
= new UnicodeSet(0x000000, 0x10ffff);
692
setToAdopt
= new UnicodeSet(c, c);
705
usetNode->fInputSet =
setToAdopt
;
722
if (tkey == NULL || el == NULL ||
setToAdopt
== NULL) {
728
delete
setToAdopt
;
729
setToAdopt
= NULL;
[
all
...]
/external/icu4c/common/
rbbiscan.h
86
void findSetFor(const UnicodeString &s, RBBINode *node, UnicodeSet *
setToAdopt
= NULL);
rbbiscan.cpp
669
void RBBIRuleScanner::findSetFor(const UnicodeString &s, RBBINode *node, UnicodeSet *
setToAdopt
) {
678
delete
setToAdopt
;
687
if (
setToAdopt
== NULL) {
689
setToAdopt
= new UnicodeSet(0x000000, 0x10ffff);
693
setToAdopt
= new UnicodeSet(c, c);
706
usetNode->fInputSet =
setToAdopt
;
723
if (tkey == NULL || el == NULL ||
setToAdopt
== NULL) {
729
delete
setToAdopt
;
730
setToAdopt
= NULL;
[
all
...]
Completed in 299 milliseconds