HomeSort by relevance Sort by last modified time
    Searched defs:pw1 (Results 1 - 2 of 2) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/tool/
ShowLanguages.java 146 // PrintWriter pw1 = new PrintWriter(new FormattedFileWriter(pw, "Languages and Territories", null));
147 // pw1.println("<tr><th>Language \u2192 Territories");
148 // pw1.println("</th><th>Territory \u2192 Language");
149 // pw1.println("</th><th>Territories Not Represented");
150 // pw1.println("</th><th>Languages Not Represented");
151 // pw1.println("</th></tr>");
153 // pw1.println("<tr><td>");
154 // linfo.print(pw1, CLDRFile.LANGUAGE_NAME, CLDRFile.TERRITORY_NAME);
155 // pw1.println("</td><td>");
156 // linfo.print(pw1, CLDRFile.TERRITORY_NAME, CLDRFile.LANGUAGE_NAME)
192 PrintWriter pw1; local
    [all...]
  /external/libjpeg-turbo/
turbojpeg.c 895 int pw1 = tjPlaneWidth(1, width, subsamp); local
898 strides[1] = strides[2] = PAD(pw1, pad);
1088 int pw1 = tjPlaneWidth(1, width, subsamp); local
1543 int pw1 = tjPlaneWidth(1, width, subsamp); local
1778 int pw1 = tjPlaneWidth(1, width, jpegSubsamp); local
    [all...]

Completed in 306 milliseconds