Searched
full:underscore (Results
276 -
300 of
1439) sorted by null
<<11121314151617181920>>
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
LocaleIDParser.java | 59 private static final char UNDERSCORE = '_'; 87 append(UNDERSCORE); 161 return c == UNDERSCORE || c == HYPHEN || isTerminator(c); 171 if (c == HYPHEN || c == UNDERSCORE) { 353 if (id[index] == UNDERSCORE || id[index] == HYPHEN) { 413 needSeparator = true; // add another underscore if we have more text 416 if (c != UNDERSCORE && c != HYPHEN) { 434 c = UNDERSCORE; 512 // catch unwanted trailing underscore after country if there was no variant 514 if (len > 0 && buffer.charAt(len - 1) == UNDERSCORE) { [all...] |
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/ |
LocaleIDParser.java | 57 private static final char UNDERSCORE = '_'; 85 append(UNDERSCORE); 159 return c == UNDERSCORE || c == HYPHEN || isTerminator(c); 169 if (c == HYPHEN || c == UNDERSCORE) { 351 if (id[index] == UNDERSCORE || id[index] == HYPHEN) { 411 needSeparator = true; // add another underscore if we have more text 414 if (c != UNDERSCORE && c != HYPHEN) { 432 c = UNDERSCORE; 510 // catch unwanted trailing underscore after country if there was no variant 512 if (len > 0 && buffer.charAt(len - 1) == UNDERSCORE) { [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
LocaleIDParser.java | 57 private static final char UNDERSCORE = '_'; 85 append(UNDERSCORE); 159 return c == UNDERSCORE || c == HYPHEN || isTerminator(c); 169 if (c == HYPHEN || c == UNDERSCORE) { 351 if (id[index] == UNDERSCORE || id[index] == HYPHEN) { 411 needSeparator = true; // add another underscore if we have more text 414 if (c != UNDERSCORE && c != HYPHEN) { 432 c = UNDERSCORE; 510 // catch unwanted trailing underscore after country if there was no variant 512 if (len > 0 && buffer.charAt(len - 1) == UNDERSCORE) { [all...] |
/external/libxkbcommon/xkbcommon/test/data/symbols/ |
ca | 16 key <AE11> { [ minus, underscore, onehalf ] }; 102 key <AC11> { [ minus, underscore, onehalf ] }; 140 key <AE11> { [ minus, underscore, bar, questiondown] }; 186 key <AE11> { [ minus, underscore ] }; 283 key <AE11> { [ minus, underscore ] }; 354 key <AE11> { [ minus, underscore, onehalf, NoSymbol,
|
/toolchain/binutils/binutils-2.27/bfd/ |
coff-tic54x.c | 412 '_', /* leading symbol underscore */ 457 '_', /* leading symbol underscore */ 503 '_', /* leading symbol underscore */ 549 '_', /* leading symbol underscore */ 595 '_', /* leading symbol underscore */ 641 '_', /* leading symbol underscore */
|
/external/trappy/trappy/plotter/ |
ILinePlotGen.py | 91 "underscore": '""" + IPythonConf.add_web_base("plotter_scripts/ILinePlot/underscore-min") + """', 98 "deps": ["dygraph-sync", "dygraph", "underscore"],
|
/build/soong/cmd/symbol_inject/ |
macho.go | 58 // symbols in macho files seem to be prefixed with an underscore
|
/external/apache-harmony/support/src/test/resources/config/ |
excludes.xsd | 22 * letter or underscore).
|
/external/bzip2/ |
README.XML.STUFF | 40 - pdfxmltex barfs if given a filename with an underscore in it
|
/external/clang/lib/Headers/ |
vadefs.h | 48 /* VS 2015 switched to double underscore names, which is an improvement, but now
|
/external/clang/test/Lexer/ |
hexfloat.cpp | 20 // an underscore.
|
/external/curl/m4/ |
xc-translit.m4 | 29 dnl converted to the underscore '_' character. 54 dnl converted to the underscore '_' character. 82 dnl converted to the underscore '_' character and alnum 113 dnl converted to the underscore '_' character and alnum
|
/external/fonttools/Lib/fontTools/encodings/ |
StandardEncoding.py | 17 'bracketright', 'asciicircum', 'underscore', 'quoteleft',
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/ |
NormalizedFileNames.java | 29 * characters are replaced by <code>_</code> (underscore).</li>
|
/external/libpng/contrib/conftest/ |
README | 46 necessary the underscore (_) character. File names should be about 8 characters
|
/external/libxkbcommon/xkbcommon/test/data/symbols/macintosh_vndr/ |
us | 19 key <AE11> { [ minus, underscore ] };
|
/external/skia/src/sfnt/ |
SkOTTable_OS_2_V0.h | 112 Underscore,
|
SkOTTable_OS_2_VA.h | 114 Underscore,
|
/external/skqp/src/sfnt/ |
SkOTTable_OS_2_V0.h | 112 Underscore,
|
SkOTTable_OS_2_VA.h | 114 Underscore,
|
/external/tensorflow/tensorflow/compiler/xla/ |
protobuf_util.h | 38 // illegal characters with underscore '_'.
|
/external/tensorflow/tensorflow/core/framework/ |
node_def.proto | 18 // Op names starting with an underscore are reserved for internal use.
|
/external/wpa_supplicant_8/src/utils/ |
radiotap_iter.h | 60 * Describes the radiotap parser state. Fields prefixed with an underscore
|
/prebuilts/android-emulator/darwin-x86_64/lib/pc-bios/keymaps/ |
ar | 15 underscore 0x0c shift
|
es | 103 underscore 0x35 shift
|
Completed in 591 milliseconds
<<11121314151617181920>>