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

  /external/chromium_org/third_party/icu/source/common/
rbbiscan.cpp 92 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->fReverseTree : fRB->fDefaultTree)
    [all...]
rbbitblb.cpp 29 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->fChainRules)
    [all...]
rbbisetb.cpp 91 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->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "esets")) {printSets();
    [all...]
rbbiscan.h 96 RBBIRuleBuilder *fRB; // The rule builder that we are part of.
rbbisetb.h 105 RBBIRuleBuilder *fRB; // The RBBI Rule Compiler that owns us.
rbbitblb.h 83 RBBIRuleBuilder *fRB;
  /external/icu/icu4c/source/common/
rbbiscan.cpp 92 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->fReverseTree : fRB->fDefaultTree)
    [all...]
rbbitblb.cpp 29 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->fChainRules)
    [all...]
rbbisetb.cpp 91 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->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "esets")) {printSets();
    [all...]
rbbiscan.h 96 RBBIRuleBuilder *fRB; // The rule builder that we are part of.
rbbisetb.h 105 RBBIRuleBuilder *fRB; // The RBBI Rule Compiler that owns us.
rbbitblb.h 83 RBBIRuleBuilder *fRB;
  /external/skia/src/core/
SkMallocPixelRef.cpp 151 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);
SkScaledImageCache.cpp 196 size_t fRB;
207 , fRB(rowBytes)
240 rec->fRowBytes = fRB;
250 return this->info().getSafeSize(fRB);
  /external/skia/include/core/
SkMallocPixelRef.h 98 size_t rowBytes() const { return fRB; }
103 size_t fRB;
  /external/chromium_org/third_party/skia/src/core/
SkMallocPixelRef.cpp 150 fRB = rowBytes;
173 fRB = rowBytes;
189 rec->fRowBytes = fRB;
199 return this->info().getSafeSize(fRB);
SkResourceCache.cpp 70 size_t fRB;
81 , fRB(rowBytes)
114 rec->fRowBytes = fRB;
124 return this->info().getSafeSize(fRB);
  /external/chromium_org/third_party/skia/include/core/
SkMallocPixelRef.h 98 size_t fRB;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 481 milliseconds