/external/icu/icu4c/source/i18n/ |
D | decimfmtimpl.cpp | 55 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 …]
|
D | decimfmtimpl.h | 399 PluralRules *fRules; variable
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RBBIRuleScanner.java | 119 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 …]
|
D | RBBIRuleBuilder.java | 28 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()
|
D | RBBISymbolTable.java | 16 String fRules; field in RBBISymbolTable 35 fRules = rules; in RBBISymbolTable()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RBBIRuleScanner.java | 120 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 …]
|
D | RBBIRuleBuilder.java | 29 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()
|
D | RBBISymbolTable.java | 17 String fRules; field in RBBISymbolTable 36 fRules = rules; in RBBISymbolTable()
|
/external/icu/icu4c/source/common/ |
D | rbbiscan.cpp | 142 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 …]
|
D | rbbirb.h | 58 const UnicodeString &fRules; 76 RBBISymbolTable(RBBIRuleScanner *, const UnicodeString &fRules, UErrorCode &status); 127 const UnicodeString &fRules; // The rule string that we are compiling variable
|
D | rbbirb.cpp | 48 : fRules(rules) in RBBIRuleBuilder() 149 UnicodeString strippedRules((const UnicodeString&)RBBIRuleScanner::stripRules(fRules)); in flattenData()
|
D | rbbistbl.cpp | 42 :fRules(rules), fRuleScanner(rs), ffffString(UChar(0xffff)) in RBBISymbolTable()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.jdt.launching_3.5.100.v20100526.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |