HomeSort by relevance Sort by last modified time
    Searched defs:trail (Results 51 - 71 of 71) sorted by null

1 23

  /libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedSynchronizer.java 1886 Node trail = null; local
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnv2022.cpp 1497 uint8_t trail; local
1679 UChar trail=(UChar) *source; local
2456 UChar trail=(UChar) *source; local
2928 UChar trail=(UChar) *source; local
    [all...]
ucnvmbcs.c 279 * at least two states for the trail bytes:
280 * One trail byte state that results in code points, and one that only
3361 UChar trail=*source; local
3566 UChar trail=*source; local
3815 UChar trail=*source; local
4245 UChar trail=*source; local
    [all...]
utext.cpp 181 // never on the trail half of a surrogate pair.
203 UChar32 trail = 0; local
206 // The trail surrogate is in the same chunk.
207 trail = ut->chunkContents[ut->chunkOffset+1];
209 // The trail surrogate is in a different chunk.
211 // into the new chunk, get the trail surrogate, then revert the chunk back to the
214 // leading surrogate. The attempt to access the trail will fail, but
219 trail = ut->chunkContents[ut->chunkOffset];
229 if (U16_IS_TRAIL(trail)) {
230 supplementaryC = U16_GET_SUPPLEMENTARY(c, trail);
289 UChar32 trail = ut->chunkContents[ut->chunkOffset]; local
    [all...]
  /external/icu/icu4c/source/common/
ucnv2022.cpp 1502 uint8_t trail; local
1684 UChar trail=(UChar) *source; local
2461 UChar trail=(UChar) *source; local
2933 UChar trail=(UChar) *source; local
    [all...]
ucnvmbcs.c 279 * at least two states for the trail bytes:
280 * One trail byte state that results in code points, and one that only
3361 UChar trail=*source; local
3566 UChar trail=*source; local
3815 UChar trail=*source; local
4245 UChar trail=*source; local
    [all...]
utext.cpp 181 // never on the trail half of a surrogate pair.
203 UChar32 trail = 0; local
206 // The trail surrogate is in the same chunk.
207 trail = ut->chunkContents[ut->chunkOffset+1];
209 // The trail surrogate is in a different chunk.
211 // into the new chunk, get the trail surrogate, then revert the chunk back to the
214 // leading surrogate. The attempt to access the trail will fail, but
219 trail = ut->chunkContents[ut->chunkOffset];
229 if (U16_IS_TRAIL(trail)) {
230 supplementaryC = U16_GET_SUPPLEMENTARY(c, trail);
289 UChar32 trail = ut->chunkContents[ut->chunkOffset]; local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp 1830 UChar trail; local
3067 UChar trail = getNextNormalizedChar(source); local
3234 UChar trail; local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.core_2.3.5.v201308161310.jar 
org.sat4j.pb_2.3.5.v201308161310.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.core_2.3.5.v20130525.jar 
org.sat4j.pb_2.3.5.v20130525.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/chromium_org/v8/test/cctest/
test-api.cc 7840 uint16_t trail[1] = { 0xdc00 }; local
8205 uint16_t trail = StringGet(string, nchars - 1); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.sat4j.core_2.2.0.v20100429.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/org/apache/felix/maven-bundle-plugin/2.3.6/
maven-bundle-plugin-2.3.6.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-core-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 

Completed in 1767 milliseconds

1 23