/external/icu/icu4c/source/common/ |
D | rbbirpt.h | 44 doNOP, enumerator 82 {doNOP, 0, 0, 0, TRUE} 84 , {doNOP, 132, 1,0, TRUE} // 2 87 , {doNOP, 33 /* ! */, 19,0, TRUE} // 5 88 , {doNOP, 59 /* ; */, 1,0, TRUE} // 6 89 , {doNOP, 252, 0,0, FALSE} // 7 92 , {doNOP, 132, 9,0, TRUE} // 10 95 , {doNOP, 132, 12,0, TRUE} // 13 101 , {doNOP, 33 /* ! */, 21,0, TRUE} // 19 rev-option 105 , {doNOP, 129, 23,0, TRUE} // 23 option-scan2 [all …]
|
D | rbbiscan.cpp | 263 case doNOP: in doParseActions()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RBBIRuleParseTable.java | 36 static final short doNOP = 13; field in RBBIRuleParseTable 85 new RBBIRuleTableElement(doNOP, 0, 0,0, true, null ) // 0 87 , new RBBIRuleTableElement(doNOP, 132, 1,0, true, null ) // 2 90 , new RBBIRuleTableElement(doNOP,'!', 19,0, true, null ) // 5 91 , new RBBIRuleTableElement(doNOP,';', 1,0, true, null ) // 6 92 , new RBBIRuleTableElement(doNOP, 252, 0,0, false, null ) // 7 95 , new RBBIRuleTableElement(doNOP, 132, 9,0, true, null ) // 10 98 , new RBBIRuleTableElement(doNOP, 132, 12,0, true, null ) // 13 104 , new RBBIRuleTableElement(doNOP,'!', 21,0, true, "rev-option") // 19 108 , new RBBIRuleTableElement(doNOP, 129, 23,0, true, "option-scan2") // 23 [all …]
|
D | RBBIRuleScanner.java | 191 case RBBIRuleParseTable.doNOP: in doParseActions()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RBBIRuleParseTable.java | 35 static final short doNOP = 13; field in RBBIRuleParseTable 84 new RBBIRuleTableElement(doNOP, 0, 0,0, true, null ) // 0 86 , new RBBIRuleTableElement(doNOP, 132, 1,0, true, null ) // 2 89 , new RBBIRuleTableElement(doNOP,'!', 19,0, true, null ) // 5 90 , new RBBIRuleTableElement(doNOP,';', 1,0, true, null ) // 6 91 , new RBBIRuleTableElement(doNOP, 252, 0,0, false, null ) // 7 94 , new RBBIRuleTableElement(doNOP, 132, 9,0, true, null ) // 10 97 , new RBBIRuleTableElement(doNOP, 132, 12,0, true, null ) // 13 103 , new RBBIRuleTableElement(doNOP,'!', 21,0, true, "rev-option") // 19 107 , new RBBIRuleTableElement(doNOP, 129, 23,0, true, "option-scan2") // 23 [all …]
|
D | RBBIRuleScanner.java | 190 case RBBIRuleParseTable.doNOP: in doParseActions()
|
/external/icu/icu4c/source/i18n/ |
D | regexcst.h | 43 doNOP, enumerator 152 {doNOP, 0, 0, 0, TRUE} 157 , {doNOP, 40 /* ( */, 27,0, TRUE} // 5 161 , {doNOP, 92 /* \ */, 89,0, TRUE} // 9 166 , {doNOP, 42 /* * */, 68,0, TRUE} // 14 expr-quant 167 , {doNOP, 43 /* + */, 71,0, TRUE} // 15 168 , {doNOP, 63 /* ? */, 74,0, TRUE} // 16 170 , {doNOP, 40 /* ( */, 23,0, TRUE} // 18 171 , {doNOP, 255, 20,0, FALSE} // 19 174 , {doNOP, 255, 2,0, FALSE} // 22 [all …]
|
D | regexcmp.cpp | 748 case doNOP: in doParseActions()
|