Searched refs:fRB (Results 1 - 16 of 16) sorted by relevance

/external/icu/icu4c/source/common/
H A Drbbiscan.cpp89 fRB = rb;
213 if (U_FAILURE(*fRB->fStatus)) {
230 if (U_FAILURE(*fRB->fStatus)) {
289 fRB->fRules.extractBetween(RHSExprNode->fFirstPos, RHSExprNode->fLastPos, RHSExprNode->fText);
296 fSymbolTable->addEntry(varRefNode->fText, varRefNode, *fRB->fStatus);
297 if (U_FAILURE(*fRB->fStatus)) {
300 UErrorCode t = *fRB->fStatus;
301 *fRB->fStatus = U_ZERO_ERROR;
314 if (U_FAILURE(*fRB->fStatus)) { // parse tree rooted in TOS node.
318 if (fRB
[all...]
H A Drbbitblb.cpp29 fRB = rb;
30 fStatus = fRB->fStatus;
80 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "ftree")) {
92 if (fRB->fSetBuilder->sawBOF()) {
138 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "stree")) {
156 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "pos")) {
164 if (fRB
[all...]
H A Drbbisetb.cpp91 fRB = rb;
133 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "usets")) {printSets();}
156 usetNode = (RBBINode *)this->fRB->fUSetNodes->elementAt(ni);
222 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "range")) { printRanges();}
266 usetNode = (RBBINode *)this->fRB->fUSetNodes->elementAt(ni);
281 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "rgroup")) {printRangeGroups();}
282 if (fRB
[all...]
H A Drbbiscan.h96 RBBIRuleBuilder *fRB; // The rule builder that we are part of. member in class:RBBIRuleScanner
H A Drbbisetb.h105 RBBIRuleBuilder *fRB; // The RBBI Rule Compiler that owns us. member in class:RBBISetBuilder
H A Drbbitblb.h83 RBBIRuleBuilder *fRB; member in class:RBBITableBuilder
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRBBIRuleScanner.java36 RBBIRuleBuilder fRB; // The rule builder that we are part of. field in class:RBBIRuleScanner
107 fRB = rb;
219 // fRB.fRules.extractBetween(RHSExprNode.fFirstPos,
221 RHSExprNode.fText = fRB.fRules.substring(RHSExprNode.fFirstPos,
241 if (fRB.fDebugEnv != null && fRB.fDebugEnv.indexOf("rtree") >= 0) {
270 int destRules = (fReverseRule ? RBBIRuleBuilder.fReverseTree : fRB.fDefaultTree);
272 if (fRB.fTreeRoots[destRules] != null) {
279 RBBINode prevRules = fRB.fTreeRoots[destRules];
285 fRB
[all...]
H A DRBBITableBuilder.java64 private RBBIRuleBuilder fRB; field in class:RBBITableBuilder
82 fRB = rb;
98 if (fRB.fTreeRoots[fRootIx]==null) {
106 fRB.fTreeRoots[fRootIx] = fRB.fTreeRoots[fRootIx].flattenVariables();
107 if (fRB.fDebugEnv!=null && fRB.fDebugEnv.indexOf("ftree")>=0) {
109 fRB.fTreeRoots[fRootIx].printTree(true);
118 if (fRB.fSetBuilder.sawBOF()) {
122 bofTop.fRightChild = fRB
[all...]
H A DRBBISetBuilder.java122 RBBIRuleBuilder fRB; // The RBBI Rule Compiler that owns us. field in class:RBBISetBuilder
146 fRB = rb;
159 if (fRB.fDebugEnv!=null && fRB.fDebugEnv.indexOf("usets")>=0) {printSets();}
171 for (RBBINode usetNode : fRB.fUSetNodes) {
224 if (fRB.fDebugEnv!=null && fRB.fDebugEnv.indexOf("range")>=0) { printRanges();}
266 for (RBBINode usetNode : fRB.fUSetNodes) {
278 if (fRB.fDebugEnv!=null && fRB
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBIRuleScanner.java35 RBBIRuleBuilder fRB; // The rule builder that we are part of. field in class:RBBIRuleScanner
106 fRB = rb;
218 // fRB.fRules.extractBetween(RHSExprNode.fFirstPos,
220 RHSExprNode.fText = fRB.fRules.substring(RHSExprNode.fFirstPos,
240 if (fRB.fDebugEnv != null && fRB.fDebugEnv.indexOf("rtree") >= 0) {
269 int destRules = (fReverseRule ? RBBIRuleBuilder.fReverseTree : fRB.fDefaultTree);
271 if (fRB.fTreeRoots[destRules] != null) {
278 RBBINode prevRules = fRB.fTreeRoots[destRules];
284 fRB
[all...]
H A DRBBITableBuilder.java63 private RBBIRuleBuilder fRB; field in class:RBBITableBuilder
81 fRB = rb;
97 if (fRB.fTreeRoots[fRootIx]==null) {
105 fRB.fTreeRoots[fRootIx] = fRB.fTreeRoots[fRootIx].flattenVariables();
106 if (fRB.fDebugEnv!=null && fRB.fDebugEnv.indexOf("ftree")>=0) {
108 fRB.fTreeRoots[fRootIx].printTree(true);
117 if (fRB.fSetBuilder.sawBOF()) {
121 bofTop.fRightChild = fRB
[all...]
H A DRBBISetBuilder.java121 RBBIRuleBuilder fRB; // The RBBI Rule Compiler that owns us. field in class:RBBISetBuilder
145 fRB = rb;
158 if (fRB.fDebugEnv!=null && fRB.fDebugEnv.indexOf("usets")>=0) {printSets();}
170 for (RBBINode usetNode : fRB.fUSetNodes) {
223 if (fRB.fDebugEnv!=null && fRB.fDebugEnv.indexOf("range")>=0) { printRanges();}
265 for (RBBINode usetNode : fRB.fUSetNodes) {
277 if (fRB.fDebugEnv!=null && fRB
[all...]
/external/skia/include/core/
H A DSkMallocPixelRef.h117 size_t fRB; member in class:SkMallocPixelRef
/external/skia/src/core/
H A DSkMallocPixelRef.cpp160 fRB = rowBytes;
183 fRB = rowBytes;
199 rec->fRowBytes = fRB;
209 return this->info().getSafeSize(fRB);
H A DSkResourceCache.cpp96 size_t fRB; member in class:SkOneShotDiscardablePixelRef
109 , fRB(rowBytes)
145 rec->fRowBytes = fRB;
155 return this->info().getSafeSize(fRB);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1522 milliseconds