/external/chromium_org/third_party/icu/source/i18n/ |
ucol_cnt.h | 40 UChar *codePoints; 50 UChar *codePoints;
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/ |
dictionary_utils.cpp | 31 const int *const codePoints, const int codePointCount) { 44 const int codePoint = CharUtils::toBaseLowerCase(codePoints[i]);
|
dictionary.cpp | 141 bool Dictionary::removeUnigramEntry(const int *const codePoints, const int codePointCount) { 143 return mDictionaryStructureWithBufferPolicy->removeUnigramEntry(codePoints, codePointCount); 180 const WordProperty Dictionary::getWordProperty(const int *const codePoints, 184 codePoints, codePointCount);
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
ucm.c | 43 printMapping(UCMapping *m, UChar32 *codePoints, uint8_t *bytes, FILE *f) { 47 fprintf(f, "<U%04lX>", (long)codePoints[j]); 781 UChar32 codePoints[UCNV_EXT_MAX_UCHARS], 819 codePoints[uLen++]=cp; 827 m->u=codePoints[0]; 830 u_strFromUTF32(NULL, 0, &u16Length, codePoints, uLen, &errorCode); 893 uprv_free(table->codePoints); 914 UChar32 codePoints[UCNV_EXT_MAX_UCHARS], 944 table->codePoints=(UChar32 *)uprv_malloc(table->codePointsCapacity*4); 945 if(table->codePoints==NULL) [all...] |
/external/icu/icu4c/source/tools/toolutil/ |
ucm.c | 43 printMapping(UCMapping *m, UChar32 *codePoints, uint8_t *bytes, FILE *f) { 47 fprintf(f, "<U%04lX>", (long)codePoints[j]); 781 UChar32 codePoints[UCNV_EXT_MAX_UCHARS], 819 codePoints[uLen++]=cp; 827 m->u=codePoints[0]; 830 u_strFromUTF32(NULL, 0, &u16Length, codePoints, uLen, &errorCode); 893 uprv_free(table->codePoints); 914 UChar32 codePoints[UCNV_EXT_MAX_UCHARS], 944 table->codePoints=(UChar32 *)uprv_malloc(table->codePointsCapacity*4); 945 if(table->codePoints==NULL) [all...] |
ucm.h | 72 UChar32 *codePoints; 112 (((m)->uLen==1) ? &(m)->u : (t)->codePoints+(m)->u) 133 UChar32 codePoints[UCNV_EXT_MAX_UCHARS], 140 UChar32 codePoints[UCNV_EXT_MAX_UCHARS], 253 UChar32 codePoints[UCNV_EXT_MAX_UCHARS], 260 UChar32 codePoints[UCNV_EXT_MAX_UCHARS],
|
/external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
MediaQueryTokenizer.h | 55 static const CodePoint codePoints[];
|
/packages/apps/Dialer/src/com/android/dialer/dialpad/ |
SmartDialMap.java | 5 * they will need to be changed to use codepoints instead of characters.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
BinaryDictionary.java | 344 int[] codePoints = StringUtils.toCodePointArray(word); 345 return getProbabilityNative(mNativeDict, codePoints); 351 int[] codePoints = StringUtils.toCodePointArray(word); 352 return getMaxProbabilityOfExactMatchesNative(mNativeDict, codePoints); 377 final int[] codePoints = StringUtils.toCodePointArray(word); 386 getWordPropertyNative(mNativeDict, codePoints, isBeginningOfSentence, outCodePoints, 389 return new WordProperty(codePoints, 414 final int[] codePoints = new int[Constants.DICTIONARY_MAX_WORD_LENGTH]; 416 final int nextToken = getNextWordNative(mNativeDict, token, codePoints, 418 final String word = StringUtils.getStringFromNullTerminatedCodePointArray(codePoints); [all...] |
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/ |
dynamic_pt_updating_helper.cpp | 171 const int *const codePoints, const int codePointCount) { 176 return createNewPtNodeArrayWithAChildPtNode(parentPtNodeParams->getHeadPos(), codePoints, 287 const int codePointCount, const int *const codePoints, const int probability) const { 292 return PtNodeParams(originalPtNodeParams, flags, parentPos, codePointCount, codePoints, 298 const int parentPos, const int codePointCount, const int *const codePoints, 304 return PtNodeParams(flags, parentPos, codePointCount, codePoints, probability);
|
dynamic_pt_writing_utils.cpp | 90 BufferWithExtendableBuffer *const buffer, const int *const codePoints, 99 return buffer->writeCodePointsAndAdvancePosition(codePoints, codePointCount,
|
dynamic_pt_writing_utils.h | 57 const int *const codePoints, const int codePointCount, int *const codePointFieldPos);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
StringUtils.java | 177 final int[] codePoints = 179 copyCodePointsAndReturnCodePointCount(codePoints, charSequence, startIndex, endIndex, 181 return codePoints; 185 * Copies the codepoints in a CharSequence to an int array. 218 final int[] codePoints = toCodePointArray(string); 219 Arrays.sort(codePoints); 220 return codePoints; 226 * @param codePoints a code point array that is null terminated when its logical length is 230 public static String getStringFromNullTerminatedCodePointArray(final int[] codePoints) { 231 int stringLength = codePoints.length [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-unicode.h | 256 * Fully decompose @u to its Unicode compatibility decomposition. The codepoints of the decomposition will be written to @decomposed. 261 * The Unicode standard guarantees that a buffer of length %HB_UNICODE_MAX_DECOMPOSITION_LEN codepoints will always be sufficient for any 265 * Return value: number of codepoints in the full compatibility decomposition of @u, or 0 if no decomposition available. 273 #define HB_UNICODE_MAX_DECOMPOSITION_LEN (18+1) /* codepoints */
|
/external/harfbuzz_ng/src/ |
hb-unicode.h | 256 * Fully decompose @u to its Unicode compatibility decomposition. The codepoints of the decomposition will be written to @decomposed. 261 * The Unicode standard guarantees that a buffer of length %HB_UNICODE_MAX_DECOMPOSITION_LEN codepoints will always be sufficient for any 265 * Return value: number of codepoints in the full compatibility decomposition of @u, or 0 if no decomposition available. 273 #define HB_UNICODE_MAX_DECOMPOSITION_LEN (18+1) /* codepoints */
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/ |
byte_array_utils.h | 202 const int *const codePoints, const int codePointCount, const bool writesTerminator, 205 const int codePoint = codePoints[i]; 222 static int calculateRequiredByteCountToStoreCodePoints(const int *const codePoints, 226 const int codePoint = codePoints[i];
|
buffer_with_extendable_buffer.cpp | 84 bool BufferWithExtendableBuffer::writeCodePointsAndAdvancePosition(const int *const codePoints, 87 codePoints, codePointCount, writesTerminator); 97 ByteArrayUtils::writeCodePointsAndAdvancePosition(buffer, codePoints, codePointCount,
|
/external/chromium_org/base/strings/ |
utf_string_conversion_utils.h | 17 // codepoints larger than 0x10FFFF (the highest codepoint allowed). 18 // Non-characters and unassigned codepoints are allowed. 24 // Excludes non-characters (U+FDD0..U+FDEF, and all codepoints ending in
|
/external/clang/lib/Format/ |
Encoding.h | 43 unsigned CodePoints = 0; 45 ++CodePoints; 47 return CodePoints;
|
/packages/inputmethods/LatinIME/native/jni/ |
com_android_inputmethod_latin_BinaryDictionary.cpp | 262 int codePoints[wordLength]; 263 env->GetIntArrayRegion(word, 0, wordLength, codePoints); 264 return dictionary->getProbability(codePoints, wordLength); 272 int codePoints[wordLength]; 273 env->GetIntArrayRegion(word, 0, wordLength, codePoints); 274 return dictionary->getMaxProbabilityOfExactMatches(codePoints, wordLength); 357 int codePoints[codePointCount]; 358 env->GetIntArrayRegion(word, 0, codePointCount, codePoints); 368 return dictionary->addUnigramEntry(codePoints, codePointCount, &unigramProperty); 378 int codePoints[codePointCount] [all...] |
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
proximity_info_state.h | 86 const int *codePoints = getProximityCodePointsAt(index); 88 while (codePoints[i] > 0 && i < MAX_PROXIMITY_CHARS_SIZE) { 89 if (codePoints[i++] == c) {
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/content/ |
shortcut_dict_content.cpp | 119 int codePoints[MAX_WORD_LENGTH]; 124 codePoints, &codePointCount, &probability, &hasNext, &readingPos); 125 if (!writeShortcutEntryAndAdvancePosition(codePoints, codePointCount, probability,
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/content/ |
shortcut_dict_content.cpp | 104 int codePoints[MAX_WORD_LENGTH]; 109 codePoints, &codePointCount, &probability, &hasNext, &readingPos); 110 if (!writeShortcutEntryAndAdvancePosition(codePoints, codePointCount, probability,
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
FusionDictionary.java | 303 final int[] codePoints = new int[Character.codePointCount(characters, 0, length)]; 308 codePoints[dsti] = codePoint; 311 codePoints[dsti] = codePoint; 312 return codePoints; 577 final int[] codePoints = getCodePoints(string); 581 int indexOfGroup = findIndexOfChar(nodeArray, codePoints[index]); 585 if (codePoints.length - index < currentPtNode.mChars.length) return null; 587 while (newIndex < codePoints.length && newIndex - index < currentPtNode.mChars.length) { 588 if (currentPtNode.mChars[newIndex - index] != codePoints[newIndex]) return null; 596 if (index < codePoints.length) [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cucdapi.c | 189 uint32_t codepoints[] = { local 244 for(i=0; i<LENGTHOF(codepoints); ++i){ 245 code = uscript_getScript(codepoints[i],&status); 248 code != (UScriptCode)u_getIntPropertyValue(codepoints[i], UCHAR_SCRIPT) 250 log_err("uscript_getScript for codepoint \\U%08X failed\n",codepoints[i]); 255 codepoints[i],u_errorName(status)); 285 log_err("uscript_getScript failed for %d codepoints\n", err);
|