HomeSort by relevance Sort by last modified time
    Searched defs:fNoChainInRule (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/common/
rbbiscan.h 133 UBool fNoChainInRule; // True if the current rule starts with a '^'.
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RBBIRuleScanner.java 70 boolean fNoChainInRule; // True if the current rule starts with a '^'.
148 fNoChainInRule = true;
280 !fNoChainInRule) { // and no '^' chain-in inhibit was on this rule
318 fNoChainInRule = false;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBIRuleScanner.java 69 boolean fNoChainInRule; // True if the current rule starts with a '^'.
147 fNoChainInRule = true;
279 !fNoChainInRule) { // and no '^' chain-in inhibit was on this rule
317 fNoChainInRule = false;
    [all...]

Completed in 119 milliseconds