HomeSort by relevance Sort by last modified time
    Searched defs:normalize (Results 126 - 150 of 801) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
FCDUTF16CollationIterator.java 247 // we do not have to re-check and normalize when we turn around and go backwards.
256 * Extend the FCD text segment forward or normalize around pos.
278 // Fails FCD check. Find the next FCD boundary and normalize.
285 normalize(pos, q); method
332 * Extend the FCD text segment backward or normalize around pos.
355 // Fails FCD check. Find the previous FCD boundary and normalize.
362 normalize(q, pos); method
377 private void normalize(int from, int to) { method
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
XMLRecordWriter.java 131 public static String normalize(String str) { method in class:XMLRecordWriter
199 internalString(name, normalize(value));
207 String value = normalize(values[i]);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
BaseLocale.java 240 public static Key normalize(Key key) { method in class:BaseLocale.Key
262 return Key.normalize(key);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/
DataReadWriteTest.java 31 private String normalize(String str) { method in class:DataReadWriteTest
57 assertEquals(null, "<Test></Test>", normalize(str));
73 assertEquals(null, "<x>true</x><y>false</y>", normalize(str));
107 assertEquals("" + j, target, normalize(str));
129 assertEquals(null, "<x>a</x><y>b</y>", normalize(str));
163 assertEquals("" + j, target, normalize(str));
187 assertEquals(null, "<x>zero</x><y>one</y>", normalize(str));
222 assertEquals("" + j, target, normalize(str));
247 assertEquals("\n'" + normalize(str) + "' = \n'<x>" + t + "</x>", "<x>"
248 + t + "</x>", normalize(str))
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
BaseLocale.java 230 public static Key normalize(Key key) { method in class:BaseLocale.Key
251 return Key.normalize(key);
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
FCDIterCollationIterator.java 280 // Fails FCD check. Find the next FCD boundary and normalize.
290 normalize(s);
370 // Fails FCD check. Find the previous FCD boundary and normalize.
382 normalize(s);
402 private void normalize(CharSequence s) { method
FCDUTF16CollationIterator.java 245 // we do not have to re-check and normalize when we turn around and go backwards.
254 * Extend the FCD text segment forward or normalize around pos.
276 // Fails FCD check. Find the next FCD boundary and normalize.
283 normalize(pos, q); method
330 * Extend the FCD text segment backward or normalize around pos.
353 // Fails FCD check. Find the previous FCD boundary and normalize.
360 normalize(q, pos); method
375 private void normalize(int from, int to) { method
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
XMLRecordWriter.java 127 public static String normalize(String str) { method in class:XMLRecordWriter
195 internalString(name, normalize(value));
203 String value = normalize(values[i]);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
BaseLocale.java 236 public static Key normalize(Key key) { method in class:BaseLocale.Key
258 return Key.normalize(key);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
DataReadWriteTest.java 28 private String normalize(String str) { method in class:DataReadWriteTest
54 assertEquals(null, "<Test></Test>", normalize(str));
70 assertEquals(null, "<x>true</x><y>false</y>", normalize(str));
104 assertEquals("" + j, target, normalize(str));
126 assertEquals(null, "<x>a</x><y>b</y>", normalize(str));
160 assertEquals("" + j, target, normalize(str));
184 assertEquals(null, "<x>zero</x><y>one</y>", normalize(str));
219 assertEquals("" + j, target, normalize(str));
244 assertEquals("\n'" + normalize(str) + "' = \n'<x>" + t + "</x>", "<x>"
245 + t + "</x>", normalize(str))
    [all...]
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
LZMADecoder.java 69 rc.normalize();
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_state.c 562 uint32_t format_type, normalize; local
576 normalize = translate_vertex_format_normalize(elements[idx].src_format);
579 assert(normalize != ETNA_NO_MATCH);
585 normalize | VIVS_FE_VERTEX_ELEMENT_CONFIG_ENDIAN(ENDIAN_MODE_NO_SWAP) |
  /external/owasp/sanitizer/src/tests/org/owasp/html/
HtmlStreamRendererTest.java 285 assertEquals(golden, normalize(htmlInput));
293 private String normalize(String htmlInput) throws Exception { method in class:HtmlStreamRendererTest
  /external/python/cpython2/Lib/
locale.py 40 "normalize", "LC_CTYPE", "LC_COLLATE", "LC_TIME", "LC_MONETARY",
365 def normalize(localename): function
381 # Normalize the locale name and extract the encoding and modifier
463 code = normalize(localename)
580 locale = normalize(_build_localename(locale))
636 # to C locale encoding names (case-sensitive). Note that normalize()
688 # Note that the normalize() function which uses this tables
    [all...]
  /external/python/cpython2/Tools/i18n/
pygettext.py 245 def normalize(s):
504 print >> fp, 'msgid', normalize(k)
242 def normalize(s): function
  /external/python/cpython3/Tools/i18n/
pygettext.py 243 def normalize(s, encoding):
462 print('msgid', normalize(k, encoding), file=fp)
240 def normalize(s, encoding): function
  /external/replicaisland/src/com/replica/replicaisland/
PhysicsComponent.java 137 collisionNormal.normalize();
175 collisionNormal.normalize();
  /external/scapy/scapy/
plist.py 366 def normalize(n): function in function:.afterglow
  /external/skia/src/pathops/
SkPathOpsPoint.h 87 void normalize() { function in struct:SkDVector
  /external/skqp/src/pathops/
SkPathOpsPoint.h 87 void normalize() { function in struct:SkDVector
  /external/tensorflow/tensorflow/contrib/factorization/python/ops/
kmeans_test.py 47 def normalize(x): function
52 return np.dot(normalize(x), np.transpose(normalize(y)))
318 normalize(
319 np.mean(normalize(self.points)[0:4, :], axis=0,
321 normalize(
322 np.mean(normalize(self.points)[4:, :], axis=0,
328 normalize(self.points), self.true_centers[self.true_assignments])
342 centers = normalize(self.kmeans.cluster_centers())
349 centers = normalize(self.kmeans.cluster_centers()
    [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
kmeans_test.py 49 def normalize(x): function
54 return np.dot(normalize(x), np.transpose(normalize(y)))
326 normalize(
327 np.mean(normalize(self.points)[0:4, :], axis=0, keepdims=True))[
329 normalize(
330 np.mean(normalize(self.points)[4:, :], axis=0, keepdims=True))[
336 normalize(self.points), self.true_centers[self.true_assignments])
350 centers = normalize(self.kmeans.clusters())
357 centers = normalize(self.kmeans.clusters()
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPMeta.java 1168 void normalize(ParseOptions options) throws XMPException; method in interface:XMPMeta
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
PageRangeUtils.java 84 ourRanges = normalize(ourRanges);
85 otherRanges = normalize(otherRanges);
114 * @param pageRanges The page ranges to normalize.
117 public static PageRange[] normalize(PageRange[] pageRanges) { method in class:PageRangeUtils
317 return PageRangeUtils.normalize(ranges.toArray(new PageRange[ranges.size()]));
  /frameworks/native/services/sensorservice/
vec.h 224 V<TYPE, SIZE> PURE normalize(const V<TYPE, SIZE>& v) { function in namespace:android

Completed in 1292 milliseconds

1 2 3 4 56 7 8 91011>>