| /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
| CollationBuilder.java | 120 String nfdString = nfd.normalize(str); 447 nfdPrefix = nfd.normalize(prefix); 449 String nfdString = nfd.normalize(str); 509 String nfdExtension = nfd.normalize(extension); [all...] |
| /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
| CollationBuilder.java | 116 String nfdString = nfd.normalize(str); 443 nfdPrefix = nfd.normalize(prefix); 445 String nfdString = nfd.normalize(str); 505 String nfdExtension = nfd.normalize(extension); [all...] |
| /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/ |
| fetch_test.go | 218 normalize bool 281 "normalize": tc.normalize,
|
| /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/ |
| fetch_test.go | 218 normalize bool 281 "normalize": tc.normalize,
|
| /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/ |
| zipfs.jar | |
| /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/ |
| zipfs.jar | |
| /external/llvm/lib/Support/ |
| APFloat.cpp | 807 normalize(rmNearestTiesToEven, lfExactlyZero); 995 // Normalize our MSB to one below the top bit to allow for overflow. 1048 // caller needs to call APFloat::normalize() if normalized value is expected. 1102 /* Normalize the divisor. */ 1109 /* Normalize the dividend. */ [all...] |
| /art/test/004-ThreadStress/src-art/ |
| Main.java | 408 private static void normalize(Map<Operation, Double> map) { method in class:Main 493 normalize(frequencyMap); [all...] |
| /build/make/core/ |
| droiddoc.mk | 96 $(full_target): PRIVATE_CLASSPATH := $(call normalize-path-list,$(full_java_libs)) 100 $(full_target): PRIVATE_SOURCE_PATH := $(call normalize-path-list,$(LOCAL_DROIDDOC_SOURCE_PATH))
|
| /cts/tools/vm-tests-tf/ |
| Android.mk | 83 $(LOCAL_BUILT_MODULE): PRIVATE_CLASS_PATH := $(call normalize-path-list, $(vmteststf_dep_jars))
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
| gettext.py | 133 from locale import normalize
134 locale = normalize(locale)
437 # now normalize and expand the languages
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| gettext.py | 131 from locale import normalize
132 locale = normalize(locale)
434 # now normalize and expand the languages
|
| /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/deqp/modules/glshared/ |
| glsVertexArrayTests.hpp | 457 ArraySpec (Array::InputType inputType, Array::OutputType outputType, Array::Storage storage, Array::Usage usage, int componetCount, int offset, int stride, bool normalize, GLValue min, GLValue max); 466 bool normalize; member in class:deqp::gls::MultiVertexArrayTest::Spec::ArraySpec
|
| /external/icu/android_icu4j/src/main/java/android/icu/impl/ |
| UTS46.java | 118 // uts46Norm2.normalize() would do all of this error checking and setup, 209 uts46Norm2.normalize(src, dest); 285 String normalized=uts46Norm2.normalize(dest.subSequence(labelStart, dest.length())); [all...] |
| /external/icu/icu4c/source/common/ |
| uprops.cpp | 606 UnicodeString kc1=nfkc->normalize(folded1String, *pErrorCode); 609 UnicodeString kc2=nfkc->normalize(folded2String.foldCase(), *pErrorCode);
|
| /external/icu/icu4c/source/tools/gensprep/ |
| filterRFC3454.pl | 60 "--normalize" => \$norm, 82 print $outFH "\@normalize;;\n"; 664 --normalize Embed the normalization directive in the output file 669 e.g.: filterRFC3454.pl --sourcedir=. --destdir=./output --src-filename=rfc3454.txt --dest-filename=NamePrepProfile.txt --A1 --B1 --B2 --C12 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 --normalize --check-bidi
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| UTS46.java | 117 // uts46Norm2.normalize() would do all of this error checking and setup, 208 uts46Norm2.normalize(src, dest); 284 String normalized=uts46Norm2.normalize(dest.subSequence(labelStart, dest.length())); [all...] |
| /external/llvm/tools/llvm-mc/ |
| llvm-mc.cpp | 200 Triple TheTriple(Triple::normalize(TripleName)); 391 TripleName = Triple::normalize(TripleName);
|
| /external/python/cpython2/Lib/ |
| gettext.py | 206 from locale import normalize 207 locale = normalize(locale) 510 # now normalize and expand the languages
|
| /external/python/cpython2/Lib/test/ |
| test_locale.py | 377 self.assertEqual(locale.normalize(localename), expected, msg=localename) 492 # Issue #1813 caused a regression where locale.normalize() would no 494 self.assertEqual(locale.normalize(u'en_US'), 'en_US.ISO8859-1')
|
| /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/robolectric-shadows/ |
| run_robolectric_module_tests.mk | 69 $(LOCAL_BUILT_MODULE): private_classpath_jars := $(call normalize-path-list, $(classpath_jars))
|
| /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/ |
| RecurrenceProcessorTest.java | [all...] |