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

  /external/icu4c/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 335 * @param rulesLength The length of rules, or -1 if null-terminated.
355 int32_t rulesLength,
    [all...]
  /external/icu4c/i18n/
ucol_res.cpp 300 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);
487 if(rulesLength > 0) {
488 newRules = (UChar *)uprv_malloc((rulesLength+1)*U_SIZEOF_UCHAR);
494 uprv_memcpy(newRules, rules, rulesLength*U_SIZEOF_UCHAR);
495 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 462 result->rulesLength = 0;
565 rulesSize = (int32_t)(coll->rulesLength + 1)*sizeof(UChar);
653 localCollator->rulesLength = coll->rulesLength;
913 result->rulesLength = 0;
    [all...]
  /external/icu4c/common/unicode/
ubrk.h 224 * @param rulesLength The number of characters in rules, or -1 if null-terminated.
237 int32_t rulesLength,
  /external/webkit/Source/WebCore/icu/unicode/
ubrk.h 324 * @param rulesLength The number of characters in rules, or -1 if null-terminated.
337 int32_t rulesLength,
ucol.h 278 * @param rulesLength The length of rules, or -1 if null-terminated.
298 int32_t rulesLength,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/59/1/.cp/
jdtCompilerAdapter.jar 
  /external/icu4c/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/webkit/Source/JavaScriptCore/icu/unicode/
ucol.h 278 * @param rulesLength The length of rules, or -1 if null-terminated.
298 int32_t rulesLength,
    [all...]
  /external/icu4c/test/cintltst/
capitst.c     [all...]
cmsccoll.c     [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 255 milliseconds