/external/icu4c/common/ |
D | rbbiscan.cpp | 92 fRB = rb; in RBBIRuleScanner() 286 … fRB->fRules.extractBetween(RHSExprNode->fFirstPos, RHSExprNode->fLastPos, RHSExprNode->fText); in doParseActions() 293 fSymbolTable->addEntry(varRefNode->fText, varRefNode, *fRB->fStatus); in doParseActions() 294 if (U_FAILURE(*fRB->fStatus)) { in doParseActions() 297 UErrorCode t = *fRB->fStatus; in doParseActions() 298 *fRB->fStatus = U_ZERO_ERROR; in doParseActions() 311 if (U_FAILURE(*fRB->fStatus)) { // parse tree rooted in TOS node. in doParseActions() 315 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "rtree")) {printNodeStack("end of rule");} in doParseActions() 341 RBBINode **destRules = (fReverseRule? &fRB->fReverseTree : fRB->fDefaultTree); in doParseActions() 426 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions() [all …]
|
D | rbbitblb.cpp | 29 fRB = rb; in RBBITableBuilder() 30 fStatus = fRB->fStatus; in RBBITableBuilder() 80 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "ftree")) { in build() 92 if (fRB->fSetBuilder->sawBOF()) { in build() 138 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "stree")) { in build() 156 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "pos")) { in build() 164 if (fRB->fChainRules) { in build() 171 if (fRB->fSetBuilder->sawBOF()) { in build() 190 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "states")) {printStates();}; in build() 408 if (fRB->fSetBuilder->sawBOF()) { in calcChainedFollowPos() [all …]
|
D | rbbisetb.cpp | 91 fRB = rb; in RBBISetBuilder() 133 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "usets")) {printSets();} in build() 156 usetNode = (RBBINode *)this->fRB->fUSetNodes->elementAt(ni); in build() 222 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "range")) { printRanges();} in build() 266 usetNode = (RBBINode *)this->fRB->fUSetNodes->elementAt(ni); in build() 281 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "rgroup")) {printRangeGroups();} in build() 282 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "esets")) {printSets();} in build() 530 usetNode = (RBBINode *)fRB->fUSetNodes->elementAt(i); in printSets()
|
D | rbbisetb.h | 105 RBBIRuleBuilder *fRB; // The RBBI Rule Compiler that owns us. variable
|
D | rbbitblb.h | 83 RBBIRuleBuilder *fRB;
|
D | rbbiscan.h | 96 RBBIRuleBuilder *fRB; // The rule builder that we are part of. variable
|
/external/chromium_org/third_party/icu/source/common/ |
D | rbbiscan.cpp | 92 fRB = rb; in RBBIRuleScanner() 285 … fRB->fRules.extractBetween(RHSExprNode->fFirstPos, RHSExprNode->fLastPos, RHSExprNode->fText); in doParseActions() 292 fSymbolTable->addEntry(varRefNode->fText, varRefNode, *fRB->fStatus); in doParseActions() 293 if (U_FAILURE(*fRB->fStatus)) { in doParseActions() 296 UErrorCode t = *fRB->fStatus; in doParseActions() 297 *fRB->fStatus = U_ZERO_ERROR; in doParseActions() 310 if (U_FAILURE(*fRB->fStatus)) { // parse tree rooted in TOS node. in doParseActions() 314 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "rtree")) {printNodeStack("end of rule");} in doParseActions() 340 RBBINode **destRules = (fReverseRule? &fRB->fReverseTree : fRB->fDefaultTree); in doParseActions() 425 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions() [all …]
|
D | rbbitblb.cpp | 29 fRB = rb; in RBBITableBuilder() 30 fStatus = fRB->fStatus; in RBBITableBuilder() 80 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "ftree")) { in build() 92 if (fRB->fSetBuilder->sawBOF()) { in build() 138 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "stree")) { in build() 156 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "pos")) { in build() 164 if (fRB->fChainRules) { in build() 171 if (fRB->fSetBuilder->sawBOF()) { in build() 190 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "states")) {printStates();}; in build() 408 if (fRB->fSetBuilder->sawBOF()) { in calcChainedFollowPos() [all …]
|
D | rbbisetb.cpp | 91 fRB = rb; in RBBISetBuilder() 133 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "usets")) {printSets();} in build() 156 usetNode = (RBBINode *)this->fRB->fUSetNodes->elementAt(ni); in build() 222 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "range")) { printRanges();} in build() 266 usetNode = (RBBINode *)this->fRB->fUSetNodes->elementAt(ni); in build() 281 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "rgroup")) {printRangeGroups();} in build() 282 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "esets")) {printSets();} in build() 530 usetNode = (RBBINode *)fRB->fUSetNodes->elementAt(i); in printSets()
|
D | rbbisetb.h | 105 RBBIRuleBuilder *fRB; // The RBBI Rule Compiler that owns us. variable
|
D | rbbitblb.h | 83 RBBIRuleBuilder *fRB;
|
D | rbbiscan.h | 96 RBBIRuleBuilder *fRB; // The rule builder that we are part of. variable
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkMallocPixelRef.cpp | 99 fRB = rowBytes; in SkMallocPixelRef() 122 return this->info().getSafeSize(fRB); in getAllocatedSizeInBytes() 128 buffer.write32(fRB); in flatten() 132 size_t size = this->info().getSafeSize(fRB); in flatten() 144 fRB = buffer.read32(); in SkMallocPixelRef() 145 size_t size = buffer.isValid() ? this->info().getSafeSize(fRB) : 0; in SkMallocPixelRef()
|
D | SkScaledImageCache.cpp | 210 size_t fRB; member in SkOneShotDiscardablePixelRef 221 , fRB(rowBytes) in SkOneShotDiscardablePixelRef() 261 return fInfo.fHeight * fRB; in getAllocatedSizeInBytes()
|
/external/skia/src/core/ |
D | SkMallocPixelRef.cpp | 99 fRB = rowBytes; in SkMallocPixelRef() 122 return this->info().getSafeSize(fRB); in getAllocatedSizeInBytes() 128 buffer.write32(fRB); in flatten() 132 size_t size = this->info().getSafeSize(fRB); in flatten() 144 fRB = buffer.read32(); in SkMallocPixelRef() 145 size_t size = buffer.isValid() ? this->info().getSafeSize(fRB) : 0; in SkMallocPixelRef()
|
D | SkScaledImageCache.cpp | 210 size_t fRB; member in SkOneShotDiscardablePixelRef 221 , fRB(rowBytes) in SkOneShotDiscardablePixelRef() 261 return fInfo.fHeight * fRB; in getAllocatedSizeInBytes()
|
/external/skia/include/core/ |
D | SkMallocPixelRef.h | 63 size_t rowBytes() const { return fRB; } in rowBytes() 68 size_t fRB; variable
|
/external/chromium_org/third_party/skia/include/core/ |
D | SkMallocPixelRef.h | 66 size_t fRB; variable
|