Searched refs:fRules (Results 1 - 13 of 13) sorted by relevance

/external/icu/icu4c/source/common/
H A Drbbirb.h60 const UnicodeString &fRules; member in class:RBBISymbolTable
78 RBBISymbolTable(RBBIRuleScanner *, const UnicodeString &fRules, UErrorCode &status);
129 const UnicodeString &fRules; // The rule string that we are compiling member in class:RBBIRuleBuilder
H A Drbbiscan.cpp147 fSymbolTable = new RBBISymbolTable(this, rb->fRules, *rb->fStatus);
300 fRB->fRules.extractBetween(RHSExprNode->fFirstPos, RHSExprNode->fLastPos, RHSExprNode->fText);
475 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText);
489 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText);
502 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText);
531 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText);
546 UnicodeString opt(fRB->fRules, fOptionStart, fScanIndex-fOptionStart);
586 fRB->fRules.extractBetween(n->fFirstPos+1, n->fLastPos, n->fText);
855 if (fNextIndex >= fRB->fRules.length()) {
858 ch = fRB->fRules
[all...]
H A Drbbirb.cpp50 : fRules(rules)
151 UnicodeString strippedRules((const UnicodeString&)RBBIRuleScanner::stripRules(fRules));
H A Drbbistbl.cpp44 :fRules(rules), fRuleScanner(rs), ffffString(UChar(0xffff))
/external/icu/icu4c/source/i18n/
H A Ddecimfmtimpl.cpp57 fRules(NULL),
84 fRules(NULL),
107 fRules(NULL),
120 if (other.fRules != NULL) {
121 fRules = new PluralRules(*other.fRules);
122 if (fRules == NULL && U_SUCCESS(status)) {
157 if (fRules != NULL && other.fRules != NULL) {
158 *fRules
[all...]
H A Ddecimfmtimpl.h385 // fMonetary, fRules, fAffixParser, fCurrencyAffixInfo,
401 PluralRules *fRules; member in class:DecimalFormatImpl
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRBBIRuleScanner.java228 // fRB.fRules.extractBetween(RHSExprNode.fFirstPos,
230 RHSExprNode.fText = fRB.fRules.substring(RHSExprNode.fFirstPos,
375 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos);
386 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos);
397 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos);
422 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos);
436 String opt = fRB.fRules.substring(fOptionStart, fScanIndex);
473 n.fText = fRB.fRules.substring(n.fFirstPos + 1, n.fLastPos);
721 if (fNextIndex >= fRB.fRules.length()) {
724 ch = UTF16.charAt(fRB.fRules, fNextInde
[all...]
H A DRBBIRuleBuilder.java31 String fRules; // The rule string that we are compiling field in class:RBBIRuleBuilder
145 fRules = rules;
170 String strippedRules = RBBIRuleScanner.stripRules(fRules);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBIRuleScanner.java227 // fRB.fRules.extractBetween(RHSExprNode.fFirstPos,
229 RHSExprNode.fText = fRB.fRules.substring(RHSExprNode.fFirstPos,
374 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos);
385 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos);
396 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos);
421 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos);
435 String opt = fRB.fRules.substring(fOptionStart, fScanIndex);
472 n.fText = fRB.fRules.substring(n.fFirstPos + 1, n.fLastPos);
720 if (fNextIndex >= fRB.fRules.length()) {
723 ch = UTF16.charAt(fRB.fRules, fNextInde
[all...]
H A DRBBIRuleBuilder.java30 String fRules; // The rule string that we are compiling field in class:RBBIRuleBuilder
144 fRules = rules;
169 String strippedRules = RBBIRuleScanner.stripRules(fRules);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2076 milliseconds