HomeSort by relevance Sort by last modified time
    Searched refs:normalize (Results 251 - 275 of 1394) sorted by null

<<11121314151617181920>>

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
RoundTripTest.java     [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
RoundTripTest.java     [all...]
  /libcore/luni/src/test/java/libcore/xml/
NormalizeTest.java 192 assertEquals(false, domConfiguration.getParameter("normalize-characters"));
193 assertSupported("normalize-characters", false);
194 assertUnsupported("normalize-characters", true);
343 document.getDocumentElement().normalize();
348 document.getDocumentElement().normalize();
368 document.getDocumentElement().normalize();
374 document.getDocumentElement().normalize();
380 document.getDocumentElement().normalize();
386 document.getDocumentElement().normalize();
  /cts/tests/tests/text/src/android/text/format/cts/
TimeTest.java 84 long timeMilliseconds = time.normalize(false);
96 assertEquals(timeMilliseconds, time.normalize(true));
145 time.normalize(false);
216 time.normalize(false);
287 // Use normalize(true) with these tests to change the date by 1 day.
319 // Use normalize(false) with these tests.
375 // call normalize() to make sure that isDst is set
376 local.normalize(false /* use isDst */);
378 local.normalize(true /* ignore isDst */);
383 Fields.verifyTimeEquals("day test index " + index + ", normalize():"
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
FCDIterCollationIterator.java 282 // Fails FCD check. Find the next FCD boundary and normalize.
292 normalize(s);
372 // Fails FCD check. Find the previous FCD boundary and normalize.
384 normalize(s);
404 private void normalize(CharSequence s) { method
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/text/
StringPrep.java 47 * <li> Normalize: Possibly normalize the result of step 1 using Unicode
429 private StringBuffer normalize(StringBuffer src){ method in class:StringPrep
431 Normalizer.normalize(
449 2) Normalize -- Possibly normalize the result of step 1 using Unicode
506 // normalize
507 normOut = normalize(mapOut);
  /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/text/
StringPrep.java 46 * <li> Normalize: Possibly normalize the result of step 1 using Unicode
446 private StringBuffer normalize(StringBuffer src){ method in class:StringPrep
448 Normalizer.normalize(
466 2) Normalize -- Possibly normalize the result of step 1 using Unicode
524 // normalize
525 normOut = normalize(mapOut);
  /external/llvm/include/llvm/ADT/
Triple.h 38 /// string; the constructor does not change or normalize the triple string.
40 /// specify should use the normalize method.
248 /// normalize - Turn an arbitrary machine specification into the canonical
252 static std::string normalize(StringRef Str);
255 std::string normalize() const { return normalize(Data); } function in class:llvm::Triple
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
TimeTest.java 201 long millis = time.normalize(true);
211 millis = time.normalize(true);
224 long millis = time.normalize(true);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Triple.h 38 /// string; the constructor does not change or normalize the triple string.
40 /// specify should use the normalize method.
256 /// normalize - Turn an arbitrary machine specification into the canonical
260 static std::string normalize(StringRef Str);
263 std::string normalize() const { return normalize(Data); } function in class:llvm::Triple
  /external/vulkan-validation-layers/demos/smoke/
Simulation.cpp 79 current_.axis = glm::normalize(glm::vec3(x, y, z));
173 a_ = glm::normalize(a);
174 b_ = glm::normalize(glm::cross(a_, axis));
  /libcore/ojluni/src/main/java/sun/util/calendar/
LocalGregorianCalendar.java 257 normalize(tmp);
281 public boolean normalize(CalendarDate date) { method in class:LocalGregorianCalendar
289 // Normalize it as a Gregorian date and get its millisecond value
290 super.normalize(ldate);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 38 /// string; the constructor does not change or normalize the triple string.
40 /// specify should use the normalize method.
258 /// normalize - Turn an arbitrary machine specification into the canonical
262 static std::string normalize(StringRef Str);
265 std::string normalize() const { return normalize(Data); } function in class:llvm::Triple
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 38 /// string; the constructor does not change or normalize the triple string.
40 /// specify should use the normalize method.
258 /// normalize - Turn an arbitrary machine specification into the canonical
262 static std::string normalize(StringRef Str);
265 std::string normalize() const { return normalize(Data); } function in class:llvm::Triple
  /external/icu/icu4c/source/common/
caniter.cpp 175 nfd.normalize(newSource, source, status);
384 nfd.normalize(possible, attempt, status);
512 nfd.normalize(temp, decompString, status);
576 nfd.normalize(temp, trial, status);
  /external/icu/icu4c/source/i18n/
nortrans.cpp 112 * Normalize as short chunks at a time as possible even in
126 fNorm2.normalize(input, normalized, status);
156 fNorm2.normalize(segment, normalized, errorCode);
utf16collationiterator.h 126 * Extend the FCD text segment forward or normalize around pos.
140 * Extend the FCD text segment backward or normalize around pos.
146 UBool normalize(const UChar *from, const UChar *to, UErrorCode &errorCode);
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/
SourceZip.java 72 this.zipPath = zipPath.normalize();
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/utils/
SourceZipTest.java 43 .normalize();
  /external/skqp/include/core/
SkPoint3.h 48 bool normalize();
  /external/vogar/test/vogar/android/
HostRuntimeLocalTargetTest.java 100 Path path = Paths.get(androidBuildTop).normalize();
  /frameworks/native/services/sensorservice/
quat.h 88 return normalize(r);

Completed in 1144 milliseconds

<<11121314151617181920>>