Home
last modified time | relevance | path

Searched refs:fRules (Results 1 – 15 of 15) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddecimfmtimpl.cpp55 fRules(NULL), in DecimalFormatImpl()
82 fRules(NULL), in DecimalFormatImpl()
105 fRules(NULL), in DecimalFormatImpl()
118 if (other.fRules != NULL) { in DecimalFormatImpl()
119 fRules = new PluralRules(*other.fRules); in DecimalFormatImpl()
120 if (fRules == NULL && U_SUCCESS(status)) { in DecimalFormatImpl()
155 if (fRules != NULL && other.fRules != NULL) { in assign()
156 *fRules = *other.fRules; in assign()
158 delete fRules; in assign()
159 fRules = other.fRules; in assign()
[all …]
Ddecimfmtimpl.h399 PluralRules *fRules; variable
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBIRuleScanner.java119 fSymbolTable = new RBBISymbolTable(this, rb.fRules); in RBBIRuleScanner()
220 RHSExprNode.fText = fRB.fRules.substring(RHSExprNode.fFirstPos, in doParseActions()
348 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos); in doParseActions()
359 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos); in doParseActions()
370 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos); in doParseActions()
395 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos); in doParseActions()
409 String opt = fRB.fRules.substring(fOptionStart, fScanIndex); in doParseActions()
446 n.fText = fRB.fRules.substring(n.fFirstPos + 1, n.fLastPos); in doParseActions()
694 if (fNextIndex >= fRB.fRules.length()) { in nextCharLL()
697 ch = UTF16.charAt(fRB.fRules, fNextIndex); in nextCharLL()
[all …]
DRBBIRuleBuilder.java28 String fRules; // The rule string that we are compiling field in RBBIRuleBuilder
142 fRules = rules; in RBBIRuleBuilder()
167 String strippedRules = RBBIRuleScanner.stripRules(fRules); in flattenData()
DRBBISymbolTable.java16 String fRules; field in RBBISymbolTable
35 fRules = rules; in RBBISymbolTable()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBIRuleScanner.java120 fSymbolTable = new RBBISymbolTable(this, rb.fRules); in RBBIRuleScanner()
221 RHSExprNode.fText = fRB.fRules.substring(RHSExprNode.fFirstPos, in doParseActions()
349 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos); in doParseActions()
360 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos); in doParseActions()
371 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos); in doParseActions()
396 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos); in doParseActions()
410 String opt = fRB.fRules.substring(fOptionStart, fScanIndex); in doParseActions()
447 n.fText = fRB.fRules.substring(n.fFirstPos + 1, n.fLastPos); in doParseActions()
695 if (fNextIndex >= fRB.fRules.length()) { in nextCharLL()
698 ch = UTF16.charAt(fRB.fRules, fNextIndex); in nextCharLL()
[all …]
DRBBIRuleBuilder.java29 String fRules; // The rule string that we are compiling field in RBBIRuleBuilder
143 fRules = rules; in RBBIRuleBuilder()
168 String strippedRules = RBBIRuleScanner.stripRules(fRules); in flattenData()
DRBBISymbolTable.java17 String fRules; field in RBBISymbolTable
36 fRules = rules; in RBBISymbolTable()
/external/icu/icu4c/source/common/
Drbbiscan.cpp142 fSymbolTable = new RBBISymbolTable(this, rb->fRules, *rb->fStatus); in RBBIRuleScanner()
289 … fRB->fRules.extractBetween(RHSExprNode->fFirstPos, RHSExprNode->fLastPos, RHSExprNode->fText); in doParseActions()
447 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
461 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
474 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
503 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
518 UnicodeString opt(fRB->fRules, fOptionStart, fScanIndex-fOptionStart); in doParseActions()
558 fRB->fRules.extractBetween(n->fFirstPos+1, n->fLastPos, n->fText); in doParseActions()
827 if (fNextIndex >= fRB->fRules.length()) { in nextCharLL()
830 ch = fRB->fRules.char32At(fNextIndex); in nextCharLL()
[all …]
Drbbirb.h58 const UnicodeString &fRules;
76 RBBISymbolTable(RBBIRuleScanner *, const UnicodeString &fRules, UErrorCode &status);
127 const UnicodeString &fRules; // The rule string that we are compiling variable
Drbbirb.cpp48 : fRules(rules) in RBBIRuleBuilder()
149 UnicodeString strippedRules((const UnicodeString&)RBBIRuleScanner::stripRules(fRules)); in flattenData()
Drbbistbl.cpp42 :fRules(rules), fRuleScanner(rs), ffffString(UChar(0xffff)) in RBBISymbolTable()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...