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

  /sdk/anttasks/src/com/android/ant/
PropertyByReplaceTask.java 35 public void setReplace(char inputChar) {
36 mInputChar = inputChar;
  /external/icu4c/common/
ushape.c     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
CharInfo.java 720 * @param inputChar The char to map from.
729 boolean defineChar2StringMapping(String outputString, char inputChar)
731 CharKey character = new CharKey(inputChar);
733 set(inputChar); // mark the character has having a mapping to a String
735 boolean extraMapping = extraEntity(outputString, inputChar);
  /external/webkit/Source/WebCore/platform/text/mac/
ShapeArabic.c 370 UChar inputChar = dest[i];
371 if ( (inputChar >= 0xFE70) && (inputChar <= 0xFEFC)) {
372 dest[i] = convertFEto06 [ (inputChar - 0xFE70) ] ;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Utils.java 273 String inputChar = String.valueOf(c);
276 inputChar = "<enter>";
279 inputChar = "<tab>";
282 inputChar = "<space>";
285 UsabilityStudyLogUtils.getInstance().write(inputChar + "\t" + x + "\t" + y);
  /external/webkit/Source/JavaScriptCore/yarr/
YarrInterpreter.cpp     [all...]

Completed in 251 milliseconds