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 119 String chString = new StringBuffer().append(ch).toString();
121 String normDecomp = Normalizer.decompose(chString, compat);
123 if (iterDecomp.equals(chString)) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
TestDeprecatedNormalizerAPI.java 115 String chString = new StringBuffer().append(ch).toString();
117 String normDecomp = Normalizer.decompose(chString, compat);
119 if (iterDecomp.equals(chString)) {
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.cpp 101 *ratesStrStart, *chString, *nextSRStr, *test, *nextSRString, *temp_ptr;
    [all...]

Completed in 3170 milliseconds