HomeSort by relevance Sort by last modified time
    Searched refs:trail (Results 76 - 100 of 175) sorted by null

1 2 34 5 6 7

  /libcore/ojluni/src/main/java/java/util/concurrent/locks/
AbstractQueuedLongSynchronizer.java 1465 Node trail = null; local
    [all...]
AbstractQueuedSynchronizer.java 1929 Node trail = null; local
    [all...]
  /external/icu/icu4c/source/common/
ucnvlat1.cpp 277 UChar trail=*source; local
278 if(U16_IS_TRAIL(trail)) {
280 cp=U16_GET_SUPPLEMENTARY(cp, trail);
293 /* this is an unmatched trail code unit (2nd surrogate) */
367 * For Latin-1, adjust sourceLimit only for 1 trail byte because
normalizer2impl.cpp 144 int32_t trail = *(cpLimit-1) + delta;
145 if (0x80 <= trail && trail <= 0xbf) {
146 // The delta only changes the last trail byte.
150 buffer[length++] = (uint8_t)trail;
647 } else /* trail surrogate */ {
733 // get the decomposition and the lead and trail cc's
775 // Get the decomposition and the lead and trail cc's.
    [all...]
utext.cpp 183 // never on the trail half of a surrogate pair.
205 UChar32 trail = 0; local
208 // The trail surrogate is in the same chunk.
209 trail = ut->chunkContents[ut->chunkOffset+1];
211 // The trail surrogate is in a different chunk.
213 // into the new chunk, get the trail surrogate, then revert the chunk back to the
216 // leading surrogate. The attempt to access the trail will fail, but
221 trail = ut->chunkContents[ut->chunkOffset];
231 if (U16_IS_TRAIL(trail)) {
232 supplementaryC = U16_GET_SUPPLEMENTARY(c, trail);
291 UChar32 trail = ut->chunkContents[ut->chunkOffset]; local
    [all...]
ucnv_ct.cpp 368 /*look ahead to find the trail surrogate*/
371 UChar trail=(UChar) *source; local
372 if(U16_IS_TRAIL(trail)) {
374 sourceChar=U16_GET_SUPPLEMENTARY(sourceChar, trail);
391 /* this is an unmatched trail code unit (2nd surrogate) */
ucnvmbcs.cpp 282 * at least two states for the trail bytes:
283 * One trail byte state that results in code points, and one that only
3509 UChar trail=*source; local
3714 UChar trail=*source; local
3963 UChar trail=*source; local
4393 UChar trail=*source; local
    [all...]
uiter.cpp 876 UChar trail=U16_TRAIL(iter->reservedField); local
881 return trail;
ucnvisci.cpp 1071 UChar trail= (*source); local
    [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetCompoundText.java 384 /* look ahead to find the trail surrogate */
387 char trail = source.get(); local
389 if (UTF16.isTrailSurrogate(trail)) {
391 sourceChar = UCharacter.getCodePoint((char)sourceChar, trail);
408 /* this is an unmatched trail code unit (2nd surrogate) */
CharsetMBCS.java 4504 char trail = source.get(x.sourceArrayIndex); local
4546 char trail = source.get(x.sourceArrayIndex); local
4620 char trail = source.get(x.sourceArrayIndex); local
    [all...]
  /external/icu/icu4c/source/samples/uciter8/
uit_len8.c 417 UChar trail=U16_TRAIL(iter->reservedField); local
422 return trail;
  /external/v8/src/regexp/
regexp-parser.cc 1035 // Attempt to read trail surrogate.
1039 uc32 trail; local
1040 if (ParseHexEscape(4, &trail) &&
1041 unibrow::Utf16::IsTrailSurrogate(trail)) {
1043 static_cast<uc16>(trail));
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationIterator.java 418 * Returns the trail surrogate in that case and advances past it,
419 * if a trail surrogate follows the lead surrogate.
609 char trail; local
610 if(Character.isLowSurrogate(trail = handleGetTrailSurrogate())) {
611 c = Character.toCodePoint((char)c, trail);
    [all...]
  /external/icu/icu4c/source/i18n/
collationiterator.cpp 411 UChar trail; local
412 if(U16_IS_TRAIL(trail = handleGetTrailSurrogate())) {
413 c = U16_GET_SUPPLEMENTARY(c, trail);
    [all...]
rulebasedcollator.cpp 840 UChar trail; local
841 if(U16_IS_LEAD(c) && s != limit && U16_IS_TRAIL(trail = *s)) {
843 c = U16_GET_SUPPLEMENTARY(c, trail);
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationIterator.java 416 * Returns the trail surrogate in that case and advances past it,
417 * if a trail surrogate follows the lead surrogate.
607 char trail; local
608 if(Character.isLowSurrogate(trail = handleGetTrailSurrogate())) {
609 c = Character.toCodePoint((char)c, trail);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Normalizer2Impl.java 37 public static final int JAMO_T_BASE=0x11a7; /* "trail" jamo */
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Normalizer2Impl.java 35 public static final int JAMO_T_BASE=0x11a7; /* "trail" jamo */
    [all...]
  /external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
TestCharset.java 68 char trail = UTF16.getTrailSurrogate(c); local
73 if(!UTF16.isTrailSurrogate(trail)){
74 errln("trail is not trail!"+trail);
78 us.put(trail);
81 bs1.put((byte)(trail>>8));
82 bs1.put((byte)(trail&0xFF));
86 bs2.put((byte)(trail&0xFF));
87 bs2.put((byte)(trail>>8))
161 char trail = UTF16.getTrailSurrogate(c); local
418 String trail = "\\udc88"; local
775 String trail = "\\udd04"; local
    [all...]
  /external/v8/src/builtins/
builtins-string.cc 1880 Node* trail = var_trail.value(); local
    [all...]
  /build/soong/cc/config/
global.go 211 // These are tied to the version of LLVM directly in external/llvm, so they might trail the host prebuilts
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
fset2.c 1087 Tree *u, *v, *trail, *w; local
1093 trail = u;
1105 trail->right = v->right; /* unlink factored node */
1107 v = trail->right;
1109 else {trail = v; v=v->right;}
    [all...]
  /external/curl/lib/
mime.c 718 const char *trail)
727 size_t tsz = strlen(trail);
732 bytes = trail + sz;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UCharacter.java     [all...]

Completed in 1019 milliseconds

1 2 34 5 6 7