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

1 2 3 45 6 7 8 91011>>

  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
TestDeprecatedNormalizerAPI.java 59 //test deprecated normalize method
60 Normalizer.normalize(s,Normalizer.NFC,0);
UnicodeNormalizer.java 56 public StringBuffer normalize(String source, StringBuffer target) { method in class:UnicodeNormalizer
75 public String normalize(String source) { method in class:UnicodeNormalizer
76 return normalize(source, new StringBuffer()).toString();
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
LZMAInputStream.java 516 rc.normalize();
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/
BT4.java 51 hash.normalize(normalizationOffset);
52 normalize(tree, normalizationOffset); method
HC4.java 68 hash.normalize(normalizationOffset);
69 normalize(chain, normalizationOffset); method
LZEncoder.java 45 static void normalize(int[] positions, int normalizationOffset) { method in class:LZEncoder
  /external/protobuf/java/util/src/main/java/com/google/protobuf/util/
FieldMaskUtil.java 211 public static FieldMask normalize(FieldMask mask) { method in class:FieldMaskUtil
  /external/python/cpython3/Lib/
locale.py 30 "normalize", "LC_CTYPE", "LC_COLLATE", "LC_TIME", "LC_MONETARY",
379 def normalize(localename): function
395 # Normalize the locale name and extract the encoding and modifier
476 code = normalize(localename)
597 locale = normalize(_build_localename(locale))
657 # to C locale encoding names (case-sensitive). Note that normalize()
727 # Note that the normalize() function which uses this tables
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
Triple.cpp 417 std::string Triple::normalize(StringRef Str) { function in class:Triple
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
ElementType.java 200 if (!type.equals("CDATA")) value = normalize(value);
205 if (!type.equals("CDATA")) value=normalize(value);
211 Normalize an attribute value (ID-style).
213 @param value The value to normalize
216 public static String normalize(String value) { method in class:ElementType
  /frameworks/native/libs/math/include/math/
TQuatHelpers.h 190 constexpr QUATERNION<T> PURE normalize(const QUATERNION<T>& q) { function in class:android::details::TQuatFunctions
241 return std::pow(nq, a) * QUATERNION<T>(normalize(q.xyz) * std::sin(theta), std::cos(theta));
256 return normalize(s0 * p + ((d < 0) ? (-s1) : (s1)) * q);
266 return normalize(lerp(p, q, t));
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
nodenormalize01.java 34 * The method "normalize" puts all Text nodes in the full depth of the sub-tree underneath
41 * before and after normalize has been called.
44 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-normalize">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-normalize</a>
162 newDoc.normalize();
  /libcore/luni/src/test/java/tests/org/w3c/dom/
NodeNormalize.java 39 * The method "normalize" puts all Text nodes in the full depth of the sub-tree
47 * the length of the node list of each before and after normalize has been
53 * href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-normalize">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-normalize</a>
180 newDoc.normalize();
  /libcore/ojluni/src/main/java/sun/util/calendar/
CalendarSystem.java 375 public abstract boolean normalize(CalendarDate date); method in class:CalendarSystem
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
GLArrowSensorTestRenderer.java 172 normalize(event.values);
223 * @param vector the vector to normalize. Contents are overwritten.
225 public static void normalize(float[] vector) { method in class:GLArrowSensorTestRenderer
  /development/samples/TtsEngine/src/com/example/android/ttsengine/
RobotSpeakTtsService.java 183 char value = normalize(text.charAt(i));
200 private static char normalize(char input) { method in class:RobotSpeakTtsService
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
locale.py 38 "normalize", "LC_CTYPE", "LC_COLLATE", "LC_TIME", "LC_MONETARY",
363 def normalize(localename): function
379 # Normalize the locale name and extract the encoding and modifier
461 code = normalize(localename)
578 locale = normalize(_build_localename(locale))
634 # to C locale encoding names (case-sensitive). Note that normalize()
686 # Note that the normalize() function which uses this tables
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
locale.py 30 "normalize", "LC_CTYPE", "LC_COLLATE", "LC_TIME", "LC_MONETARY",
334 def normalize(localename): function
350 # Normalize the locale name and extract the encoding
414 code = normalize(localename)
530 locale = normalize(_build_localename(locale))
586 # to C locale encoding names (case-sensitive). Note that normalize()
638 # Note that the normalize() function which uses this tables
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/
pygettext.py 246 def normalize(s):
505 print >> fp, 'msgid', normalize(k)
243 def normalize(s): function
  /external/ImageMagick/MagickCore/
random.c 96 normalize;
193 random_info->normalize=1.0/(~0UL);
641 return(random_info->normalize*seed[0]);
656 % GetRandomInfoNormalize() returns the random normalize value.
670 return(random_info->normalize);
94 normalize; member in struct:_RandomInfo
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
Vector3D.java 285 public Vector3D normalize() { method in class:Vector3D
301 * Vector3D k = u.normalize();
  /external/conscrypt/openjdk/src/main/java/org/conscrypt/
HostProperties.java 176 private static String normalize(String value) { method in class:HostProperties
187 value = normalize(value);
232 value = normalize(value);
  /external/deqp/framework/common/
tcuVectorUtil.hpp 86 inline float normalize (float f) { return sign(f); } function in namespace:tcu
172 inline Vector<T, Size> normalize (const Vector<T, Size>& a) function in namespace:tcu
  /external/devlib/devlib/utils/
misc.py 254 norm = normalize if should_normalize else lambda x, y: x
336 for v in normalize(base, dict_type) + normalize(other, dict_type):
341 base_norm = normalize(base, dict_type)
342 merged_list = normalize(base, dict_type)
345 for v in normalize(other, dict_type):
351 other_norm = normalize(other, dict_type)
353 for v in normalize(base, dict_type):
380 def normalize(value, dict_type=dict): function
381 """Normalize values. Recursively normalizes dict keys to be lower case
    [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

Completed in 1937 milliseconds

1 2 3 45 6 7 8 91011>>