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

  /external/apache-xml/src/main/java/org/apache/xml/utils/
XMLChar.java 106 int spaceChar[] = {
279 for (int i = 0; i < spaceChar.length; i++) {
280 CHARS[spaceChar[i]] |= MASK_SPACE;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.cpp 810 const UChar spaceChar = space;
811 float spaceWidth = font.width(constructTextRun(this, font, &spaceChar, 1, style(), direction));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
CodeMirrorTextEditor.js 686 const spaceChar = "·";
690 spaceChars += spaceChar;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 199 milliseconds