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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
TestDeprecatedNormalizerAPI.java 98 String chString = new StringBuffer().append(ch).toString();
100 String normDecomp = Normalizer.decompose(chString, compat);
102 if (iterDecomp.equals(chString)) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
TestDeprecatedNormalizerAPI.java 97 String chString = new StringBuffer().append(ch).toString();
99 String normDecomp = Normalizer.decompose(chString, compat);
101 if (iterDecomp.equals(chString)) {
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.cpp 101 *ratesStrStart, *chString, *nextSRStr, *test, *nextSRString, *temp_ptr;
    [all...]

Completed in 1597 milliseconds