HomeSort by relevance Sort by last modified time
    Searched defs:permute (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/icu/source/common/
caniter.cpp 265 void U_EXPORT2 CanonicalIterator::permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCode &status) { function in class:CanonicalIterator
269 //if (PROGRESS) printf("Permute: %s\n", UToS(Tr(source)));
286 // otherwise iterate through the string, and recursively permute all the other characters
302 // don't permute it
311 //Hashtable *subpermute = permute(source.substring(0,i) + source.substring(i + UTF16.getCharCount(cp)));
312 permute(subPermuteString.replace(i, U16_LENGTH(cp), NULL, 0), skipZeros, &subpermute, status);
371 permute(item, CANITER_SKIP_ZEROES, &permutations, status);
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
perfect.c 75 /* permute(0)=0. This is intended and useful. */
76 static ub4 permute( function
106 scramble[i] = permute(i, phash_log2(smax));
654 if ((*tabb)[i].val_b != 0) break; /* assumes permute(0) == 0 */
    [all...]
  /external/icu/icu4c/source/common/
caniter.cpp 265 void U_EXPORT2 CanonicalIterator::permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCode &status) { function in class:CanonicalIterator
269 //if (PROGRESS) printf("Permute: %s\n", UToS(Tr(source)));
286 // otherwise iterate through the string, and recursively permute all the other characters
302 // don't permute it
311 //Hashtable *subpermute = permute(source.substring(0,i) + source.substring(i + UTF16.getCharCount(cp)));
312 permute(subPermuteString.replace(i, U16_LENGTH(cp), NULL, 0), skipZeros, &subpermute, status);
371 permute(item, CANITER_SKIP_ZEROES, &permutations, status);
  /frameworks/wilhelm/tools/permute/
permute.c 17 /** Permute is a host tool to randomly permute an audio file.
119 /** Permute the specified input file */
121 void permute(char *path_in) function
228 // now permute the segments randomly using a bad algorithm
337 // Permute the file
338 permute(arg);
  /external/chromium_org/tools/ipc_fuzzer/mutate/
mutate.cc 627 const char kPermuteSwitch[] = "permute";
670 bool permute = cmd->HasSwitch(kPermuteSwitch); local
714 if (permute) {
  /external/chromium_org/third_party/boringssl/mac-x86_64/crypto/aes/
aes-x86_64.S 1153 L$permute:
1279 jnz L$permute
    [all...]
  /external/chromium_org/third_party/d3/src/
d3.js 149 d3.permute = function(array, indexes) {
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 360 milliseconds