/external/icu/android_icu4j/src/main/java/android/icu/text/ |
ComposedCharIter.java | 33 * composed characters in Unicode. If the decomposition for that character 36 * its decomposition sequence. 49 * is a canonical decomposition. 88 * @param options Optional decomposition features. None are supported, so this is ignored. 132 * Returns the Unicode decomposition of the current character. 133 * This method returns the decomposition of the precomposed character most 134 * recently returned by {@link #next}. The resulting decomposition is 139 public String decomposition() { method in class:ComposedCharIter 140 // the decomposition buffer contains the decomposition of [all...] |
Normalizer.java | 95 * <p>The form is defined such that the "raw decomposition", the recursive 96 * canonical decomposition of each character, results in a string that is 285 * No decomposition/composition. 294 * Canonical decomposition. 303 * Compatibility decomposition. 312 * Canonical decomposition followed by canonical composition. 330 * Compatibility decomposition followed by canonical composition. 366 * Canonical decomposition followed by canonical composition. Used with the 386 * Compatibility decomposition followed by canonical composition. 406 * Canonical decomposition. This value is passed to th 941 String decomposition = Normalizer2.getNFCInstance().getDecomposition(char32); local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
ComposedCharIter.java | 32 * composed characters in Unicode. If the decomposition for that character 35 * its decomposition sequence. 48 * is a canonical decomposition. 86 * @param options Optional decomposition features. None are supported, so this is ignored. 130 * Returns the Unicode decomposition of the current character. 131 * This method returns the decomposition of the precomposed character most 132 * recently returned by {@link #next}. The resulting decomposition is 137 public String decomposition() { method in class:ComposedCharIter 138 // the decomposition buffer contains the decomposition of [all...] |
Normalizer.java | 94 * <p>The form is defined such that the "raw decomposition", the recursive 95 * canonical decomposition of each character, results in a string that is 281 * No decomposition/composition. 289 * Canonical decomposition. 297 * Compatibility decomposition. 305 * Canonical decomposition followed by canonical composition. 321 * Compatibility decomposition followed by canonical composition. 354 * Canonical decomposition followed by canonical composition. Used with the 373 * Compatibility decomposition followed by canonical composition. 392 * Canonical decomposition. This value is passed to th 915 String decomposition = Normalizer2.getNFCInstance().getDecomposition(char32); local [all...] |
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
ArabicCharacterData.java | 39 return decomposition; 53 decomposition = Normalizer.compose(UCharacter.toString(character), true); 57 decomposition = Normalizer.decompose(UCharacter.toString(character), true); 61 decomposition = null; 68 private String decomposition; field in class:ArabicCharacterData.Record
|
CanonGSUBBuilder.java | 22 * decomposition. 25 * will match all Latin, Greek and Cyrillic characters with a canonical decomposition. 31 * It might be better to collect all the characters that have a canonical decomposition and just 76 String decomposition = record.getDecomposition(); local 78 if (decomposition != null && decomposition.length() == 1) { 118 String decomposition = record.getDecomposition(); local 120 if (decomposition != null && decomposition.length() > 1) { 129 contextualTree.insert(convertArabicString(decompType, ligature, decomposition, isolClassTable)) [all...] |
/external/v8/src/crankshaft/ |
hydrogen-bch.cc | 299 InductionVariableData::BitwiseDecompositionResult decomposition; local 300 InductionVariableData::DecomposeBitwise(check->index(), &decomposition); 301 if (!decomposition.base->IsPhi()) continue; 302 HPhi* phi = HPhi::cast(decomposition.base); 321 int32_t limit = data->ComputeUpperLimit(decomposition.and_mask, 322 decomposition.or_mask);
|
hydrogen-instructions.cc | 956 DecompositionResult decomposition; 957 bool index_is_decomposable = index()->TryDecompose(&decomposition); 959 DCHECK(decomposition.base() == base()); 960 if (decomposition.offset() == offset() && 961 decomposition.scale() == scale()) return; 968 HValue* current_index = decomposition.base(); 969 int actual_offset = decomposition.offset() + offset(); 970 int actual_scale = decomposition.scale() + scale(); 2159 BitwiseDecompositionResult decomposition; local [all...] |
hydrogen-instructions.h | 742 virtual bool TryDecompose(DecompositionResult* decomposition) { 744 return RedefinedOperand()->TryDecompose(decomposition); 4033 DecompositionResult decomposition; local 4098 DecompositionResult decomposition; local 5154 left()->TryDecompose(decomposition); variable 5192 left()->TryDecompose(decomposition); variable [all...] |
/prebuilts/tools/common/m2/repository/com/github/marschall/memoryfilesystem/0.6.4/ |
memoryfilesystem-0.6.4.jar | |
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/ |
icu4j-2.6.1.jar | |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/ |
icu4j-53.1.jar | |
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/ |
icu4j-54.1.1.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
com.ibm.icu_4.2.1.v20100412.jar | |
/prebuilts/sdk/current/ |
android.jar | |
/prebuilts/sdk/system_current/ |
android.jar | |