/external/icu4c/common/ |
ucase.h | 48 /* Casing locale types for ucase_getCaseLocale */
|
ustrcase.c | 16 * Implementation file for string casing C API functions. 30 /* string casing ------------------------------------------------------------ */
|
brkiter.cpp | 183 // Creates a break iterator for title casing breaks.
|
/external/libvpx/ |
usage.dox | 6 "special casing." This section describes the interface common to all codecs.
|
/external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/ |
UnicodeQt4.h | 285 // FIXME: handle special casing. Easiest with some low level API in Qt
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
ImageSourceCG.cpp | 296 // source (<rdar://problem/7679174>). We work around this by special-casing all frames except the
|
/external/webkit/Tools/DumpRenderTree/wx/ |
LayoutTestControllerWx.cpp | 91 // Function introduced in r28690. This may need special-casing on Windows.
|
/frameworks/base/core/jni/android/graphics/ |
NinePatchImpl.cpp | 224 // The above is to help explain some of the special casing that goes on the
|
/libcore/luni/src/main/java/javax/security/auth/x500/ |
X500Principal.java | 202 * whitespace, lower-casing the whole name, and bringing it into a
|
/libcore/luni/src/test/java/libcore/xml/ |
XsltXPathConformanceTestSuite.java | 84 * "Couldn't open file" errors due to a mismatch in file name casing. 273 * available in a different casing.
|
/external/icu4c/test/testdata/ |
Makefile.in | 141 TEST_RES = $(TEST_RES_SOURCE) $(TEST_RES_LOCAL) casing.txt mc.txt root.txt sh.txt sh_YU.txt te.txt te_IN.txt te_IN_REVISED.txt testtypes.txt testaliases.txt testempty.txt structLocale.txt idna_rules.txt conversion.txt icuio.txt testtable32.txt
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
ustring.h | 41 * upper/lower-casing and string comparison in code point order. [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
ustring.h | 41 * upper/lower-casing and string comparison in code point order. [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
ustring.h | 41 * upper/lower-casing and string comparison in code point order. [all...] |
/external/webkit/Source/WebKit/mac/icu/unicode/ |
ustring.h | 41 * upper/lower-casing and string comparison in code point order. [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/ |
ShapeDrawable.java | 456 // a bitmap to fill the bounds without needing any other special casing.
|
/external/icu4c/i18n/ |
tridpars.cpp | 633 * have canonical casing (the casing desired to be produced when
|
/external/stlport/test/unit/ |
num_put_get_test.cpp | 614 #define CHECK_COMPLETE(type, val, base, showbase, showpos, casing, width, adjust, expected) \ 618 ostr << base << showbase << showpos << casing << setw(width) << adjust << tmp; \ [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
ConcurrentLinkedQueue.java | 91 * Nodes that are reachable from head. CASing the item 121 * CASing a Node's item reference to null atomically removes the
|
Exchanger.java | 86 * also exchanging items by CASing the hole, plus waking up the 136 * between reading and CASing. Also, very transient peak
|
ConcurrentLinkedDeque.java | 96 * A new element is added atomically by CASing the null prev or 126 * 1. "logical deletion" by CASing item to null atomically removes [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
num_put_get_test.cpp | 614 #define CHECK_COMPLETE(type, val, base, showbase, showpos, casing, width, adjust, expected) \ 618 ostr << base << showbase << showpos << casing << setw(width) << adjust << tmp; \ [all...] |
/ndk/tests/device/test-stlport/unit/ |
num_put_get_test.cpp | 614 #define CHECK_COMPLETE(type, val, base, showbase, showpos, casing, width, adjust, expected) \ 618 ostr << base << showbase << showpos << casing << setw(width) << adjust << tmp; \ [all...] |
/external/chromium/chrome/browser/translate/ |
translate_manager.cc | 622 // special-casing.
|
/external/icu4c/common/unicode/ |
brkiter.h | 376 * Create BreakIterator for title-casing breaks using the specified locale
|