OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fRB
(Results
1 - 20
of
20
) sorted by null
/external/skia/include/core/
SkMallocPixelRef.h
63
size_t rowBytes() const { return
fRB
; }
68
size_t
fRB
;
/external/chromium_org/third_party/icu/source/common/
rbbiscan.cpp
92
fRB
= rb;
285
fRB
->fRules.extractBetween(RHSExprNode->fFirstPos, RHSExprNode->fLastPos, RHSExprNode->fText);
292
fSymbolTable->addEntry(varRefNode->fText, varRefNode, *
fRB
->fStatus);
293
if (U_FAILURE(*
fRB
->fStatus)) {
296
UErrorCode t = *
fRB
->fStatus;
297
*
fRB
->fStatus = U_ZERO_ERROR;
310
if (U_FAILURE(*
fRB
->fStatus)) { // parse tree rooted in TOS node.
314
if (
fRB
->fDebugEnv && uprv_strstr(
fRB
->fDebugEnv, "rtree")) {printNodeStack("end of rule");}
340
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/icu4c/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/chromium_org/third_party/skia/src/core/
SkMallocPixelRef.cpp
99
fRB
= rowBytes;
122
return this->info().getSafeSize(
fRB
);
128
buffer.write32(
fRB
);
132
size_t size = this->info().getSafeSize(
fRB
);
144
fRB
= buffer.read32();
145
size_t size = buffer.isValid() ? this->info().getSafeSize(
fRB
) : 0;
SkScaledImageCache.cpp
210
size_t
fRB
;
221
,
fRB
(rowBytes)
261
return fInfo.fHeight *
fRB
;
/external/skia/src/core/
SkMallocPixelRef.cpp
99
fRB
= rowBytes;
122
return this->info().getSafeSize(
fRB
);
128
buffer.write32(
fRB
);
132
size_t size = this->info().getSafeSize(
fRB
);
144
fRB
= buffer.read32();
145
size_t size = buffer.isValid() ? this->info().getSafeSize(
fRB
) : 0;
SkScaledImageCache.cpp
210
size_t
fRB
;
221
,
fRB
(rowBytes)
261
return fInfo.fHeight *
fRB
;
/external/chromium_org/third_party/skia/include/core/
SkMallocPixelRef.h
66
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 512 milliseconds