| /external/icu/icu4c/source/common/unicode/ |
| normlzr.h | 42 * - static functions that normalize strings or test if strings are normalized 82 * normalize. 219 static void U_EXPORT2 normalize(const UnicodeString& source, 226 * This is equivalent to normalize() with mode UNORM_NFC or UNORM_NFKC. 248 * This is equivalent to normalize() with mode UNORM_NFD or UNORM_NFKD. 309 * This is semantically equivalent to source.equals(normalize(source, mode)) . 356 * dest=normalize(left+right, mode, options) 371 * @see normalize 418 * and normalize if necessary. 441 * @see normalize [all...] |
| /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);
|
| /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/utils/ |
| SymbolSolverQuickSetup.java | 64 this.root = root.normalize();
|
| /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/manual/ |
| BulkParseTest.java | 99 Path testResults = CodeGenerationUtils.mavenModuleRoot(BulkParseTest.class).resolve(Paths.get("..", "javaparser-testing", "src", "test", "resources", "com", "github", "javaparser", "bulk_test_results")).normalize();
|
| /external/llvm/tools/bugpoint/ |
| bugpoint.cpp | 150 TargetTriple.setTriple(Triple::normalize(OverrideTriple));
|
| /external/llvm/unittests/Support/ |
| ThreadPool.cpp | 32 Triple Host(Triple::normalize(sys::getProcessTriple()));
|
| /external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/ |
| LZMADecoder.java | 69 rc.normalize();
|
| /external/markdown/MarkdownTest/ |
| MarkdownTest.pl | 66 # Normalize the output and expected result strings: 133 Flag to turn on using the command line 'tidy' tool to normalize HTML
|
| /external/markdown/markdown/extensions/ |
| toc.py | 126 value = unicodedata.normalize('NFKD', value).encode('ascii', 'ignore')
|
| /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/skia/include/core/ |
| SkPoint3.h | 48 bool normalize();
|
| /external/skia/include/utils/ |
| SkCamera.h | 33 SkScalar normalize(SkUnit3D*) const;
|
| /external/skia/src/pathops/ |
| SkLineParameters.h | 25 // distance, it's necessary to either call normalize() after xxxEndPoints(), or 125 bool normalize() { function in class:SkLineParameters
|
| /external/skqp/include/utils/ |
| SkCamera.h | 33 SkScalar normalize(SkUnit3D*) const;
|
| /external/skqp/src/pathops/ |
| SkLineParameters.h | 25 // distance, it's necessary to either call normalize() after xxxEndPoints(), or 125 bool normalize() { function in class:SkLineParameters
|
| /external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
| Triple.h | 35 /// string; the constructor does not change or normalize the triple string. 37 /// specify should use the normalize method. 156 /// normalize - Turn an arbitrary machine specification into the canonical 160 static std::string normalize(StringRef Str);
|
| /external/swiftshader/third_party/LLVM/tools/bugpoint/ |
| bugpoint.cpp | 143 TargetTriple.setTriple(Triple::normalize(OverrideTriple));
|
| /external/tensorflow/tensorflow/compiler/aot/ |
| embedded_protocol_buffers.cc | 106 llvm::Triple::normalize(AsStringRef(target_triple));
|
| /external/vulkan-validation-layers/libs/glm/detail/ |
| dummy.cpp | 65 #include <glm/geometric.hpp>// glm::cross, glm::normalize 74 return glm::normalize(glm::cross(c - a, b - a)); 150 #include <glm/geometric.hpp>// glm::normalize, glm::dot, glm::reflect 162 glm::vec3 LightVertor(glm::normalize( 176 glm::normalize(-LightVector), 177 glm::normalize(Intersection.normal)));
|
| /external/vulkan-validation-layers/libs/glm/gtx/ |
| simd_quat.hpp | 206 detail::fquatSIMD normalize(
|
| /frameworks/base/core/java/android/text/format/ |
| Time.java | 213 * current value of this calendar is March 32, normalize() will convert it 229 public long normalize(boolean ignoreDst) { method in class:Time 239 * normalize() in some cases. 392 * fields, call {@link #normalize(boolean)} after parsing. 401 * long millis = time.normalize(false); 665 normalize(false); 700 * to normalize the fields in this Time object and also get the milliseconds 701 * then use {@link #normalize(boolean)}. 725 * time.normalize(false); // this sets isDst = 1 800 * Call {@link #normalize(boolean)} if you need those [all...] |
| /frameworks/base/libs/hwui/ |
| ShadowTessellator.cpp | 155 result.normalize();
|
| /frameworks/base/media/mca/filterfw/jni/ |
| jni_shader_program.h | 144 jboolean normalize);
|
| /libcore/ojluni/src/main/java/sun/nio/fs/ |
| UnixPath.java | 82 return normalize(input, n, i - 1); 87 return normalize(input, n, n - 1); 96 private static String normalize(String input, int len, int off) { method in class:UnixPath 483 public Path normalize() { method in class:UnixPath
|
| /packages/apps/Calendar/src/com/android/calendar/month/ |
| MonthListView.java | 167 long timeInMillis = mTempTime.normalize(false);
|