HomeSort by relevance Sort by last modified time
    Searched full:startcp (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/tools/gennorm2/
gennorm2.cpp 196 uint32_t startCP, endCP;
216 u_parseCodePointRangeAnyTerminator(line, &startCP, &endCP, &delimiter, errorCode);
230 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) {
240 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) {
260 builder.setRoundTripMapping((UChar32)startCP, mapping);
262 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) {
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tokenization/
tokenizer.js 233 Tokenizer.prototype._consumeSubsequentIfMatch = function (pattern, startCp, caseSensitive) {
238 cp = startCp,
454 Tokenizer.prototype._consumeNamedEntity = function (startCp, inAttr) {
457 cp = startCp,
507 Tokenizer.prototype._consumeCharacterReference = function (startCp, inAttr) {
508 if (this.disableEntitiesDecoding || isWhitespace(startCp) || startCp === $.GREATER_THAN_SIGN ||
509 startCp === $.AMPERSAND || startCp === this.additionalAllowedCp || startCp === $.EOF)
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
parse5.js     [all...]

Completed in 215 milliseconds