Searched defs:rulesLength (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dubrk.cpp95 int32_t rulesLength,
106 UnicodeString ruleString(rules, rulesLength);
94 ubrk_openRules( const UChar *rules, int32_t rulesLength, const UChar *text, int32_t textLength, UParseError *parseErr, UErrorCode *status) argument
/external/chromium_org/third_party/icu/source/i18n/
H A Dutrans.cpp136 int32_t rulesLength,
165 UnicodeString ruleStr(rulesLength < 0,
167 rulesLength); // r-o alias
183 int32_t rulesLength, /* -1 if null-terminated */
188 rules, rulesLength,
132 utrans_openU(const UChar *id, int32_t idLength, UTransDirection dir, const UChar *rules, int32_t rulesLength, UParseError *parseError, UErrorCode *status) argument
H A Ducol_res.cpp291 result->rules = ures_getStringByKey(collElem, "Sequence", &result->rulesLength, &intStatus);
363 int32_t rulesLength,
379 if(rules == NULL || rulesLength < -1) {
384 if(rulesLength == -1) {
385 rulesLength = u_strlen(rules);
411 ucol_tok_initTokenList(&src, rules, rulesLength, UCA, importFunc, context, status);
473 if(rulesLength > 0) {
474 newRules = (UChar *)uprv_malloc((rulesLength+1)*U_SIZEOF_UCHAR);
480 uprv_memcpy(newRules, rules, rulesLength*U_SIZEOF_UCHAR);
481 newRules[rulesLength]
362 ucol_openRulesForImport( const UChar *rules, int32_t rulesLength, UColAttributeValue normalizationMode, UCollationStrength strength, UParseError *parseError, GetCollationRulesFunction importFunc, void* context, UErrorCode *status) argument
511 ucol_openRules( const UChar *rules, int32_t rulesLength, UColAttributeValue normalizationMode, UCollationStrength strength, UParseError *parseError, UErrorCode *status) argument
[all...]
H A Ducol_tok.cpp2161 uint32_t rulesLength,
2169 uint32_t estimatedSize = (2*rulesLength+UCOL_TOK_EXTRA_RULE_SPACE_SIZE);
2186 while(i < rulesLength) {
2192 optionNumber = ucol_uprv_tok_readOption(rules+i+1, rules+rulesLength, &setStart);
2196 USet *newSet = ucol_uprv_tok_readAndSetUnicodeSet(setStart, rules+rulesLength, status);
2208 USet *newSet = ucol_uprv_tok_readAndSetUnicodeSet(setStart, rules+rulesLength, status);
2273 uint32_t newRulesLength = rulesLength + importRulesLength - (optionEndOffset - i);
2291 (rulesLength-optionEndOffset)*sizeof(UChar));
2305 rulesLength = newRulesLength;
2324 nSize = unorm_normalize(rules, rulesLength, UNORM_NF
2158 ucol_tok_initTokenList( UColTokenParser *src, const UChar *rules, uint32_t rulesLength, const UCollator *UCA, GetCollationRulesFunction importFunc, void* context, UErrorCode *status) argument
[all...]
H A Ducol_imp.h984 int32_t rulesLength; member in struct:UCollator
1085 int32_t rulesLength,
/external/icu4c/i18n/
H A Dutrans.cpp136 int32_t rulesLength,
165 UnicodeString ruleStr(rulesLength < 0,
167 rulesLength); // r-o alias
183 int32_t rulesLength, /* -1 if null-terminated */
188 rules, rulesLength,
132 utrans_openU(const UChar *id, int32_t idLength, UTransDirection dir, const UChar *rules, int32_t rulesLength, UParseError *parseError, UErrorCode *status) argument
H A Ducol_res.cpp300 result->rules = ures_getStringByKey(collElem, "Sequence", &result->rulesLength, &intStatus);
372 int32_t rulesLength,
388 if(rules == NULL || rulesLength < -1) {
393 if(rulesLength == -1) {
394 rulesLength = u_strlen(rules);
420 ucol_tok_initTokenList(&src, rules, rulesLength, UCA, importFunc, context, status);
486 if(rulesLength > 0) {
487 newRules = (UChar *)uprv_malloc((rulesLength+1)*U_SIZEOF_UCHAR);
493 uprv_memcpy(newRules, rules, rulesLength*U_SIZEOF_UCHAR);
494 newRules[rulesLength]
371 ucol_openRulesForImport( const UChar *rules, int32_t rulesLength, UColAttributeValue normalizationMode, UCollationStrength strength, UParseError *parseError, GetCollationRulesFunction importFunc, void* context, UErrorCode *status) argument
524 ucol_openRules( const UChar *rules, int32_t rulesLength, UColAttributeValue normalizationMode, UCollationStrength strength, UParseError *parseError, UErrorCode *status) argument
[all...]
H A Ducol_tok.cpp2155 uint32_t rulesLength,
2163 uint32_t estimatedSize = (2*rulesLength+UCOL_TOK_EXTRA_RULE_SPACE_SIZE);
2180 while(i < rulesLength) {
2186 optionNumber = ucol_uprv_tok_readOption(rules+i+1, rules+rulesLength, &setStart);
2190 USet *newSet = ucol_uprv_tok_readAndSetUnicodeSet(setStart, rules+rulesLength, status);
2202 USet *newSet = ucol_uprv_tok_readAndSetUnicodeSet(setStart, rules+rulesLength, status);
2267 uint32_t newRulesLength = rulesLength + importRulesLength - (optionEndOffset - i);
2285 (rulesLength-optionEndOffset)*sizeof(UChar));
2299 rulesLength = newRulesLength;
2318 nSize = unorm_normalize(rules, rulesLength, UNORM_NF
2152 ucol_tok_initTokenList( UColTokenParser *src, const UChar *rules, uint32_t rulesLength, const UCollator *UCA, GetCollationRulesFunction importFunc, void* context, UErrorCode *status) argument
[all...]
H A Ducol_imp.h944 int32_t rulesLength; member in struct:UCollator
1051 int32_t rulesLength,
/external/icu4c/common/
H A Dubrk.cpp95 int32_t rulesLength,
106 UnicodeString ruleString(rules, rulesLength);
94 ubrk_openRules( const UChar *rules, int32_t rulesLength, const UChar *text, int32_t textLength, UParseError *parseErr, UErrorCode *status) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/59/1/.cp/
H A DjdtCompilerAdapter.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ ...
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c885 int32_t rulesLength; local
922 rules = ucol_getRules(c1, &rulesLength);
925 c2 = ucol_openRules(rules, rulesLength, UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &err);
H A Dcmsccoll.c5840 uint32_t rulesLength = 0; local
5864 rulesLength = u_unescape(srules, rules, LEN(rules));
5865 myCollation = ucol_openRules(rules, rulesLength, UCOL_ON, UCOL_TERTIARY, &error, &status);
/external/icu4c/test/cintltst/
H A Dcapitst.c877 int32_t rulesLength=-1; local
893 log_verbose("Rules: %s\n", aescstrdup(rules, rulesLength));
895 c2 = ucol_openRules(rules, rulesLength, UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
948 int32_t rulesLength; local
988 rules = ucol_getRules(c1, &rulesLength);
991 c2 = ucol_openRules(rules, rulesLength, UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &err);
H A Dcmsccoll.c5859 uint32_t rulesLength = 0; local
5883 rulesLength = u_unescape(srules, rules, LEN(rules));
5884 myCollation = ucol_openRules(rules, rulesLength, UCOL_ON, UCOL_TERTIARY, &error, &status);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 408 milliseconds