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

  /external/icu/icu4c/source/common/
rbbiscan.h 133 UBool fNoChainInRule; // True if the current rule starts with a '^'.
rbbiscan.cpp 108 fNoChainInRule = FALSE;
216 fNoChainInRule = TRUE;
362 !fNoChainInRule) { // and no '^' chain-in inhibit was on this rule
403 fNoChainInRule = FALSE;
    [all...]
  /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 61 milliseconds