HomeSort by relevance Sort by last modified time
    Searched full:fromstr (Results 1 - 18 of 18) sorted by null

  /external/svox/pico/lib/
picoos.h 523 /* searches for the first contiguous string of printable characters (> ' ') inside fromStr, possibly skipping
525 * fromStr is assumed to be NULLC terminated and toStr is forced to be NULLC terminated within maxsize.
526 * The search is started at *pos inside fromStr and at return, *pos is the position within fromStr after the
527 * found string, or the position after the end of fromStr, if no string was found.
529 picoos_uint8 picoos_get_str (picoos_char * fromStr, picoos_uint32 * pos, picoos_char * toStr, picoos_objsize_t maxsize);
picoos.c     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
stringold.py 382 def maketrans(fromstr, tostr):
390 if len(fromstr) != len(tostr):
396 fromstr = map(ord, fromstr)
397 for i in range(len(fromstr)):
398 L[fromstr[i]] = tostr[i]
string.py 61 def maketrans(fromstr, tostr):
69 if len(fromstr) != len(tostr):
75 fromstr = map(ord, fromstr)
76 for i in range(len(fromstr)):
77 L[fromstr[i]] = tostr[i]
  /prebuilts/gdb/linux-x86/lib/python2.7/
stringold.py 382 def maketrans(fromstr, tostr):
390 if len(fromstr) != len(tostr):
396 fromstr = map(ord, fromstr)
397 for i in range(len(fromstr)):
398 L[fromstr[i]] = tostr[i]
string.py 61 def maketrans(fromstr, tostr):
69 if len(fromstr) != len(tostr):
75 fromstr = map(ord, fromstr)
76 for i in range(len(fromstr)):
77 L[fromstr[i]] = tostr[i]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stringold.py 382 def maketrans(fromstr, tostr):
390 if len(fromstr) != len(tostr):
396 fromstr = map(ord, fromstr)
397 for i in range(len(fromstr)):
398 L[fromstr[i]] = tostr[i]
string.py 61 def maketrans(fromstr, tostr):
69 if len(fromstr) != len(tostr):
75 fromstr = map(ord, fromstr)
76 for i in range(len(fromstr)):
77 L[fromstr[i]] = tostr[i]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stringold.py 382 def maketrans(fromstr, tostr):
390 if len(fromstr) != len(tostr):
396 fromstr = map(ord, fromstr)
397 for i in range(len(fromstr)):
398 L[fromstr[i]] = tostr[i]
string.py 61 def maketrans(fromstr, tostr):
69 if len(fromstr) != len(tostr):
75 fromstr = map(ord, fromstr)
76 for i in range(len(fromstr)):
77 L[fromstr[i]] = tostr[i]
  /external/opencv3/modules/core/src/
cuda_info.cpp 151 static void fromStr(const char* set_as_str, std::vector<int>& arr);
162 fromStr(CUDA_ARCH_BIN, bin);
163 fromStr(CUDA_ARCH_PTX, ptx);
164 fromStr(CUDA_ARCH_FEATURES, features);
197 void CudaArch::fromStr(const char* set_as_str, std::vector<int>& arr)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TimeZoneNamesImpl.java 811 String fromStr = "1970-01-01 00:00";
814 fromStr = mz.getString(1);
818 from = parseDate(fromStr);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TimeZoneNamesImpl.java 809 String fromStr = "1970-01-01 00:00";
812 fromStr = mz.getString(1);
816 from = parseDate(fromStr);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 1132 std::string fromstr = cache.count(BDV) ? cache[BDV]->getName() : "none"; local
    [all...]
  /external/guice/extensions/persist/lib/
jaxen-1.1-beta-7.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.6/
jaxen-1.1.6.jar 

Completed in 1581 milliseconds