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

  /external/icu4c/test/cintltst/
citertst.c     [all...]
cmsccoll.c 554 UChar *rulesCopy = NULL;
563 rulesCopy = (UChar *)uprv_malloc((ruleLen+UCOL_TOK_EXTRA_RULE_SPACE_SIZE)*sizeof(UChar));
564 uprv_memcpy(rulesCopy, rules, ruleLen*sizeof(UChar));
565 src.current = src.source = rulesCopy;
566 src.end = rulesCopy+ruleLen;
572 the rules copy in src.source to get reallocated, freeing the original pointer in rulesCopy */
933 UChar *rulesCopy = NULL;
947 rulesCopy = (UChar *)uprv_malloc((ruleLen+UCOL_TOK_EXTRA_RULE_SPACE_SIZE)*sizeof(UChar));
948 uprv_memcpy(rulesCopy, rules, ruleLen*sizeof(UChar));
949 src.current = src.source = rulesCopy;
    [all...]
  /external/icu4c/test/intltest/
rbbiapts.cpp     [all...]

Completed in 52 milliseconds