HomeSort by relevance Sort by last modified time
    Searched full:settoadopt (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/common/
rbbiscan.h 86 void findSetFor(const UnicodeString &s, RBBINode *node, UnicodeSet *setToAdopt = NULL);
rbbiscan.cpp 699 void RBBIRuleScanner::findSetFor(const UnicodeString &s, RBBINode *node, UnicodeSet *setToAdopt) {
708 delete setToAdopt;
717 if (setToAdopt == NULL) {
719 setToAdopt = new UnicodeSet(0x000000, 0x10ffff);
723 setToAdopt = new UnicodeSet(c, c);
736 usetNode->fInputSet = setToAdopt;
753 if (tkey == NULL || el == NULL || setToAdopt == NULL) {
759 delete setToAdopt;
760 setToAdopt = NULL;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RBBIRuleScanner.java 598 void findSetFor(String s, RBBINode node, UnicodeSet setToAdopt) {
615 if (setToAdopt == null) {
617 setToAdopt = new UnicodeSet(0x000000, 0x10ffff);
621 setToAdopt = new UnicodeSet(c, c);
631 usetNode.fInputSet = setToAdopt;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBIRuleScanner.java 597 void findSetFor(String s, RBBINode node, UnicodeSet setToAdopt) {
614 if (setToAdopt == null) {
616 setToAdopt = new UnicodeSet(0x000000, 0x10ffff);
620 setToAdopt = new UnicodeSet(c, c);
630 usetNode.fInputSet = setToAdopt;
    [all...]

Completed in 208 milliseconds