HomeSort by relevance Sort by last modified time
    Searched refs:rulesLength (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/i18n/unicode/
utrans.h 178 * @param rulesLength the length of the rules, or -1 if the rules
193 int32_t rulesLength,
528 * @param rulesLength the length of the rules, or -1 if the rules
542 int32_t rulesLength, /* -1 if null-terminated */
ucol.h 284 * @param rulesLength The length of rules, or -1 if null-terminated.
304 int32_t rulesLength,
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
utrans.h 179 * @param rulesLength the length of the rules, or -1 if the rules
194 int32_t rulesLength,
581 * @param rulesLength the length of the rules, or -1 if the rules
595 int32_t rulesLength, /* -1 if null-terminated */
ucol.h 398 * @param rulesLength The length of rules, or -1 if null-terminated.
418 int32_t rulesLength,
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_res.cpp 291 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]=0
    [all...]
utrans.cpp 136 int32_t rulesLength,
165 UnicodeString ruleStr(rulesLength < 0,
167 rulesLength); // r-o alias
183 int32_t rulesLength, /* -1 if null-terminated */
188 rules, rulesLength,
ucol_tok.h 175 const uint32_t rulesLength,
ucol_tok.cpp     [all...]
ucol_imp.h     [all...]
ucol.cpp 461 result->rulesLength = 0;
558 rulesSize = (int32_t)(coll->rulesLength + 1)*sizeof(UChar);
630 localCollator->rulesLength = coll->rulesLength;
867 result->rulesLength = 0;
    [all...]
  /external/icu/icu4c/source/i18n/
utrans.cpp 137 int32_t rulesLength,
166 UnicodeString ruleStr(rulesLength < 0,
168 rulesLength); // r-o alias
184 int32_t rulesLength, /* -1 if null-terminated */
189 rules, rulesLength,
collationbuilder.cpp     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
ubrk.h 224 * @param rulesLength The number of characters in rules, or -1 if null-terminated.
237 int32_t rulesLength,
  /external/icu/icu4c/source/common/unicode/
ubrk.h 224 * @param rulesLength The number of characters in rules, or -1 if null-terminated.
237 int32_t rulesLength,
  /external/chromium_org/third_party/icu/source/common/
ubrk.cpp 95 int32_t rulesLength,
106 UnicodeString ruleString(rules, rulesLength);
rbbiscan.cpp 767 int rulesLength = rules.length();
768 for (int idx = 0; idx < rulesLength; ) {
771 while (idx < rulesLength
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/59/1/.cp/
jdtCompilerAdapter.jar 
  /external/icu/icu4c/source/common/
ubrk.cpp 95 int32_t rulesLength,
106 UnicodeString ruleString(rules, rulesLength);
rbbiscan.cpp 768 int rulesLength = rules.length();
769 for (int idx = 0; idx < rulesLength; ) {
772 while (idx < rulesLength
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-compiler-jdt/0.20.0/
tycho-compiler-jdt-0.20.0.jar 
  /external/icu/icu4c/source/test/cintltst/
capitst.c     [all...]
cmsccoll.c     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
capitst.c     [all...]
cmsccoll.c     [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 1314 milliseconds

1 2