HomeSort by relevance Sort by last modified time
    Searched full:codepoints (Results 76 - 100 of 283) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
buffer_with_extendable_buffer.h 101 bool writeCodePointsAndAdvancePosition(const int *const codePoints, const int codePointCount,
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
Desktop.java 217 int[] codePoints = { unicode };
218 JniInterface.sendTextEvent(new String(codePoints, 0, 1));
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
Ver2DictEncoder.java 148 private void writeCharacters(final int[] codePoints, final boolean hasSeveralChars) {
149 mPosition = CharEncoding.writeCharArray(codePoints, mBuffer, mPosition);
  /external/chromium_org/third_party/icu/source/test/cintltst/
utf16tst.c 647 static const UChar32 codePoints[]={
677 for(i=0; i<LENGTHOF(codePoints); ++i) {
678 c=codePoints[i];
691 for(i=0; i<LENGTHOF(codePoints); ++i) {
692 c=codePoints[i];
  /external/chromium_org/base/i18n/
build_utf8_validator_tables.cc 174 // Surrogate codepoints are not permitted. Non-character code points are
228 // The particular set of UTF-8 codepoints we are validating guarantees
230 // true for an arbitrary set of UTF-8 codepoints.
file_util_icu_unittest.cc 62 // Unassigned codepoints are ok.
  /external/chromium_org/third_party/icu/source/tools/makeconv/
gencnvex.c 933 UChar32 *codePoints;
950 codePoints=UCM_GET_CODE_POINTS(table, m);
951 next=codePoints[0];
959 codePoints=UCM_GET_CODE_POINTS(table, m);
960 next=codePoints[0];
970 codePoints=UCM_GET_CODE_POINTS(table, m);
    [all...]
  /external/icu/icu4c/source/tools/makeconv/
gencnvex.c 936 UChar32 *codePoints;
953 codePoints=UCM_GET_CODE_POINTS(table, m);
954 next=codePoints[0];
962 codePoints=UCM_GET_CODE_POINTS(table, m);
963 next=codePoints[0];
973 codePoints=UCM_GET_CODE_POINTS(table, m);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uidna.cpp 214 // the source contains all ascii codepoints
216 // assume the source contains all LDH codepoints
356 // convert all codepoints to lower case ASCII
424 // step 1: find out if all the codepoints in src are ASCII
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
unicodetext.h 55 // Codepoints are integers in the range [0, 0xD7FF] or [0xE000,
60 // non-characters, but codepoints that are in the Private Use regions
61 // are allowed, as are codepoints that are unassigned. (See the
176 int size() const; // the number of Unicode characters (codepoints)
unilib.h 24 // have all codepoints in the range U+0000 to U+D7FF or U+E000 to U+10FFFF.
  /external/harfbuzz_ng/src/
hb-buffer.h 256 /* Like add_utf32 but does NOT check for invalid Unicode codepoints. */
  /external/icu/icu4c/source/common/
uidna.cpp 214 // the source contains all ascii codepoints
216 // assume the source contains all LDH codepoints
356 // convert all codepoints to lower case ASCII
424 // step 1: find out if all the codepoints in src are ASCII
  /external/owasp/sanitizer/
CHANGE_LOG.html 60 <li value="50">Better handling of supplementary codepoints to avoid
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.h 131 const WordProperty getWordProperty(const int *const codePoints,
ver4_patricia_trie_policy.cpp 433 const WordProperty Ver4PatriciaTriePolicy::getWordProperty(const int *const codePoints,
435 const int ptNodePos = getTerminalPtNodePositionOfWord(codePoints, codePointCount,
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v2/
patricia_trie_policy.h 138 const WordProperty getWordProperty(const int *const codePoints,
  /external/icu/icu4c/source/test/cintltst/
utf16tst.c 715 static const UChar32 codePoints[]={
745 for(i=0; i<LENGTHOF(codePoints); ++i) {
746 c=codePoints[i];
759 for(i=0; i<LENGTHOF(codePoints); ++i) {
760 c=codePoints[i];
  /libcore/libart/src/main/java/java/lang/
String.java 444 * if {@code codePoints == null}.
446 * if any of the elements of {@code codePoints} are not valid
450 * of {@code codePoints}.
453 public String(int[] codePoints, int offset, int count) {
454 if (codePoints == null) {
455 throw new NullPointerException("codePoints == null");
457 if ((offset | count) < 0 || count > codePoints.length - offset) {
458 throw failedBoundsCheck(codePoints.length, offset, count);
465 c += Character.toChars(codePoints[i], this.value, c);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
MediaQueryTokenizer.cpp 239 // states for all the "next 3 codepoints are X" cases.
248 codePointFunc = codePoints[cc];
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
ver4_patricia_trie_policy.cpp 445 const WordProperty Ver4PatriciaTriePolicy::getWordProperty(const int *const codePoints,
447 const int ptNodePos = getTerminalPtNodePositionOfWord(codePoints, codePointCount,
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
SearchIndexManager.java 411 * - Unicode codepoints >= 128: Everything
412 * - Unicode codepoints < 128: Alphanumeric and "_"
  /bionic/libc/include/netinet/
ip.h 106 * ECN (Explicit Congestion Notification) codepoints in RFC3168
  /development/ndk/platforms/android-3/include/netinet/
ip.h 106 * ECN (Explicit Congestion Notification) codepoints in RFC3168
  /development/ndk/platforms/android-L/include/netinet/
ip.h 106 * ECN (Explicit Congestion Notification) codepoints in RFC3168

Completed in 986 milliseconds

1 2 34 5 6 7 8 91011>>