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

/external/chromium_org/third_party/icu/source/common/
H A Drbbiscan.cpp92 fRB = rb;
286 fRB->fRules.extractBetween(RHSExprNode->fFirstPos, RHSExprNode->fLastPos, RHSExprNode->fText);
293 fSymbolTable->addEntry(varRefNode->fText, varRefNode, *fRB->fStatus);
294 if (U_FAILURE(*fRB->fStatus)) {
297 UErrorCode t = *fRB->fStatus;
298 *fRB->fStatus = U_ZERO_ERROR;
311 if (U_FAILURE(*fRB->fStatus)) { // parse tree rooted in TOS node.
315 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "rtree")) {printNodeStack("end of rule");}
341 RBBINode **destRules = (fReverseRule? &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/icu4c/source/common/
H A Drbbiscan.cpp92 fRB = rb;
286 fRB->fRules.extractBetween(RHSExprNode->fFirstPos, RHSExprNode->fLastPos, RHSExprNode->fText);
293 fSymbolTable->addEntry(varRefNode->fText, varRefNode, *fRB->fStatus);
294 if (U_FAILURE(*fRB->fStatus)) {
297 UErrorCode t = *fRB->fStatus;
298 *fRB->fStatus = U_ZERO_ERROR;
311 if (U_FAILURE(*fRB->fStatus)) { // parse tree rooted in TOS node.
315 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "rtree")) {printNodeStack("end of rule");}
341 RBBINode **destRules = (fReverseRule? &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/skia/src/core/
H A DSkMallocPixelRef.cpp151 fRB = rowBytes;
174 fRB = rowBytes;
190 rec->fRowBytes = fRB;
200 return this->info().getSafeSize(fRB);
206 buffer.write32(SkToU32(fRB));
210 size_t size = this->info().getSafeSize(fRB);
223 fRB = buffer.read32();
224 size_t size = buffer.isValid() ? this->info().getSafeSize(fRB) : 0;
238 this->setPreLocked(fStorage, fRB, fCTable);
H A DSkScaledImageCache.cpp196 size_t fRB; member in class:SkOneShotDiscardablePixelRef
207 , fRB(rowBytes)
240 rec->fRowBytes = fRB;
250 return this->info().getSafeSize(fRB);
/external/skia/include/core/
H A DSkMallocPixelRef.h98 size_t rowBytes() const { return fRB; }
103 size_t fRB; member in class:SkMallocPixelRef
/external/chromium_org/third_party/skia/src/core/
H A DSkMallocPixelRef.cpp150 fRB = rowBytes;
173 fRB = rowBytes;
189 rec->fRowBytes = fRB;
199 return this->info().getSafeSize(fRB);
H A DSkResourceCache.cpp70 size_t fRB; member in class:SkOneShotDiscardablePixelRef
81 , fRB(rowBytes)
114 rec->fRowBytes = fRB;
124 return this->info().getSafeSize(fRB);
/external/chromium_org/third_party/skia/include/core/
H A DSkMallocPixelRef.h98 size_t fRB; member in class:SkMallocPixelRef
/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 2165 milliseconds