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

  /external/chromium/third_party/icu/public/common/unicode/
caniter.h 110 * @param newSource the source string to iterate against. This allows the same iterator to be used
115 void setSource(const UnicodeString &newSource, UErrorCode &status);
  /external/icu4c/common/unicode/
caniter.h 111 * @param newSource the source string to iterate against. This allows the same iterator to be used
116 void setSource(const UnicodeString &newSource, UErrorCode &status);
  /external/chromium/third_party/icu/source/common/
caniter.cpp 162 void CanonicalIterator::setSource(const UnicodeString &newSource, UErrorCode &status) {
169 Normalizer::normalize(newSource, UNORM_NFD, 0, source, status);
178 if (newSource.length() == 0) {
  /external/icu4c/common/
caniter.cpp 164 void CanonicalIterator::setSource(const UnicodeString &newSource, UErrorCode &status) {
171 Normalizer::normalize(newSource, UNORM_NFD, 0, source, status);
180 if (newSource.length() == 0) {
  /dalvik/dx/src/com/android/dx/ssa/
SsaMethod.java 492 * @param newSource {@code non-null;} the new source being used
495 RegisterSpec oldSource, RegisterSpec newSource) {
503 int reg = newSource.getReg();
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateTracker.java 651 public void updateBatteryWorkSourceLocked(WorkSource newSource) {
653 if (newSource != null) {
654 mRunningWifiUids.set(newSource);
    [all...]
  /external/webkit/WebCore/dom/
Document.cpp     [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 153 milliseconds